#ec512a color space conversions
Hex:
        #ec512a
        RGB:
        236, 81, 42
        CMY:
        7, 68, 84
        CMYK:
        0, 66, 82, 7
      HSL:
        12°, 83.6207%, 54.5098%
        HSV (HSB):
        12°, 82.2034%, 92.5490%
        XYZ:
        37.9524, 23.8849, 4.8004
        xyY:
        0.5695, 0.3584, 23.8849
      CIE-Lab:
        55.9724, 57.9629, 53.4363
        CIE-LCH:
        55.9724, 78.8362, 42.6731
        CIE-Luv:
        55.9724, 125.0540, 40.1407
        Hunter-Lab:
        48.8722, 53.0905, 28.3868
      #ec512a color charts
#ec512a RGB chart
      #ec512a CMYK chart
      #ec512a RGB pie chart
      #ec512a color shades, tints & tones
#ec512a color schemes
#ec512a color preview, HTML & CSS examples
           This text has a color of #ec512a        
        
          <p style="color:#ec512a;">Text here</p>
        
        
          .mytext {color:#ec512a;}
        
        Text color #ec512a
      
           This box has a color of #ec512a        
        
          <div style="background-color:#ec512a;">Content here</div>
        
        
          .mybackground {background-color:#ec512a;}
        
        Background color #ec512a
      
           Border around this has a color of #ec512a        
        
          <div style="border:2px solid #ec512a;">Content here</div>
        
        
          .myborder {border:2px solid #ec512a;}
        
        Border color #ec512a