HEX: #E4EDBA
RGB: (228,237,186)
#E4EDBA contains red, green and blue colors in about the same proportion. Web safe color of #E4EDBA is #CCFFCC (or #CFC).
#E4EDBA color RGB value is (228,237,186).
RGB: (228,237,186)
(89%, 93%, 73%)
R 228 of 255 = 89%
G 237 of 255 = 93%
B 186 of 255 = 73%
R + G + B ~ 85%. #E4EDBA is quite light color.
R + G + B = 228 + 237 + 186 = 651 (100%)
R 228 of 651 ~ 35.02%
G 237 of 651 ~ 36.41%
B 186 of 651 ~ 28.57'%
#E4EDBA color CMYK value is (4,0,22,7).
CMYK: (4,0,22,7)
C4M0Y22K7 (4%, 0%, 22%, 7%)
(0.04 / 0.00 / 0.22 / 0.07)
Color #E4EDBA in popluar color models
E4 | ED | BA | |
---|---|---|---|
RGB | 228 | 237 | 186 |
HSL | 71° | 58.62% | 82.94% |
HSB/HSV | 71° | 21.52% | 92.94% |
CMYK | 3.80% | 0.00% | 21.52% |
7.06% |
Color #E4EDBA in popluar number systems.
HEX | E4 | ED | BA |
Decimal | 228 | 237 | 186 |
Binary | 11100100 | 11101101 | 10111010 |
Octal | 344 | 355 | 272 |
Shades of #E4EDBA
Tints of #E4EDBA
Examples of css and html codes for elements with #E4EDBA color. Also use rgb(228,237,186) instead hex code.
.myTextColor { color: #E4EDBA; }
<p style="color:#E4EDBA">This sample text font color is #E4EDBA.</p>
This text font color is #E4EDBA.
.myBgColor { background-color: #E4EDBA; }
<div style="background-color:#E4EDBA">Inner text</div>
This div background color is #E4EDBA.
.myBorderColor { border: 1px solid #E4EDBA; }
<div style="border:3px solid #E4EDBA">Div</div>
This div border color is #E4EDBA.
.myOpacity80 { color: #E4EDBA; opacity: 0.8; }
<p style="color:#E4EDBA;opacity:0.8;">80%</p>
Text with #E4EDBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4EDBA;}
<p style="text-shadow: 3px 3px 1px #E4EDBA">Text here.</p>
This text has shadow with #E4EDBA color.
.textShadow {text-shadow: 3px 3px 1px #E4EDBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4EDBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4EDBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4EDBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4EDBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4EDBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4EDBA;
-webkit-box-shadow: 1px 1px 3px 2px #E4EDBA;
box-shadow: 1px 1px 3px 2px #E4EDBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4EDBA; -webkit-box-shadow: 1px 1px 3px 2px #E4EDBA; box-shadow:1px 1px 3px 2px #E4EDBA;">
Div content here
</div>
This text has color #E4EDBA on black background.
This text has color #E4EDBA on white background.
This text has black color on #E4EDBA background.
This text has white color on #E4EDBA background.
Complementary color for #hex is #1B1245.