HEX: #E57000
RGB: (229,112,0)
#E57000 contains mainly red color. Web safe color of #E57000 is #CC6600 (or #C60).
#E57000 color RGB value is (229,112,0).
RGB: (229,112,0)
(90%, 44%, 0%)
R 229 of 255 = 90%
G 112 of 255 = 44%
B 0 of 255 = 0%
R + G + B ~ 45%. #E57000 is middle color (not dark and not light).
R + G + B = 229 + 112 + 0 = 341 (100%)
R 229 of 341 ~ 67.16%
G 112 of 341 ~ 32.84%
B 0 of 341 ~ 0'%
#E57000 color CMYK value is (0,51,100,10).
CMYK: (0,51,100,10)
C0M51Y100K10 (0%, 51%, 100%, 10%)
(0.00 / 0.51 / 1.00 / 0.10)
Color #E57000 in popluar color models
E5 | 70 | 00 | |
---|---|---|---|
RGB | 229 | 112 | 0 |
HSL | 29° | 100.00% | 44.90% |
HSB/HSV | 29° | 100.00% | 89.80% |
CMYK | 0.00% | 51.09% | 100.00% |
10.20% |
Color #E57000 in popluar number systems.
HEX | E5 | 70 | 00 |
Decimal | 229 | 112 | 0 |
Binary | 11100101 | 1110000 | 0 |
Octal | 345 | 160 | 0 |
Shades of #E57000
Tints of #E57000
Examples of css and html codes for elements with #E57000 color. Also use rgb(229,112,0) instead hex code.
.myTextColor { color: #E57000; }
<p style="color:#E57000">This sample text font color is #E57000.</p>
This text font color is #E57000.
.myBgColor { background-color: #E57000; }
<div style="background-color:#E57000">Inner text</div>
This div background color is #E57000.
.myBorderColor { border: 1px solid #E57000; }
<div style="border:3px solid #E57000">Div</div>
This div border color is #E57000.
.myOpacity80 { color: #E57000; opacity: 0.8; }
<p style="color:#E57000;opacity:0.8;">80%</p>
Text with #E57000 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E57000;}
<p style="text-shadow: 3px 3px 1px #E57000">Text here.</p>
This text has shadow with #E57000 color.
.textShadow {text-shadow: 3px 3px 1px #E57000', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E57000, 5px 5px 20px red">Text here.</p>
This text has shadow with #E57000 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E57000, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E57000, Direction=45, Strength=4)">Text</p>
This text has shadow with #E57000 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E57000;
-webkit-box-shadow: 1px 1px 3px 2px #E57000;
box-shadow: 1px 1px 3px 2px #E57000;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E57000; -webkit-box-shadow: 1px 1px 3px 2px #E57000; box-shadow:1px 1px 3px 2px #E57000;">
Div content here
</div>
This text has color #E57000 on black background.
This text has color #E57000 on white background.
This text has black color on #E57000 background.
This text has white color on #E57000 background.
Complementary color for #hex is #1A8FFF.