COLOR #E9F414

HEX: #E9F414
RGB: (233,244,20)

Color info

#E9F414 contains mainly red and green colors. Web safe color of #E9F414 is #FFFF00 (or #FF0).

RGB color model

#E9F414 color RGB value is (233,244,20).

  • red value is 233;
  • green value is 244;
  • blue value is 20.
RGB:
(233,244,20)
(91%,96%,8%)

RGB channels and saturation

R 233 of 255 = 91%
G 244 of 255 = 96%
B 20 of 255 = 8%

233
244
20

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

Portions of RGB colors in percentages

R + G + B =
233 + 244 + 20 = 497 (100%)
R 233 of 497 ~ 46.88%
G 244 of 497 ~ 49.09%
B 20 of 497 ~ 4.02%

%46.88
%49.09

CMYK color model

#E9F414 color CMYK value is (5,0,92,4).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 91.80%
  • key color value is 4.31%
CMYK:
(5,0,92,4)
C5M0Y92K4 
(5%,0%,92%,4%)
(0.05/0.00/0.92/0.04)	

CMYK percentages

%4.51
%0
%91.8
%4.31

Codes

Color #E9F414 in popluar color models

E9F414
RGB23324420
HSL63°91.06%51.76%
HSB/HSV63°91.80%95.69%
CMYK4.51%0.00%91.80%
4.31%

Color #E9F414 in popluar number systems.

HEXE9F414
Decimal23324420
Binary111010011111010010100
Octal35136424

Shades and tints

Shades of #E9F414

#E9F414
(233,244,20)
#D4DE13
(212,222,19)
#BFC812
(191,200,18)
#AAB211
(170,178,17)
#959C10
(149,156,16)
#80860F
(128,134,15)
#6B700E
(107,112,14)
#565A0D
(86,90,13)
#41440C
(65,68,12)
#2C2E0B
(44,46,11)
#17180A
(23,24,10)
#000000
(0,0,0)

Tints of #E9F414

#E9F414
(233,244,20)
#EBF529
(235,245,41)
#EDF63E
(237,246,62)
#EFF753
(239,247,83)
#F1F868
(241,248,104)
#F3F97D
(243,249,125)
#F5FA92
(245,250,146)
#F7FBA7
(247,251,167)
#F9FCBC
(249,252,188)
#FBFDD1
(251,253,209)
#FDFEE6
(253,254,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F414 color. Also use rgb(233,244,20) instead hex code.

Text Font Color

.myTextColor { color: #E9F414; }

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

This text font color is #E9F414.


Background Color

.myBgColor { background-color: #E9F414; }

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

This div background color is #E9F414.


Border color

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

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

This div border color is #E9F414.


Opacity

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

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

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

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

This text has shadow with #E9F414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F414 on black background.


Color preview on white background

This text has color #E9F414 on white background.



Black color preview on #E9F414 background

This text has black color on #E9F414 background.


White color preview on #E9F414 background

This text has white color on #E9F414 background.