HEX: #E48019
RGB: (228,128,25)
#E48019 contains mainly red color. Web safe color of #E48019 is #CC6600 (or #C60).
#E48019 color RGB value is (228,128,25).
RGB: (228,128,25)
(89%, 50%, 10%)
R 228 of 255 = 89%
G 128 of 255 = 50%
B 25 of 255 = 10%
R + G + B ~ 50%. #E48019 is middle color (not dark and not light).
R + G + B = 228 + 128 + 25 = 381 (100%)
R 228 of 381 ~ 59.84%
G 128 of 381 ~ 33.6%
B 25 of 381 ~ 6.56'%
#E48019 color CMYK value is (0,44,89,11).
CMYK: (0,44,89,11)
C0M44Y89K11 (0%, 44%, 89%, 11%)
(0.00 / 0.44 / 0.89 / 0.11)
Color #E48019 in popluar color models
E4 | 80 | 19 | |
---|---|---|---|
RGB | 228 | 128 | 25 |
HSL | 30° | 80.24% | 49.61% |
HSB/HSV | 30° | 89.04% | 89.41% |
CMYK | 0.00% | 43.86% | 89.04% |
10.59% |
Color #E48019 in popluar number systems.
HEX | E4 | 80 | 19 |
Decimal | 228 | 128 | 25 |
Binary | 11100100 | 10000000 | 11001 |
Octal | 344 | 200 | 31 |
Shades of #E48019
Tints of #E48019
Examples of css and html codes for elements with #E48019 color. Also use rgb(228,128,25) instead hex code.
.myTextColor { color: #E48019; }
<p style="color:#E48019">This sample text font color is #E48019.</p>
This text font color is #E48019.
.myBgColor { background-color: #E48019; }
<div style="background-color:#E48019">Inner text</div>
This div background color is #E48019.
.myBorderColor { border: 1px solid #E48019; }
<div style="border:3px solid #E48019">Div</div>
This div border color is #E48019.
.myOpacity80 { color: #E48019; opacity: 0.8; }
<p style="color:#E48019;opacity:0.8;">80%</p>
Text with #E48019 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E48019;}
<p style="text-shadow: 3px 3px 1px #E48019">Text here.</p>
This text has shadow with #E48019 color.
.textShadow {text-shadow: 3px 3px 1px #E48019', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E48019, 5px 5px 20px red">Text here.</p>
This text has shadow with #E48019 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E48019, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E48019, Direction=45, Strength=4)">Text</p>
This text has shadow with #E48019 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E48019;
-webkit-box-shadow: 1px 1px 3px 2px #E48019;
box-shadow: 1px 1px 3px 2px #E48019;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E48019; -webkit-box-shadow: 1px 1px 3px 2px #E48019; box-shadow:1px 1px 3px 2px #E48019;">
Div content here
</div>
This text has color #E48019 on black background.
This text has color #E48019 on white background.
This text has black color on #E48019 background.
This text has white color on #E48019 background.
Complementary color for #E48019 is #1B7FE6.