HEX: #E4AF93
RGB: (228,175,147)
#E4AF93 contains mainly red and green colors. Web safe color of #E4AF93 is #CC9999 (or #C99).
#E4AF93 color RGB value is (228,175,147).
RGB: (228,175,147)
(89%, 69%, 58%)
R 228 of 255 = 89%
G 175 of 255 = 69%
B 147 of 255 = 58%
R + G + B ~ 72%. #E4AF93 is quite light color.
R + G + B = 228 + 175 + 147 = 550 (100%)
R 228 of 550 ~ 41.45%
G 175 of 550 ~ 31.82%
B 147 of 550 ~ 26.73'%
#E4AF93 color CMYK value is (0,23,36,11).
CMYK: (0,23,36,11) C0M23Y36K11 (0%,23%,36%,11%) (0.00/0.23/0.36/0.11)
Color #E4AF93 in popluar color models
E4 | AF | 93 | |
---|---|---|---|
RGB | 228 | 175 | 147 |
HSL | 21° | 60.00% | 73.53% |
HSB/HSV | 21° | 35.53% | 89.41% |
CMYK | 0.00% | 23.25% | 35.53% |
10.59% |
Color #E4AF93 in popluar number systems.
HEX | E4 | AF | 93 |
Decimal | 228 | 175 | 147 |
Binary | 11100100 | 10101111 | 10010011 |
Octal | 344 | 257 | 223 |
Shades of #E4AF93
Tints of #E4AF93
Examples of css and html codes for elements with #E4AF93 color. Also use rgb(228,175,147) instead hex code.
.myTextColor { color: #E4AF93; }
<p style="color:#E4AF93">This sample text font color is #E4AF93.</p>
This text font color is #E4AF93.
.myBgColor { background-color: #E4AF93; }
<div style="background-color:#E4AF93">Inner text</div>
This div background color is #E4AF93.
.myBorderColor { border: 1px solid #E4AF93; }
<div style="border:3px solid #E4AF93">Div</div>
This div border color is #E4AF93.
.myOpacity80 { color: #E4AF93; opacity: 0.8; }
<p style="color:#E4AF93;opacity:0.8;">80%</p>
Text with #E4AF93 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4AF93;}
<p style="text-shadow: 3px 3px 1px #E4AF93">Text here.</p>
This text has shadow with #E4AF93 color.
.textShadow {text-shadow: 3px 3px 1px #E4AF93', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4AF93, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4AF93 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4AF93, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4AF93, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4AF93 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4AF93;
-webkit-box-shadow: 1px 1px 3px 2px #E4AF93;
box-shadow: 1px 1px 3px 2px #E4AF93;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4AF93; -webkit-box-shadow: 1px 1px 3px 2px #E4AF93; box-shadow:1px 1px 3px 2px #E4AF93;">
Div content here
</div>
This text has color #E4AF93 on black background.
This text has color #E4AF93 on white background.
This text has black color on #E4AF93 background.
This text has white color on #E4AF93 background.
Complementary color for #hex is #1B506C.