HEX: #E09889
RGB: (224,152,137)
#E09889 contains mainly red color. Web safe color of #E09889 is #CC9999 (or #C99).
#E09889 color RGB value is (224,152,137).
RGB: (224,152,137)
(88%, 60%, 54%)
R 224 of 255 = 88%
G 152 of 255 = 60%
B 137 of 255 = 54%
R + G + B ~ 67%. #E09889 is quite light color.
R + G + B = 224 + 152 + 137 = 513 (100%)
R 224 of 513 ~ 43.66%
G 152 of 513 ~ 29.63%
B 137 of 513 ~ 26.71'%
#E09889 color CMYK value is (0,32,39,12).
CMYK: (0,32,39,12)
C0M32Y39K12 (0%, 32%, 39%, 12%)
(0.00 / 0.32 / 0.39 / 0.12)
Color #E09889 in popluar color models
E0 | 98 | 89 | |
---|---|---|---|
RGB | 224 | 152 | 137 |
HSL | 10° | 58.39% | 70.78% |
HSB/HSV | 10° | 38.84% | 87.84% |
CMYK | 0.00% | 32.14% | 38.84% |
12.16% |
Color #E09889 in popluar number systems.
HEX | E0 | 98 | 89 |
Decimal | 224 | 152 | 137 |
Binary | 11100000 | 10011000 | 10001001 |
Octal | 340 | 230 | 211 |
Shades of #E09889
Tints of #E09889
Examples of css and html codes for elements with #E09889 color. Also use rgb(224,152,137) instead hex code.
.myTextColor { color: #E09889; }
<p style="color:#E09889">This sample text font color is #E09889.</p>
This text font color is #E09889.
.myBgColor { background-color: #E09889; }
<div style="background-color:#E09889">Inner text</div>
This div background color is #E09889.
.myBorderColor { border: 1px solid #E09889; }
<div style="border:3px solid #E09889">Div</div>
This div border color is #E09889.
.myOpacity80 { color: #E09889; opacity: 0.8; }
<p style="color:#E09889;opacity:0.8;">80%</p>
Text with #E09889 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E09889;}
<p style="text-shadow: 3px 3px 1px #E09889">Text here.</p>
This text has shadow with #E09889 color.
.textShadow {text-shadow: 3px 3px 1px #E09889', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E09889, 5px 5px 20px red">Text here.</p>
This text has shadow with #E09889 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E09889, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E09889, Direction=45, Strength=4)">Text</p>
This text has shadow with #E09889 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E09889;
-webkit-box-shadow: 1px 1px 3px 2px #E09889;
box-shadow: 1px 1px 3px 2px #E09889;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E09889; -webkit-box-shadow: 1px 1px 3px 2px #E09889; box-shadow:1px 1px 3px 2px #E09889;">
Div content here
</div>
This text has color #E09889 on black background.
This text has color #E09889 on white background.
This text has black color on #E09889 background.
This text has white color on #E09889 background.
Complementary color for #hex is #1F6776.