HEX: #E5C606
RGB: (229,198,6)
#E5C606 contains mainly red and green colors. Web safe color of #E5C606 is #CCCC00 (or #CC0).
#E5C606 color RGB value is (229,198,6).
RGB: (229,198,6)
(90%, 78%, 2%)
R 229 of 255 = 90%
G 198 of 255 = 78%
B 6 of 255 = 2%
R + G + B ~ 57%. #E5C606 is middle color (not dark and not light).
R + G + B = 229 + 198 + 6 = 433 (100%)
R 229 of 433 ~ 52.89%
G 198 of 433 ~ 45.73%
B 6 of 433 ~ 1.39'%
#E5C606 color CMYK value is (0,14,97,10).
CMYK: (0,14,97,10)
C0M14Y97K10 (0%, 14%, 97%, 10%)
(0.00 / 0.14 / 0.97 / 0.10)
Color #E5C606 in popluar color models
E5 | C6 | 06 | |
---|---|---|---|
RGB | 229 | 198 | 6 |
HSL | 52° | 94.89% | 46.08% |
HSB/HSV | 52° | 97.38% | 89.80% |
CMYK | 0.00% | 13.54% | 97.38% |
10.20% |
Color #E5C606 in popluar number systems.
HEX | E5 | C6 | 06 |
Decimal | 229 | 198 | 6 |
Binary | 11100101 | 11000110 | 110 |
Octal | 345 | 306 | 6 |
Shades of #E5C606
Tints of #E5C606
Examples of css and html codes for elements with #E5C606 color. Also use rgb(229,198,6) instead hex code.
.myTextColor { color: #E5C606; }
<p style="color:#E5C606">This sample text font color is #E5C606.</p>
This text font color is #E5C606.
.myBgColor { background-color: #E5C606; }
<div style="background-color:#E5C606">Inner text</div>
This div background color is #E5C606.
.myBorderColor { border: 1px solid #E5C606; }
<div style="border:3px solid #E5C606">Div</div>
This div border color is #E5C606.
.myOpacity80 { color: #E5C606; opacity: 0.8; }
<p style="color:#E5C606;opacity:0.8;">80%</p>
Text with #E5C606 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5C606;}
<p style="text-shadow: 3px 3px 1px #E5C606">Text here.</p>
This text has shadow with #E5C606 color.
.textShadow {text-shadow: 3px 3px 1px #E5C606', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5C606, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5C606 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5C606, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5C606, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5C606 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5C606;
-webkit-box-shadow: 1px 1px 3px 2px #E5C606;
box-shadow: 1px 1px 3px 2px #E5C606;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5C606; -webkit-box-shadow: 1px 1px 3px 2px #E5C606; box-shadow:1px 1px 3px 2px #E5C606;">
Div content here
</div>
This text has color #E5C606 on black background.
This text has color #E5C606 on white background.
This text has black color on #E5C606 background.
This text has white color on #E5C606 background.
Complementary color for #hex is #1A39F9.