# File lib/color/cmyk.rb, line 192
  def to_yiq
    to_rgb.to_yiq
  end