COLOR #E2EC7D

HEX: #E2EC7D RGB: (226,236,125)

Color info

#E2EC7D contains mainly red and green colors. Web safe color of #E2EC7D is #CCFF66 (or #CF6).

RGB color model

#E2EC7D color RGB value is (226,236,125).

RGB: (226,236,125) (89%, 93%, 49%)

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 125 of 255 = 49%

226
236
125

R + G + B ~ 77%. #E2EC7D is quite light color.

Portions of RGB colors in percentages

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'%

%38.5
%40.2
%21.29

CMYK color model

#E2EC7D color CMYK value is (4,0,47,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 47.03%
  • key color value is 7.45%

CMYK: (4,0,47,7)
C4M0Y47K7 (4%, 0%, 47%, 7%)
(0.04 / 0.00 / 0.47 / 0.07)

CMYK percentages

%4.24
%0
%47.03
%7.45

Codes

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 and tints

Shades of #E2EC7D

#E2EC7D
(226,236,125)
#CED772
(206,215,114)
#BAC267
(186,194,103)
#A6AD5C
(166,173,92)
#929851
(146,152,81)
#7E8346
(126,131,70)
#6A6E3B
(106,110,59)
#565930
(86,89,48)
#424425
(66,68,37)
#2E2F1A
(46,47,26)
#1A1A0F
(26,26,15)
#000000
(0,0,0)

Tints of #E2EC7D

#E2EC7D
(226,236,125)
#E4ED88
(228,237,136)
#E6EE93
(230,238,147)
#E8EF9E
(232,239,158)
#EAF0A9
(234,240,169)
#ECF1B4
(236,241,180)
#EEF2BF
(238,242,191)
#F0F3CA
(240,243,202)
#F2F4D5
(242,244,213)
#F4F5E0
(244,245,224)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EC7D color. Also use rgb(226,236,125) instead hex code.

Text Font Color

.myTextColor { color: #E2EC7D; }

<p style="color:#E2EC7D">This sample text font color is #E2EC7D.</p>

This text font color is #E2EC7D.

Background Color

.myBgColor { background-color: #E2EC7D; }

<div style="background-color:#E2EC7D">Inner text</div>

This div background color is #E2EC7D.

Border color

.myBorderColor { border: 1px solid #E2EC7D; }

<div style="border:3px solid #E2EC7D">Div</div>

This div border color is #E2EC7D.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #E2EC7D.

Preview

Color preview on black background

This text has color #E2EC7D on black background.


Color preview on white background

This text has color #E2EC7D on white background.


Black color preview on #E2EC7D background

This text has black color on #E2EC7D background.


White color preview on #E2EC7D background

This text has white color on #E2EC7D background.


Related colors

Complementary color

Complementary color for #hex is #1D1382.


I love getcolorcode.com

Triadic colors

1 #7DE2EC and #EC7DE2 with #E2EC7D are triadic colors.

2 #7DECE2 and #ECE27D with #E2EC7D are triadic colors.