HEX: #E4D416
RGB: (228,212,22)
#E4D416 contains mainly red and green colors. Web safe color of #E4D416 is #CCCC00 (or #CC0).
#E4D416 color RGB value is (228,212,22).
RGB: (228,212,22)
(89%, 83%, 9%)
R 228 of 255 = 89%
G 212 of 255 = 83%
B 22 of 255 = 9%
R + G + B ~ 60%. #E4D416 is middle color (not dark and not light).
R + G + B = 228 + 212 + 22 = 462 (100%)
R 228 of 462 ~ 49.35%
G 212 of 462 ~ 45.89%
B 22 of 462 ~ 4.76'%
#E4D416 color CMYK value is (0,7,90,11).
CMYK: (0,7,90,11) C0M7Y90K11 (0%,7%,90%,11%) (0.00/0.07/0.90/0.11)
Color #E4D416 in popluar color models
E4 | D4 | 16 | |
---|---|---|---|
RGB | 228 | 212 | 22 |
HSL | 55° | 82.40% | 49.02% |
HSB/HSV | 55° | 90.35% | 89.41% |
CMYK | 0.00% | 7.02% | 90.35% |
10.59% |
Color #E4D416 in popluar number systems.
HEX | E4 | D4 | 16 |
Decimal | 228 | 212 | 22 |
Binary | 11100100 | 11010100 | 10110 |
Octal | 344 | 324 | 26 |
Shades of #E4D416
Tints of #E4D416
Examples of css and html codes for elements with #E4D416 color. Also use rgb(228,212,22) instead hex code.
.myTextColor { color: #E4D416; }
<p style="color:#E4D416">This sample text font color is #E4D416.</p>
This text font color is #E4D416.
.myBgColor { background-color: #E4D416; }
<div style="background-color:#E4D416">Inner text</div>
This div background color is #E4D416.
.myBorderColor { border: 1px solid #E4D416; }
<div style="border:3px solid #E4D416">Div</div>
This div border color is #E4D416.
.myOpacity80 { color: #E4D416; opacity: 0.8; }
<p style="color:#E4D416;opacity:0.8;">80%</p>
Text with #E4D416 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4D416;}
<p style="text-shadow: 3px 3px 1px #E4D416">Text here.</p>
This text has shadow with #E4D416 color.
.textShadow {text-shadow: 3px 3px 1px #E4D416', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4D416, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4D416 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4D416, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4D416, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4D416 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4D416;
-webkit-box-shadow: 1px 1px 3px 2px #E4D416;
box-shadow: 1px 1px 3px 2px #E4D416;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4D416; -webkit-box-shadow: 1px 1px 3px 2px #E4D416; box-shadow:1px 1px 3px 2px #E4D416;">
Div content here
</div>
This text has color #E4D416 on black background.
This text has color #E4D416 on white background.
This text has black color on #E4D416 background.
This text has white color on #E4D416 background.
Complementary color for #hex is #1B2BE9.