HEX: #E2EC7D
RGB: (226,236,125)
#E2EC7D contains mainly red and green colors. Web safe color of #E2EC7D is #CCFF66 (or #CF6).
#E2EC7D color RGB value is (226,236,125).
RGB: (226,236,125)
(89%, 93%, 49%)
R 226 of 255 = 89%
G 236 of 255 = 93%
B 125 of 255 = 49%
R + G + B ~ 77%. #E2EC7D is quite light color.
R + G + B = 226 + 236 + 125 = 587 (100%)
R 226 of 587 ~ 38.5%
G 236 of 587 ~ 40.2%
B 125 of 587 ~ 21.29'%
#E2EC7D color CMYK value is (4,0,47,7).
CMYK: (4,0,47,7)
C4M0Y47K7 (4%, 0%, 47%, 7%)
(0.04 / 0.00 / 0.47 / 0.07)
Color #E2EC7D in popluar color models
E2 | EC | 7D | |
---|---|---|---|
RGB | 226 | 236 | 125 |
HSL | 65° | 74.50% | 70.78% |
HSB/HSV | 65° | 47.03% | 92.55% |
CMYK | 4.24% | 0.00% | 47.03% |
7.45% |
Color #E2EC7D in popluar number systems.
HEX | E2 | EC | 7D |
Decimal | 226 | 236 | 125 |
Binary | 11100010 | 11101100 | 1111101 |
Octal | 342 | 354 | 175 |
Shades of #E2EC7D
Tints of #E2EC7D
Examples of css and html codes for elements with #E2EC7D color. Also use rgb(226,236,125) instead hex code.
.myTextColor { color: #E2EC7D; }
<p style="color:#E2EC7D">This sample text font color is #E2EC7D.</p>
This text font color is #E2EC7D.
.myBgColor { background-color: #E2EC7D; }
<div style="background-color:#E2EC7D">Inner text</div>
This div background color is #E2EC7D.
.myBorderColor { border: 1px solid #E2EC7D; }
<div style="border:3px solid #E2EC7D">Div</div>
This div border color is #E2EC7D.
.myOpacity80 { color: #E2EC7D; opacity: 0.8; }
<p style="color:#E2EC7D;opacity:0.8;">80%</p>
Text with #E2EC7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2EC7D;}
<p style="text-shadow: 3px 3px 1px #E2EC7D">Text here.</p>
This text has shadow with #E2EC7D color.
.textShadow {text-shadow: 3px 3px 1px #E2EC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2EC7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2EC7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2EC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2EC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2EC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2EC7D;
-webkit-box-shadow: 1px 1px 3px 2px #E2EC7D;
box-shadow: 1px 1px 3px 2px #E2EC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2EC7D; -webkit-box-shadow: 1px 1px 3px 2px #E2EC7D; box-shadow:1px 1px 3px 2px #E2EC7D;">
Div content here
</div>
This text has color #E2EC7D on black background.
This text has color #E2EC7D on white background.
This text has black color on #E2EC7D background.
This text has white color on #E2EC7D background.
Complementary color for #hex is #1D1382.