#E4D00A color RGB value is (14, 77, 0).
#E4D00A hex color red value is 14, green value is 77, and blue value is 0.
Cylindrical-coordinate representations (HSL) of color #E4D00A
hue: 109.09,
saturation: 1 and lightness: 0.15.
The process color (four-color CMYK) of #E4D00A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E4D00A is #ff9999. Color #E4D00A contains mainly RED.
Color spaces of #E4D00A | Value |
---|---|
RGB | 228, 208, 10 |
HSL | 0.15, 0.92, 0.47 |
HSV | 54°, 96°, 89° |
XYZ | 54.61, 61.63, 9.31 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11010000 | 1010 |
Octal | 344 | 320 | 12 |
Decimal | 228 | 208 | 10 |
Hex | E4 | D0 | A |
Shades of #E4D00A
Tints of #E4D00A
.mybgColor {background-color: #E4D00A;} .myforeColor {color: #E4D00A;} .myborderColor {border:3px solid #E4D00A;}
<p style="color:#E4D00A">Text here</p>
This sample text is styled with the font color #E4D00A. 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:#E4D00A">Div content here</div>
<div style="border:3px solid #E4D00A">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228, 208, 10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #E4D00A; } .divShadow { -moz-box-shadow: 1px 1px 3px #E4D00A; -webkit-box-shadow: 1px 1px 3px #E4D00A; box-shadow: 1px 1px 3px #E4D00A; }
<p style="text-shadow: 4px 4px 2px rgba(228, 208, 10, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E4D00A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E4D00A;
-webkit-box-shadow: 1px 1px 3px #E4D00A;
box-shadow: 1px 1px 3px #E4D00A;">Div content here</div>