HEX: #E6870A
RGB: (230,135,10)
#E6870A contains mainly red color. Web safe color of #E6870A is #CC9900 (or #C90).
#E6870A color RGB value is (230,135,10).
RGB: (230,135,10)
(90%, 53%, 4%)
R 230 of 255 = 90%
G 135 of 255 = 53%
B 10 of 255 = 4%
R + G + B ~ 49%. #E6870A is middle color (not dark and not light).
R + G + B = 230 + 135 + 10 = 375 (100%)
R 230 of 375 ~ 61.33%
G 135 of 375 ~ 36%
B 10 of 375 ~ 2.67'%
#E6870A color CMYK value is (0,41,96,10).
CMYK: (0,41,96,10)
C0M41Y96K10 (0%, 41%, 96%, 10%)
(0.00 / 0.41 / 0.96 / 0.10)
Color #E6870A in popluar color models
E6 | 87 | 0A | |
---|---|---|---|
RGB | 230 | 135 | 10 |
HSL | 34° | 91.67% | 47.06% |
HSB/HSV | 34° | 95.65% | 90.20% |
CMYK | 0.00% | 41.30% | 95.65% |
9.80% |
Color #E6870A in popluar number systems.
HEX | E6 | 87 | 0A |
Decimal | 230 | 135 | 10 |
Binary | 11100110 | 10000111 | 1010 |
Octal | 346 | 207 | 12 |
Shades of #E6870A
Tints of #E6870A
Examples of css and html codes for elements with #E6870A color. Also use rgb(230,135,10) instead hex code.
.myTextColor { color: #E6870A; }
<p style="color:#E6870A">This sample text font color is #E6870A.</p>
This text font color is #E6870A.
.myBgColor { background-color: #E6870A; }
<div style="background-color:#E6870A">Inner text</div>
This div background color is #E6870A.
.myBorderColor { border: 1px solid #E6870A; }
<div style="border:3px solid #E6870A">Div</div>
This div border color is #E6870A.
.myOpacity80 { color: #E6870A; opacity: 0.8; }
<p style="color:#E6870A;opacity:0.8;">80%</p>
Text with #E6870A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6870A;}
<p style="text-shadow: 3px 3px 1px #E6870A">Text here.</p>
This text has shadow with #E6870A color.
.textShadow {text-shadow: 3px 3px 1px #E6870A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6870A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6870A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6870A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6870A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6870A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6870A;
-webkit-box-shadow: 1px 1px 3px 2px #E6870A;
box-shadow: 1px 1px 3px 2px #E6870A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6870A; -webkit-box-shadow: 1px 1px 3px 2px #E6870A; box-shadow:1px 1px 3px 2px #E6870A;">
Div content here
</div>
This text has color #E6870A on black background.
This text has color #E6870A on white background.
This text has black color on #E6870A background.
This text has white color on #E6870A background.
Complementary color for #hex is #1978F5.