HEX: #E4A195
RGB: (228,161,149)
#E4A195 contains mainly red color. Web safe color of #E4A195 is #CC9999 (or #C99).
#E4A195 color RGB value is (228,161,149).
RGB: (228,161,149)
(89%, 63%, 58%)
R 228 of 255 = 89%
G 161 of 255 = 63%
B 149 of 255 = 58%
R + G + B ~ 70%. #E4A195 is quite light color.
R + G + B = 228 + 161 + 149 = 538 (100%)
R 228 of 538 ~ 42.38%
G 161 of 538 ~ 29.93%
B 149 of 538 ~ 27.7'%
#E4A195 color CMYK value is (0,29,35,11).
CMYK: (0,29,35,11) C0M29Y35K11 (0%,29%,35%,11%) (0.00/0.29/0.35/0.11)
Color #E4A195 in popluar color models
E4 | A1 | 95 | |
---|---|---|---|
RGB | 228 | 161 | 149 |
HSL | 9° | 59.40% | 73.92% |
HSB/HSV | 9° | 34.65% | 89.41% |
CMYK | 0.00% | 29.39% | 34.65% |
10.59% |
Color #E4A195 in popluar number systems.
HEX | E4 | A1 | 95 |
Decimal | 228 | 161 | 149 |
Binary | 11100100 | 10100001 | 10010101 |
Octal | 344 | 241 | 225 |
Shades of #E4A195
Tints of #E4A195
Examples of css and html codes for elements with #E4A195 color. Also use rgb(228,161,149) instead hex code.
.myTextColor { color: #E4A195; }
<p style="color:#E4A195">This sample text font color is #E4A195.</p>
This text font color is #E4A195.
.myBgColor { background-color: #E4A195; }
<div style="background-color:#E4A195">Inner text</div>
This div background color is #E4A195.
.myBorderColor { border: 1px solid #E4A195; }
<div style="border:3px solid #E4A195">Div</div>
This div border color is #E4A195.
.myOpacity80 { color: #E4A195; opacity: 0.8; }
<p style="color:#E4A195;opacity:0.8;">80%</p>
Text with #E4A195 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4A195;}
<p style="text-shadow: 3px 3px 1px #E4A195">Text here.</p>
This text has shadow with #E4A195 color.
.textShadow {text-shadow: 3px 3px 1px #E4A195', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4A195, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4A195 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4A195, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4A195, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4A195 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4A195;
-webkit-box-shadow: 1px 1px 3px 2px #E4A195;
box-shadow: 1px 1px 3px 2px #E4A195;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4A195; -webkit-box-shadow: 1px 1px 3px 2px #E4A195; box-shadow:1px 1px 3px 2px #E4A195;">
Div content here
</div>
This text has color #E4A195 on black background.
This text has color #E4A195 on white background.
This text has black color on #E4A195 background.
This text has white color on #E4A195 background.
Complementary color for #hex is #1B5E6A.