HEX: #E87400
RGB: (232,116,0)
#E87400 contains mainly red color. Web safe color of #E87400 is #FF6600 (or #F60).
#E87400 color RGB value is (232,116,0).
RGB: (232,116,0)
(91%, 45%, 0%)
R 232 of 255 = 91%
G 116 of 255 = 45%
B 0 of 255 = 0%
R + G + B ~ 45%. #E87400 is middle color (not dark and not light).
R + G + B = 232 + 116 + 0 = 348 (100%)
R 232 of 348 ~ 66.67%
G 116 of 348 ~ 33.33%
B 0 of 348 ~ 0'%
#E87400 color CMYK value is (0,50,100,9).
CMYK: (0,50,100,9)
C0M50Y100K9 (0%, 50%, 100%, 9%)
(0.00 / 0.50 / 1.00 / 0.09)
Color #E87400 in popluar color models
E8 | 74 | 00 | |
---|---|---|---|
RGB | 232 | 116 | 0 |
HSL | 30° | 100.00% | 45.49% |
HSB/HSV | 30° | 100.00% | 90.98% |
CMYK | 0.00% | 50.00% | 100.00% |
9.02% |
Color #E87400 in popluar number systems.
HEX | E8 | 74 | 00 |
Decimal | 232 | 116 | 0 |
Binary | 11101000 | 1110100 | 0 |
Octal | 350 | 164 | 0 |
Shades of #E87400
Tints of #E87400
Examples of css and html codes for elements with #E87400 color. Also use rgb(232,116,0) instead hex code.
.myTextColor { color: #E87400; }
<p style="color:#E87400">This sample text font color is #E87400.</p>
This text font color is #E87400.
.myBgColor { background-color: #E87400; }
<div style="background-color:#E87400">Inner text</div>
This div background color is #E87400.
.myBorderColor { border: 1px solid #E87400; }
<div style="border:3px solid #E87400">Div</div>
This div border color is #E87400.
.myOpacity80 { color: #E87400; opacity: 0.8; }
<p style="color:#E87400;opacity:0.8;">80%</p>
Text with #E87400 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E87400;}
<p style="text-shadow: 3px 3px 1px #E87400">Text here.</p>
This text has shadow with #E87400 color.
.textShadow {text-shadow: 3px 3px 1px #E87400', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E87400, 5px 5px 20px red">Text here.</p>
This text has shadow with #E87400 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E87400, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E87400, Direction=45, Strength=4)">Text</p>
This text has shadow with #E87400 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E87400;
-webkit-box-shadow: 1px 1px 3px 2px #E87400;
box-shadow: 1px 1px 3px 2px #E87400;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E87400; -webkit-box-shadow: 1px 1px 3px 2px #E87400; box-shadow:1px 1px 3px 2px #E87400;">
Div content here
</div>
This text has color #E87400 on black background.
This text has color #E87400 on white background.
This text has black color on #E87400 background.
This text has white color on #E87400 background.
Complementary color for #hex is #178BFF.