HEX: #E9994C
RGB: (233,153,76)
#E9994C contains mainly red color. Web safe color of #E9994C is #FF9933 (or #F93).
#E9994C color RGB value is (233,153,76).
RGB: (233,153,76)
(91%, 60%, 30%)
R 233 of 255 = 91%
G 153 of 255 = 60%
B 76 of 255 = 30%
R + G + B ~ 60%. #E9994C is middle color (not dark and not light).
R + G + B = 233 + 153 + 76 = 462 (100%)
R 233 of 462 ~ 50.43%
G 153 of 462 ~ 33.12%
B 76 of 462 ~ 16.45'%
#E9994C color CMYK value is (0,34,67,9).
CMYK: (0,34,67,9)
C0M34Y67K9 (0%, 34%, 67%, 9%)
(0.00 / 0.34 / 0.67 / 0.09)
Color #E9994C in popluar color models
E9 | 99 | 4C | |
---|---|---|---|
RGB | 233 | 153 | 76 |
HSL | 29° | 78.11% | 60.59% |
HSB/HSV | 29° | 67.38% | 91.37% |
CMYK | 0.00% | 34.33% | 67.38% |
8.63% |
Color #E9994C in popluar number systems.
HEX | E9 | 99 | 4C |
Decimal | 233 | 153 | 76 |
Binary | 11101001 | 10011001 | 1001100 |
Octal | 351 | 231 | 114 |
Shades of #E9994C
Tints of #E9994C
Examples of css and html codes for elements with #E9994C color. Also use rgb(233,153,76) instead hex code.
.myTextColor { color: #E9994C; }
<p style="color:#E9994C">This sample text font color is #E9994C.</p>
This text font color is #E9994C.
.myBgColor { background-color: #E9994C; }
<div style="background-color:#E9994C">Inner text</div>
This div background color is #E9994C.
.myBorderColor { border: 1px solid #E9994C; }
<div style="border:3px solid #E9994C">Div</div>
This div border color is #E9994C.
.myOpacity80 { color: #E9994C; opacity: 0.8; }
<p style="color:#E9994C;opacity:0.8;">80%</p>
Text with #E9994C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9994C;}
<p style="text-shadow: 3px 3px 1px #E9994C">Text here.</p>
This text has shadow with #E9994C color.
.textShadow {text-shadow: 3px 3px 1px #E9994C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9994C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9994C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9994C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9994C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9994C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9994C;
-webkit-box-shadow: 1px 1px 3px 2px #E9994C;
box-shadow: 1px 1px 3px 2px #E9994C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9994C; -webkit-box-shadow: 1px 1px 3px 2px #E9994C; box-shadow:1px 1px 3px 2px #E9994C;">
Div content here
</div>
This text has color #E9994C on black background.
This text has color #E9994C on white background.
This text has black color on #E9994C background.
This text has white color on #E9994C background.
Complementary color for #E9994C is #1666B3.