color details

Color Details
#e6aa35 Color Hex

#e6aa35 color RGB value is (14, 106, 163).
#e6aa35 hex color red value is 14, green value is 106, and blue value is 163.
Cylindrical-coordinate representations (HSL) of color #e6aa35 hue: 202.95, saturation: 0.84 and lightness: 0.35.

The process color (four-color CMYK) of #e6aa35 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e6aa35 is #ff9999. Color #e6aa35 contains mainly RED.

Color Spaces
Color spaces of #e6aa35Value
RGB230, 170, 53
HSL0.11, 0.78, 0.55
HSV40°, 77°, 90°
XYZ47.65, 45.83, 9.7
Base Numbers
Base Red Green Blue
Binary 11100110 10101010 110101
Octal 346 252 65
Decimal 230 170 53
Hex E6 AA 35

RGB Percentages for Color #e6aa35

50.77%
37.53%
11.7%

CMYK Percentages of the Color #e6aa35

26.09%
76.96%
9.8%
CSS Codes for Color #e6aa35
.mybgColor {background-color: #e6aa35;}
.myforeColor {color: #e6aa35;}
.myborderColor {border:3px solid #e6aa35;}
Text Font Color #e6aa35

<p style="color:#e6aa35">Text here</p>

This sample text is styled with the font color #e6aa35. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #e6aa35

<div style="background-color:#e6aa35">Div content here</div>

The background color of this div is #e6aa35
Border Color #e6aa35

<div style="border:3px solid #e6aa35">Div here</div>

The border color of this div is #e6aa35
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(230, 170, 53, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #e6aa35;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #e6aa35;
-webkit-box-shadow: 1px 1px 3px #e6aa35;
box-shadow: 1px 1px 3px #e6aa35;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230, 170, 53, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e6aa35;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #e6aa35; -webkit-box-shadow: 1px 1px 3px #e6aa35; box-shadow: 1px 1px 3px #e6aa35;">Div content here</div>

This div box has a shadow with a specified color. #e6aa35

Scroll to Top