HEX: #E4A88C
RGB: (228,168,140)
#E4A88C contains mainly red color. Web safe color of #E4A88C is #CC9999 (or #C99).
#E4A88C color RGB value is (228,168,140).
RGB: (228,168,140)
(89%, 66%, 55%)
R 228 of 255 = 89%
G 168 of 255 = 66%
B 140 of 255 = 55%
R + G + B ~ 70%. #E4A88C is quite light color.
R + G + B = 228 + 168 + 140 = 536 (100%)
R 228 of 536 ~ 42.54%
G 168 of 536 ~ 31.34%
B 140 of 536 ~ 26.12'%
#E4A88C color CMYK value is (0,26,39,11).
CMYK: (0,26,39,11)
C0M26Y39K11 (0%, 26%, 39%, 11%)
(0.00 / 0.26 / 0.39 / 0.11)
Color #E4A88C in popluar color models
E4 | A8 | 8C | |
---|---|---|---|
RGB | 228 | 168 | 140 |
HSL | 19° | 61.97% | 72.16% |
HSB/HSV | 19° | 38.60% | 89.41% |
CMYK | 0.00% | 26.32% | 38.60% |
10.59% |
Color #E4A88C in popluar number systems.
HEX | E4 | A8 | 8C |
Decimal | 228 | 168 | 140 |
Binary | 11100100 | 10101000 | 10001100 |
Octal | 344 | 250 | 214 |
Shades of #E4A88C
Tints of #E4A88C
Examples of css and html codes for elements with #E4A88C color. Also use rgb(228,168,140) instead hex code.
.myTextColor { color: #E4A88C; }
<p style="color:#E4A88C">This sample text font color is #E4A88C.</p>
This text font color is #E4A88C.
.myBgColor { background-color: #E4A88C; }
<div style="background-color:#E4A88C">Inner text</div>
This div background color is #E4A88C.
.myBorderColor { border: 1px solid #E4A88C; }
<div style="border:3px solid #E4A88C">Div</div>
This div border color is #E4A88C.
.myOpacity80 { color: #E4A88C; opacity: 0.8; }
<p style="color:#E4A88C;opacity:0.8;">80%</p>
Text with #E4A88C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4A88C;}
<p style="text-shadow: 3px 3px 1px #E4A88C">Text here.</p>
This text has shadow with #E4A88C color.
.textShadow {text-shadow: 3px 3px 1px #E4A88C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4A88C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4A88C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4A88C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4A88C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4A88C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4A88C;
-webkit-box-shadow: 1px 1px 3px 2px #E4A88C;
box-shadow: 1px 1px 3px 2px #E4A88C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4A88C; -webkit-box-shadow: 1px 1px 3px 2px #E4A88C; box-shadow:1px 1px 3px 2px #E4A88C;">
Div content here
</div>
This text has color #E4A88C on black background.
This text has color #E4A88C on white background.
This text has black color on #E4A88C background.
This text has white color on #E4A88C background.
Complementary color for #hex is #1B5773.