HEX: #E07C16
RGB: (224,124,22)
#E07C16 contains mainly red color. Web safe color of #E07C16 is #CC6600 (or #C60).
#E07C16 color RGB value is (224,124,22).
RGB: (224,124,22)
(88%, 49%, 9%)
R 224 of 255 = 88%
G 124 of 255 = 49%
B 22 of 255 = 9%
R + G + B ~ 49%. #E07C16 is middle color (not dark and not light).
R + G + B = 224 + 124 + 22 = 370 (100%)
R 224 of 370 ~ 60.54%
G 124 of 370 ~ 33.51%
B 22 of 370 ~ 5.95'%
#E07C16 color CMYK value is (0,45,90,12).
CMYK: (0,45,90,12)
C0M45Y90K12 (0%, 45%, 90%, 12%)
(0.00 / 0.45 / 0.90 / 0.12)
Color #E07C16 in popluar color models
E0 | 7C | 16 | |
---|---|---|---|
RGB | 224 | 124 | 22 |
HSL | 30° | 82.11% | 48.24% |
HSB/HSV | 30° | 90.18% | 87.84% |
CMYK | 0.00% | 44.64% | 90.18% |
12.16% |
Color #E07C16 in popluar number systems.
HEX | E0 | 7C | 16 |
Decimal | 224 | 124 | 22 |
Binary | 11100000 | 1111100 | 10110 |
Octal | 340 | 174 | 26 |
Shades of #E07C16
Tints of #E07C16
Examples of css and html codes for elements with #E07C16 color. Also use rgb(224,124,22) instead hex code.
.myTextColor { color: #E07C16; }
<p style="color:#E07C16">This sample text font color is #E07C16.</p>
This text font color is #E07C16.
.myBgColor { background-color: #E07C16; }
<div style="background-color:#E07C16">Inner text</div>
This div background color is #E07C16.
.myBorderColor { border: 1px solid #E07C16; }
<div style="border:3px solid #E07C16">Div</div>
This div border color is #E07C16.
.myOpacity80 { color: #E07C16; opacity: 0.8; }
<p style="color:#E07C16;opacity:0.8;">80%</p>
Text with #E07C16 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E07C16;}
<p style="text-shadow: 3px 3px 1px #E07C16">Text here.</p>
This text has shadow with #E07C16 color.
.textShadow {text-shadow: 3px 3px 1px #E07C16', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E07C16, 5px 5px 20px red">Text here.</p>
This text has shadow with #E07C16 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E07C16, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E07C16, Direction=45, Strength=4)">Text</p>
This text has shadow with #E07C16 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E07C16;
-webkit-box-shadow: 1px 1px 3px 2px #E07C16;
box-shadow: 1px 1px 3px 2px #E07C16;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E07C16; -webkit-box-shadow: 1px 1px 3px 2px #E07C16; box-shadow:1px 1px 3px 2px #E07C16;">
Div content here
</div>
This text has color #E07C16 on black background.
This text has color #E07C16 on white background.
This text has black color on #E07C16 background.
This text has white color on #E07C16 background.
Complementary color for #E07C16 is #1F83E9.