HEX: #E4E2AE
RGB: (228,226,174)
#E4E2AE contains red, green and blue colors in about the same proportion. Web safe color of #E4E2AE is #CCCC99 (or #CC9).
#E4E2AE color RGB value is (228,226,174).
RGB: (228,226,174)
(89%, 89%, 68%)
R 228 of 255 = 89%
G 226 of 255 = 89%
B 174 of 255 = 68%
R + G + B ~ 82%. #E4E2AE is quite light color.
R + G + B = 228 + 226 + 174 = 628 (100%)
R 228 of 628 ~ 36.31%
G 226 of 628 ~ 35.99%
B 174 of 628 ~ 27.71'%
#E4E2AE color CMYK value is (0,1,24,11).
CMYK: (0,1,24,11)
C0M1Y24K11 (0%, 1%, 24%, 11%)
(0.00 / 0.01 / 0.24 / 0.11)
Color #E4E2AE in popluar color models
E4 | E2 | AE | |
---|---|---|---|
RGB | 228 | 226 | 174 |
HSL | 58° | 50.00% | 78.82% |
HSB/HSV | 58° | 23.68% | 89.41% |
CMYK | 0.00% | 0.88% | 23.68% |
10.59% |
Color #E4E2AE in popluar number systems.
HEX | E4 | E2 | AE |
Decimal | 228 | 226 | 174 |
Binary | 11100100 | 11100010 | 10101110 |
Octal | 344 | 342 | 256 |
Shades of #E4E2AE
Tints of #E4E2AE
Examples of css and html codes for elements with #E4E2AE color. Also use rgb(228,226,174) instead hex code.
.myTextColor { color: #E4E2AE; }
<p style="color:#E4E2AE">This sample text font color is #E4E2AE.</p>
This text font color is #E4E2AE.
.myBgColor { background-color: #E4E2AE; }
<div style="background-color:#E4E2AE">Inner text</div>
This div background color is #E4E2AE.
.myBorderColor { border: 1px solid #E4E2AE; }
<div style="border:3px solid #E4E2AE">Div</div>
This div border color is #E4E2AE.
.myOpacity80 { color: #E4E2AE; opacity: 0.8; }
<p style="color:#E4E2AE;opacity:0.8;">80%</p>
Text with #E4E2AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4E2AE;}
<p style="text-shadow: 3px 3px 1px #E4E2AE">Text here.</p>
This text has shadow with #E4E2AE color.
.textShadow {text-shadow: 3px 3px 1px #E4E2AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4E2AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4E2AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4E2AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4E2AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4E2AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4E2AE;
-webkit-box-shadow: 1px 1px 3px 2px #E4E2AE;
box-shadow: 1px 1px 3px 2px #E4E2AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4E2AE; -webkit-box-shadow: 1px 1px 3px 2px #E4E2AE; box-shadow:1px 1px 3px 2px #E4E2AE;">
Div content here
</div>
This text has color #E4E2AE on black background.
This text has color #E4E2AE on white background.
This text has black color on #E4E2AE background.
This text has white color on #E4E2AE background.
Complementary color for #hex is #1B1D51.