HEX: #E46B18
RGB: (228,107,24)
#E46B18 contains mainly red color. Web safe color of #E46B18 is #CC6600 (or #C60).
#E46B18 color RGB value is (228,107,24).
RGB: (228,107,24)
(89%, 42%, 9%)
R 228 of 255 = 89%
G 107 of 255 = 42%
B 24 of 255 = 9%
R + G + B ~ 47%. #E46B18 is middle color (not dark and not light).
R + G + B = 228 + 107 + 24 = 359 (100%)
R 228 of 359 ~ 63.51%
G 107 of 359 ~ 29.81%
B 24 of 359 ~ 6.69'%
#E46B18 color CMYK value is (0,53,89,11).
CMYK: (0,53,89,11)
C0M53Y89K11 (0%, 53%, 89%, 11%)
(0.00 / 0.53 / 0.89 / 0.11)
Color #E46B18 in popluar color models
E4 | 6B | 18 | |
---|---|---|---|
RGB | 228 | 107 | 24 |
HSL | 24° | 80.95% | 49.41% |
HSB/HSV | 24° | 89.47% | 89.41% |
CMYK | 0.00% | 53.07% | 89.47% |
10.59% |
Color #E46B18 in popluar number systems.
HEX | E4 | 6B | 18 |
Decimal | 228 | 107 | 24 |
Binary | 11100100 | 1101011 | 11000 |
Octal | 344 | 153 | 30 |
Shades of #E46B18
Tints of #E46B18
Examples of css and html codes for elements with #E46B18 color. Also use rgb(228,107,24) instead hex code.
.myTextColor { color: #E46B18; }
<p style="color:#E46B18">This sample text font color is #E46B18.</p>
This text font color is #E46B18.
.myBgColor { background-color: #E46B18; }
<div style="background-color:#E46B18">Inner text</div>
This div background color is #E46B18.
.myBorderColor { border: 1px solid #E46B18; }
<div style="border:3px solid #E46B18">Div</div>
This div border color is #E46B18.
.myOpacity80 { color: #E46B18; opacity: 0.8; }
<p style="color:#E46B18;opacity:0.8;">80%</p>
Text with #E46B18 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E46B18;}
<p style="text-shadow: 3px 3px 1px #E46B18">Text here.</p>
This text has shadow with #E46B18 color.
.textShadow {text-shadow: 3px 3px 1px #E46B18', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E46B18, 5px 5px 20px red">Text here.</p>
This text has shadow with #E46B18 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E46B18, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E46B18, Direction=45, Strength=4)">Text</p>
This text has shadow with #E46B18 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E46B18;
-webkit-box-shadow: 1px 1px 3px 2px #E46B18;
box-shadow: 1px 1px 3px 2px #E46B18;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E46B18; -webkit-box-shadow: 1px 1px 3px 2px #E46B18; box-shadow:1px 1px 3px 2px #E46B18;">
Div content here
</div>
This text has color #E46B18 on black background.
This text has color #E46B18 on white background.
This text has black color on #E46B18 background.
This text has white color on #E46B18 background.
Complementary color for #E46B18 is #1B94E7.