HEX: #E15610
RGB: (225,86,16)
#E15610 contains mainly red color. Web safe color of #E15610 is #CC6600 (or #C60).
#E15610 color RGB value is (225,86,16).
RGB: (225,86,16)
(88%, 34%, 6%)
R 225 of 255 = 88%
G 86 of 255 = 34%
B 16 of 255 = 6%
R + G + B ~ 43%. #E15610 is middle color (not dark and not light).
R + G + B = 225 + 86 + 16 = 327 (100%)
R 225 of 327 ~ 68.81%
G 86 of 327 ~ 26.3%
B 16 of 327 ~ 4.89'%
#E15610 color CMYK value is (0,62,93,12).
CMYK: (0,62,93,12)
C0M62Y93K12 (0%, 62%, 93%, 12%)
(0.00 / 0.62 / 0.93 / 0.12)
Color #E15610 in popluar color models
E1 | 56 | 10 | |
---|---|---|---|
RGB | 225 | 86 | 16 |
HSL | 20° | 86.72% | 47.25% |
HSB/HSV | 20° | 92.89% | 88.24% |
CMYK | 0.00% | 61.78% | 92.89% |
11.76% |
Color #E15610 in popluar number systems.
HEX | E1 | 56 | 10 |
Decimal | 225 | 86 | 16 |
Binary | 11100001 | 1010110 | 10000 |
Octal | 341 | 126 | 20 |
Shades of #E15610
Tints of #E15610
Examples of css and html codes for elements with #E15610 color. Also use rgb(225,86,16) instead hex code.
.myTextColor { color: #E15610; }
<p style="color:#E15610">This sample text font color is #E15610.</p>
This text font color is #E15610.
.myBgColor { background-color: #E15610; }
<div style="background-color:#E15610">Inner text</div>
This div background color is #E15610.
.myBorderColor { border: 1px solid #E15610; }
<div style="border:3px solid #E15610">Div</div>
This div border color is #E15610.
.myOpacity80 { color: #E15610; opacity: 0.8; }
<p style="color:#E15610;opacity:0.8;">80%</p>
Text with #E15610 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E15610;}
<p style="text-shadow: 3px 3px 1px #E15610">Text here.</p>
This text has shadow with #E15610 color.
.textShadow {text-shadow: 3px 3px 1px #E15610', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E15610, 5px 5px 20px red">Text here.</p>
This text has shadow with #E15610 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E15610, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E15610, Direction=45, Strength=4)">Text</p>
This text has shadow with #E15610 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E15610;
-webkit-box-shadow: 1px 1px 3px 2px #E15610;
box-shadow: 1px 1px 3px 2px #E15610;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E15610; -webkit-box-shadow: 1px 1px 3px 2px #E15610; box-shadow:1px 1px 3px 2px #E15610;">
Div content here
</div>
This text has color #E15610 on black background.
This text has color #E15610 on white background.
This text has black color on #E15610 background.
This text has white color on #E15610 background.
Complementary color for #hex is #1EA9EF.