HEX: #E59474
RGB: (229,148,116)
#E59474 contains mainly red color. Web safe color of #E59474 is #CC9966 (or #C96).
#E59474 color RGB value is (229,148,116).
RGB: (229,148,116)
(90%, 58%, 45%)
R 229 of 255 = 90%
G 148 of 255 = 58%
B 116 of 255 = 45%
R + G + B ~ 64%. #E59474 is quite light color.
R + G + B = 229 + 148 + 116 = 493 (100%)
R 229 of 493 ~ 46.45%
G 148 of 493 ~ 30.02%
B 116 of 493 ~ 23.53'%
#E59474 color CMYK value is (0,35,49,10).
CMYK: (0,35,49,10)
C0M35Y49K10 (0%, 35%, 49%, 10%)
(0.00 / 0.35 / 0.49 / 0.10)
Color #E59474 in popluar color models
E5 | 94 | 74 | |
---|---|---|---|
RGB | 229 | 148 | 116 |
HSL | 17° | 68.48% | 67.65% |
HSB/HSV | 17° | 49.34% | 89.80% |
CMYK | 0.00% | 35.37% | 49.34% |
10.20% |
Color #E59474 in popluar number systems.
HEX | E5 | 94 | 74 |
Decimal | 229 | 148 | 116 |
Binary | 11100101 | 10010100 | 1110100 |
Octal | 345 | 224 | 164 |
Shades of #E59474
Tints of #E59474
Examples of css and html codes for elements with #E59474 color. Also use rgb(229,148,116) instead hex code.
.myTextColor { color: #E59474; }
<p style="color:#E59474">This sample text font color is #E59474.</p>
This text font color is #E59474.
.myBgColor { background-color: #E59474; }
<div style="background-color:#E59474">Inner text</div>
This div background color is #E59474.
.myBorderColor { border: 1px solid #E59474; }
<div style="border:3px solid #E59474">Div</div>
This div border color is #E59474.
.myOpacity80 { color: #E59474; opacity: 0.8; }
<p style="color:#E59474;opacity:0.8;">80%</p>
Text with #E59474 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59474;}
<p style="text-shadow: 3px 3px 1px #E59474">Text here.</p>
This text has shadow with #E59474 color.
.textShadow {text-shadow: 3px 3px 1px #E59474', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59474, 5px 5px 20px red">Text here.</p>
This text has shadow with #E59474 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59474, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59474, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59474 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E59474;
-webkit-box-shadow: 1px 1px 3px 2px #E59474;
box-shadow: 1px 1px 3px 2px #E59474;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59474; -webkit-box-shadow: 1px 1px 3px 2px #E59474; box-shadow:1px 1px 3px 2px #E59474;">
Div content here
</div>
This text has color #E59474 on black background.
This text has color #E59474 on white background.
This text has black color on #E59474 background.
This text has white color on #E59474 background.
Complementary color for #hex is #1A6B8B.