#e3a01b color RGB value is (14, 58, 1).
#e3a01b hex color red value is 14, green value is 58, and blue value is 1.
Cylindrical-coordinate representations (HSL) of color #e3a01b
hue: 106.32,
saturation: 0.97 and lightness: 0.12.
The process color (four-color CMYK) of #e3a01b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e3a01b is #ff9999. Color #e3a01b contains mainly RED.
| Color spaces of #e3a01b | Value |
|---|---|
| RGB | 227, 160, 27 |
| HSL | 0.11, 0.79, 0.5 |
| HSV | 40°, 88°, 89° |
| XYZ | 44.45, 41.56, 6.72 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100011 | 10100000 | 11011 |
| Octal | 343 | 240 | 33 |
| Decimal | 227 | 160 | 27 |
| Hex | E3 | A0 | 1B |
Shades of #e3a01b
Tints of #e3a01b
.mybgColor {background-color: #e3a01b;}
.myforeColor {color: #e3a01b;}
.myborderColor {border:3px solid #e3a01b;}
<p style="color:#e3a01b">Text here</p>
This sample text is styled with the font color #e3a01b. 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:#e3a01b">Div content here</div>
<div style="border:3px solid #e3a01b">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(227, 160, 27, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e3a01b; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e3a01b;
-webkit-box-shadow: 1px 1px 3px #e3a01b;
box-shadow: 1px 1px 3px #e3a01b; }
<p style="text-shadow: 4px 4px 2px rgba(227, 160, 27, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e3a01b;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e3a01b;
-webkit-box-shadow: 1px 1px 3px #e3a01b;
box-shadow: 1px 1px 3px #e3a01b;">Div content here</div>
