HEX: #E1590E
RGB: (225,89,14)
#E1590E contains mainly red color. Web safe color of #E1590E is #CC6600 (or #C60).
#E1590E color RGB value is (225,89,14).
RGB: (225,89,14)
(88%, 35%, 5%)
R 225 of 255 = 88%
G 89 of 255 = 35%
B 14 of 255 = 5%
R + G + B ~ 43%. #E1590E is middle color (not dark and not light).
R + G + B = 225 + 89 + 14 = 328 (100%)
R 225 of 328 ~ 68.6%
G 89 of 328 ~ 27.13%
B 14 of 328 ~ 4.27'%
#E1590E color CMYK value is (0,60,94,12).
CMYK: (0,60,94,12)
C0M60Y94K12 (0%, 60%, 94%, 12%)
(0.00 / 0.60 / 0.94 / 0.12)
Color #E1590E in popluar color models
E1 | 59 | 0E | |
---|---|---|---|
RGB | 225 | 89 | 14 |
HSL | 21° | 88.28% | 46.86% |
HSB/HSV | 21° | 93.78% | 88.24% |
CMYK | 0.00% | 60.44% | 93.78% |
11.76% |
Color #E1590E in popluar number systems.
HEX | E1 | 59 | 0E |
Decimal | 225 | 89 | 14 |
Binary | 11100001 | 1011001 | 1110 |
Octal | 341 | 131 | 16 |
Shades of #E1590E
Tints of #E1590E
Examples of css and html codes for elements with #E1590E color. Also use rgb(225,89,14) instead hex code.
.myTextColor { color: #E1590E; }
<p style="color:#E1590E">This sample text font color is #E1590E.</p>
This text font color is #E1590E.
.myBgColor { background-color: #E1590E; }
<div style="background-color:#E1590E">Inner text</div>
This div background color is #E1590E.
.myBorderColor { border: 1px solid #E1590E; }
<div style="border:3px solid #E1590E">Div</div>
This div border color is #E1590E.
.myOpacity80 { color: #E1590E; opacity: 0.8; }
<p style="color:#E1590E;opacity:0.8;">80%</p>
Text with #E1590E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1590E;}
<p style="text-shadow: 3px 3px 1px #E1590E">Text here.</p>
This text has shadow with #E1590E color.
.textShadow {text-shadow: 3px 3px 1px #E1590E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1590E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1590E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1590E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1590E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1590E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1590E;
-webkit-box-shadow: 1px 1px 3px 2px #E1590E;
box-shadow: 1px 1px 3px 2px #E1590E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1590E; -webkit-box-shadow: 1px 1px 3px 2px #E1590E; box-shadow:1px 1px 3px 2px #E1590E;">
Div content here
</div>
This text has color #E1590E on black background.
This text has color #E1590E on white background.
This text has black color on #E1590E background.
This text has white color on #E1590E background.
Complementary color for #hex is #1EA6F1.