# File lib/color/cmyk.rb, line 251
  def yellow=(yy)
    @y = Color.normalize(yy / 100.0)
  end