HEX: #EE9576
RGB: (238,149,118)
#EE9576 contains mainly red color. Web safe color of #EE9576 is #FF9966 (or #F96).
#EE9576 color RGB value is (238,149,118).
RGB: (238,149,118)
(93%, 58%, 46%)
R 238 of 255 = 93%
G 149 of 255 = 58%
B 118 of 255 = 46%
R + G + B ~ 66%. #EE9576 is quite light color.
R + G + B = 238 + 149 + 118 = 505 (100%)
R 238 of 505 ~ 47.13%
G 149 of 505 ~ 29.5%
B 118 of 505 ~ 23.37'%
#EE9576 color CMYK value is (0,37,50,7).
CMYK: (0,37,50,7)
C0M37Y50K7 (0%, 37%, 50%, 7%)
(0.00 / 0.37 / 0.50 / 0.07)
Color #EE9576 in popluar color models
EE | 95 | 76 | |
---|---|---|---|
RGB | 238 | 149 | 118 |
HSL | 16° | 77.92% | 69.80% |
HSB/HSV | 16° | 50.42% | 93.33% |
CMYK | 0.00% | 37.39% | 50.42% |
6.67% |
Color #EE9576 in popluar number systems.
HEX | EE | 95 | 76 |
Decimal | 238 | 149 | 118 |
Binary | 11101110 | 10010101 | 1110110 |
Octal | 356 | 225 | 166 |
Shades of #EE9576
Tints of #EE9576
Examples of css and html codes for elements with #EE9576 color. Also use rgb(238,149,118) instead hex code.
.myTextColor { color: #EE9576; }
<p style="color:#EE9576">This sample text font color is #EE9576.</p>
This text font color is #EE9576.
.myBgColor { background-color: #EE9576; }
<div style="background-color:#EE9576">Inner text</div>
This div background color is #EE9576.
.myBorderColor { border: 1px solid #EE9576; }
<div style="border:3px solid #EE9576">Div</div>
This div border color is #EE9576.
.myOpacity80 { color: #EE9576; opacity: 0.8; }
<p style="color:#EE9576;opacity:0.8;">80%</p>
Text with #EE9576 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE9576;}
<p style="text-shadow: 3px 3px 1px #EE9576">Text here.</p>
This text has shadow with #EE9576 color.
.textShadow {text-shadow: 3px 3px 1px #EE9576', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE9576, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE9576 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE9576, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE9576, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE9576 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE9576;
-webkit-box-shadow: 1px 1px 3px 2px #EE9576;
box-shadow: 1px 1px 3px 2px #EE9576;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE9576; -webkit-box-shadow: 1px 1px 3px 2px #EE9576; box-shadow:1px 1px 3px 2px #EE9576;">
Div content here
</div>
This text has color #EE9576 on black background.
This text has color #EE9576 on white background.
This text has black color on #EE9576 background.
This text has white color on #EE9576 background.
Complementary color for #hex is #116A89.