#ef300e color space conversions
Hex:
        #ef300e
        RGB:
        239, 48, 14
        CMY:
        6, 81, 95
        CMYK:
        0, 80, 94, 6
      HSL:
        9°, 88.9328%, 49.6078%
        HSV (HSB):
        9°, 94.1423%, 93.7255%
        XYZ:
        36.7328, 20.4963, 2.4356
        xyY:
        0.6157, 0.3435, 20.4963
      CIE-Lab:
        52.3938, 69.4008, 61.5679
        CIE-LCH:
        52.3938, 92.7743, 41.5773
        CIE-Luv:
        52.3938, 149.9761, 38.4737
        Hunter-Lab:
        45.2729, 65.6011, 28.5013
      #ef300e color charts
#ef300e RGB chart
      #ef300e CMYK chart
      #ef300e RGB pie chart
      #ef300e color shades, tints & tones
#ef300e color schemes
#ef300e color preview, HTML & CSS examples
           This text has a color of #ef300e        
        
          <p style="color:#ef300e;">Text here</p>
        
        
          .mytext {color:#ef300e;}
        
        Text color #ef300e
      
           This box has a color of #ef300e        
        
          <div style="background-color:#ef300e;">Content here</div>
        
        
          .mybackground {background-color:#ef300e;}
        
        Background color #ef300e
      
           Border around this has a color of #ef300e        
        
          <div style="border:2px solid #ef300e;">Content here</div>
        
        
          .myborder {border:2px solid #ef300e;}
        
        Border color #ef300e