HEX: #E37F1E
RGB: (227,127,30)
#E37F1E contains mainly red color. Web safe color of #E37F1E is #CC6633 (or #C63).
#E37F1E color RGB value is (227,127,30).
RGB: (227,127,30)
(89%, 50%, 12%)
R 227 of 255 = 89%
G 127 of 255 = 50%
B 30 of 255 = 12%
R + G + B ~ 50%. #E37F1E is middle color (not dark and not light).
R + G + B = 227 + 127 + 30 = 384 (100%)
R 227 of 384 ~ 59.11%
G 127 of 384 ~ 33.07%
B 30 of 384 ~ 7.81'%
#E37F1E color CMYK value is (0,44,87,11).
CMYK: (0,44,87,11)
C0M44Y87K11 (0%, 44%, 87%, 11%)
(0.00 / 0.44 / 0.87 / 0.11)
Color #E37F1E in popluar color models
E3 | 7F | 1E | |
---|---|---|---|
RGB | 227 | 127 | 30 |
HSL | 30° | 77.87% | 50.39% |
HSB/HSV | 30° | 86.78% | 89.02% |
CMYK | 0.00% | 44.05% | 86.78% |
10.98% |
Color #E37F1E in popluar number systems.
HEX | E3 | 7F | 1E |
Decimal | 227 | 127 | 30 |
Binary | 11100011 | 1111111 | 11110 |
Octal | 343 | 177 | 36 |
Shades of #E37F1E
Tints of #E37F1E
Examples of css and html codes for elements with #E37F1E color. Also use rgb(227,127,30) instead hex code.
.myTextColor { color: #E37F1E; }
<p style="color:#E37F1E">This sample text font color is #E37F1E.</p>
This text font color is #E37F1E.
.myBgColor { background-color: #E37F1E; }
<div style="background-color:#E37F1E">Inner text</div>
This div background color is #E37F1E.
.myBorderColor { border: 1px solid #E37F1E; }
<div style="border:3px solid #E37F1E">Div</div>
This div border color is #E37F1E.
.myOpacity80 { color: #E37F1E; opacity: 0.8; }
<p style="color:#E37F1E;opacity:0.8;">80%</p>
Text with #E37F1E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E37F1E;}
<p style="text-shadow: 3px 3px 1px #E37F1E">Text here.</p>
This text has shadow with #E37F1E color.
.textShadow {text-shadow: 3px 3px 1px #E37F1E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E37F1E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E37F1E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E37F1E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E37F1E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E37F1E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E37F1E;
-webkit-box-shadow: 1px 1px 3px 2px #E37F1E;
box-shadow: 1px 1px 3px 2px #E37F1E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E37F1E; -webkit-box-shadow: 1px 1px 3px 2px #E37F1E; box-shadow:1px 1px 3px 2px #E37F1E;">
Div content here
</div>
This text has color #E37F1E on black background.
This text has color #E37F1E on white background.
This text has black color on #E37F1E background.
This text has white color on #E37F1E background.
Complementary color for #hex is #1C80E1.