#e6a00c color space conversions
Hex:
        #e6a00c
        RGB:
        230, 160, 12
        CMY:
        10, 37, 95
        CMYK:
        0, 30, 95, 10
      HSL:
        41°, 90.0826%, 47.4510%
        HSV (HSB):
        41°, 94.7826%, 90.1961%
        XYZ:
        45.2703, 41.9912, 6.0669
        xyY:
        0.4851, 0.4499, 41.9912
      CIE-Lab:
        70.8648, 16.0592, 73.3776
        CIE-LCH:
        70.8648, 75.1144, 77.6550
        CIE-Luv:
        70.8648, 58.3451, 70.6936
        Hunter-Lab:
        64.8006, 11.3008, 39.8094
      #e6a00c color charts
#e6a00c RGB chart
      #e6a00c CMYK chart
      #e6a00c RGB pie chart
      #e6a00c color shades, tints & tones
#e6a00c color schemes
#e6a00c color preview, HTML & CSS examples
           This text has a color of #e6a00c        
        
          <p style="color:#e6a00c;">Text here</p>
        
        
          .mytext {color:#e6a00c;}
        
        Text color #e6a00c
      
           This box has a color of #e6a00c        
        
          <div style="background-color:#e6a00c;">Content here</div>
        
        
          .mybackground {background-color:#e6a00c;}
        
        Background color #e6a00c
      
           Border around this has a color of #e6a00c        
        
          <div style="border:2px solid #e6a00c;">Content here</div>
        
        
          .myborder {border:2px solid #e6a00c;}
        
        Border color #e6a00c