COLOR #E2EC1E

HEX: #E2EC1E
RGB: (226,236,30)

Color info

#E2EC1E contains mainly red and green colors. Web safe color of #E2EC1E is #CCFF33 (or #CF3).

RGB color model

#E2EC1E color RGB value is (226,236,30).

  • red value is 226;
  • green value is 236;
  • blue value is 30.
RGB:
(226,236,30)
(89%,93%,12%)

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 30 of 255 = 12%

226
236
30

R + G + B ~ 65%. #E2EC1E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 236 + 30 = 492 (100%)
R 226 of 492 ~ 45.93%
G 236 of 492 ~ 47.97%
B 30 of 492 ~ 6.1%

%45.93
%47.97

CMYK color model

#E2EC1E color CMYK value is (4,0,87,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 87.29%
  • key color value is 7.45%
CMYK:
(4,0,87,7)
C4M0Y87K7 
(4%,0%,87%,7%)
(0.04/0.00/0.87/0.07)	

CMYK percentages

%4.24
%0
%87.29
%7.45

Codes

Color #E2EC1E in popluar color models

E2EC1E
RGB22623630
HSL63°84.43%52.16%
HSB/HSV63°87.29%92.55%
CMYK4.24%0.00%87.29%
7.45%

Color #E2EC1E in popluar number systems.

HEXE2EC1E
Decimal22623630
Binary111000101110110011110
Octal34235436

Shades and tints

Shades of #E2EC1E

#E2EC1E
(226,236,30)
#CED71C
(206,215,28)
#BAC21A
(186,194,26)
#A6AD18
(166,173,24)
#929816
(146,152,22)
#7E8314
(126,131,20)
#6A6E12
(106,110,18)
#565910
(86,89,16)
#42440E
(66,68,14)
#2E2F0C
(46,47,12)
#1A1A0A
(26,26,10)
#000000
(0,0,0)

Tints of #E2EC1E

#E2EC1E
(226,236,30)
#E4ED32
(228,237,50)
#E6EE46
(230,238,70)
#E8EF5A
(232,239,90)
#EAF06E
(234,240,110)
#ECF182
(236,241,130)
#EEF296
(238,242,150)
#F0F3AA
(240,243,170)
#F2F4BE
(242,244,190)
#F4F5D2
(244,245,210)
#F6F6E6
(246,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EC1E; }

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

This text font color is #E2EC1E.


Background Color

.myBgColor { background-color: #E2EC1E; }

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

This div background color is #E2EC1E.


Border color

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

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

This div border color is #E2EC1E.


Opacity

.myOpacity80 { color: #E2EC1E; opacity: 0.8; }

<p style="color:#E2EC1E;opacity:0.8;">80%</p>

Text with #E2EC1E 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 #E2EC1E;}

<p style="text-shadow: 3px 3px 1px #E2EC1E">Text here.</p>

This text has shadow with #E2EC1E color.

.textShadow {text-shadow: 3px 3px 1px #E2EC1E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2EC1E, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2EC1E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2EC1E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2EC1E, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2EC1E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E2EC1E;
  -webkit-box-shadow:	1px 1px 3px 2px #E2EC1E;
  box-shadow:		1px 1px 3px 2px #E2EC1E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2EC1E;
-webkit-box-shadow: 1px 1px 3px 2px #E2EC1E;
box-shadow:1px 1px 3px 2px #E2EC1E;">
Div content here</div>
This div box has shadow with color #E2EC1E.

Preview

Color preview on black background

This text has color #E2EC1E on black background.


Color preview on white background

This text has color #E2EC1E on white background.



Black color preview on #E2EC1E background

This text has black color on #E2EC1E background.


White color preview on #E2EC1E background

This text has white color on #E2EC1E background.