COLOR #E2E913

HEX: #E2E913
RGB: (226,233,19)

Color info

#E2E913 contains mainly red and green colors. Web safe color of #E2E913 is #CCFF00 (or #CF0).

RGB color model

#E2E913 color RGB value is (226,233,19).

  • red value is 226;
  • green value is 233;
  • blue value is 19.
RGB:
(226,233,19)
(89%,91%,7%)

RGB channels and saturation

R 226 of 255 = 89%
G 233 of 255 = 91%
B 19 of 255 = 7%

226
233
19

R + G + B ~ 62%. #E2E913 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 233 + 19 = 478 (100%)
R 226 of 478 ~ 47.28%
G 233 of 478 ~ 48.74%
B 19 of 478 ~ 3.97%

%47.28
%48.74

CMYK color model

#E2E913 color CMYK value is (3,0,92,9).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 91.85%
  • key color value is 8.63%
CMYK:
(3,0,92,9)
C3M0Y92K9 
(3%,0%,92%,9%)
(0.03/0.00/0.92/0.09)	

CMYK percentages

%3
%0
%91.85
%8.63

Codes

Color #E2E913 in popluar color models

E2E913
RGB22623319
HSL62°84.92%49.41%
HSB/HSV62°91.85%91.37%
CMYK3.00%0.00%91.85%
8.63%

Color #E2E913 in popluar number systems.

HEXE2E913
Decimal22623319
Binary111000101110100110011
Octal34235123

Shades and tints

Shades of #E2E913

#E2E913
(226,233,19)
#CED412
(206,212,18)
#BABF11
(186,191,17)
#A6AA10
(166,170,16)
#92950F
(146,149,15)
#7E800E
(126,128,14)
#6A6B0D
(106,107,13)
#56560C
(86,86,12)
#42410B
(66,65,11)
#2E2C0A
(46,44,10)
#1A1709
(26,23,9)
#000000
(0,0,0)

Tints of #E2E913

#E2E913
(226,233,19)
#E4EB28
(228,235,40)
#E6ED3D
(230,237,61)
#E8EF52
(232,239,82)
#EAF167
(234,241,103)
#ECF37C
(236,243,124)
#EEF591
(238,245,145)
#F0F7A6
(240,247,166)
#F2F9BB
(242,249,187)
#F4FBD0
(244,251,208)
#F6FDE5
(246,253,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E913 color. Also use rgb(226,233,19) instead hex code.

Text Font Color

.myTextColor { color: #E2E913; }

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

This text font color is #E2E913.


Background Color

.myBgColor { background-color: #E2E913; }

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

This div background color is #E2E913.


Border color

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

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

This div border color is #E2E913.


Opacity

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

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

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

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

This text has shadow with #E2E913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E913 on black background.


Color preview on white background

This text has color #E2E913 on white background.



Black color preview on #E2E913 background

This text has black color on #E2E913 background.


White color preview on #E2E913 background

This text has white color on #E2E913 background.