HEX: #E59308
RGB: (229,147,8)
#E59308 contains mainly red color. Web safe color of #E59308 is #CC9900 (or #C90).
#E59308 color RGB value is (229,147,8).
RGB: (229,147,8)
(90%, 58%, 3%)
R 229 of 255 = 90%
G 147 of 255 = 58%
B 8 of 255 = 3%
R + G + B ~ 50%. #E59308 is middle color (not dark and not light).
R + G + B = 229 + 147 + 8 = 384 (100%)
R 229 of 384 ~ 59.64%
G 147 of 384 ~ 38.28%
B 8 of 384 ~ 2.08'%
#E59308 color CMYK value is (0,36,97,10).
CMYK: (0,36,97,10)
C0M36Y97K10 (0%, 36%, 97%, 10%)
(0.00 / 0.36 / 0.97 / 0.10)
Color #E59308 in popluar color models
E5 | 93 | 08 | |
---|---|---|---|
RGB | 229 | 147 | 8 |
HSL | 38° | 93.25% | 46.47% |
HSB/HSV | 38° | 96.51% | 89.80% |
CMYK | 0.00% | 35.81% | 96.51% |
10.20% |
Color #E59308 in popluar number systems.
HEX | E5 | 93 | 08 |
Decimal | 229 | 147 | 8 |
Binary | 11100101 | 10010011 | 1000 |
Octal | 345 | 223 | 10 |
Shades of #E59308
Tints of #E59308
Examples of css and html codes for elements with #E59308 color. Also use rgb(229,147,8) instead hex code.
.myTextColor { color: #E59308; }
<p style="color:#E59308">This sample text font color is #E59308.</p>
This text font color is #E59308.
.myBgColor { background-color: #E59308; }
<div style="background-color:#E59308">Inner text</div>
This div background color is #E59308.
.myBorderColor { border: 1px solid #E59308; }
<div style="border:3px solid #E59308">Div</div>
This div border color is #E59308.
.myOpacity80 { color: #E59308; opacity: 0.8; }
<p style="color:#E59308;opacity:0.8;">80%</p>
Text with #E59308 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59308;}
<p style="text-shadow: 3px 3px 1px #E59308">Text here.</p>
This text has shadow with #E59308 color.
.textShadow {text-shadow: 3px 3px 1px #E59308', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59308, 5px 5px 20px red">Text here.</p>
This text has shadow with #E59308 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59308, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59308, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59308 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E59308;
-webkit-box-shadow: 1px 1px 3px 2px #E59308;
box-shadow: 1px 1px 3px 2px #E59308;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59308; -webkit-box-shadow: 1px 1px 3px 2px #E59308; box-shadow:1px 1px 3px 2px #E59308;">
Div content here
</div>
This text has color #E59308 on black background.
This text has color #E59308 on white background.
This text has black color on #E59308 background.
This text has white color on #E59308 background.
Complementary color for #hex is #1A6CF7.