#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 of #e6aa35 | Value |
|---|---|
| RGB | 230, 170, 53 |
| HSL | 0.11, 0.78, 0.55 |
| HSV | 40°, 77°, 90° |
| XYZ | 47.65, 45.83, 9.7 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100110 | 10101010 | 110101 |
| Octal | 346 | 252 | 65 |
| Decimal | 230 | 170 | 53 |
| Hex | E6 | AA | 35 |
Shades of #e6aa35
Tints of #e6aa35
.mybgColor {background-color: #e6aa35;}
.myforeColor {color: #e6aa35;}
.myborderColor {border:3px solid #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,
<div style="background-color:#e6aa35">Div content here</div>
<div style="border:3px solid #e6aa35">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(230, 170, 53, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e6aa35;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
