HEX: #E6880E
RGB: (230,136,14)
#E6880E contains mainly red color. Web safe color of #E6880E is #CC9900 (or #C90).
#E6880E color RGB value is (230,136,14).
RGB: (230,136,14)
(90%, 53%, 5%)
R 230 of 255 = 90%
G 136 of 255 = 53%
B 14 of 255 = 5%
R + G + B ~ 49%. #E6880E is middle color (not dark and not light).
R + G + B = 230 + 136 + 14 = 380 (100%)
R 230 of 380 ~ 60.53%
G 136 of 380 ~ 35.79%
B 14 of 380 ~ 3.68'%
#E6880E color CMYK value is (0,41,94,10).
CMYK: (0,41,94,10)
C0M41Y94K10 (0%, 41%, 94%, 10%)
(0.00 / 0.41 / 0.94 / 0.10)
Color #E6880E in popluar color models
E6 | 88 | 0E | |
---|---|---|---|
RGB | 230 | 136 | 14 |
HSL | 34° | 88.52% | 47.84% |
HSB/HSV | 34° | 93.91% | 90.20% |
CMYK | 0.00% | 40.87% | 93.91% |
9.80% |
Color #E6880E in popluar number systems.
HEX | E6 | 88 | 0E |
Decimal | 230 | 136 | 14 |
Binary | 11100110 | 10001000 | 1110 |
Octal | 346 | 210 | 16 |
Shades of #E6880E
Tints of #E6880E
Examples of css and html codes for elements with #E6880E color. Also use rgb(230,136,14) instead hex code.
.myTextColor { color: #E6880E; }
<p style="color:#E6880E">This sample text font color is #E6880E.</p>
This text font color is #E6880E.
.myBgColor { background-color: #E6880E; }
<div style="background-color:#E6880E">Inner text</div>
This div background color is #E6880E.
.myBorderColor { border: 1px solid #E6880E; }
<div style="border:3px solid #E6880E">Div</div>
This div border color is #E6880E.
.myOpacity80 { color: #E6880E; opacity: 0.8; }
<p style="color:#E6880E;opacity:0.8;">80%</p>
Text with #E6880E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6880E;}
<p style="text-shadow: 3px 3px 1px #E6880E">Text here.</p>
This text has shadow with #E6880E color.
.textShadow {text-shadow: 3px 3px 1px #E6880E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6880E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6880E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6880E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6880E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6880E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6880E;
-webkit-box-shadow: 1px 1px 3px 2px #E6880E;
box-shadow: 1px 1px 3px 2px #E6880E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6880E; -webkit-box-shadow: 1px 1px 3px 2px #E6880E; box-shadow:1px 1px 3px 2px #E6880E;">
Div content here
</div>
This text has color #E6880E on black background.
This text has color #E6880E on white background.
This text has black color on #E6880E background.
This text has white color on #E6880E background.
Complementary color for #hex is #1977F1.