COLOR #E5F714

HEX: #E5F714
RGB: (229,247,20)

Color info

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

RGB color model

#E5F714 color RGB value is (229,247,20).

  • red value is 229;
  • green value is 247;
  • blue value is 20.
RGB:
(229,247,20)
(90%,97%,8%)

RGB channels and saturation

R 229 of 255 = 90%
G 247 of 255 = 97%
B 20 of 255 = 8%

229
247
20

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

Portions of RGB colors in percentages

R + G + B =
229 + 247 + 20 = 496 (100%)
R 229 of 496 ~ 46.17%
G 247 of 496 ~ 49.8%
B 20 of 496 ~ 4.03%

%46.17
%49.8

CMYK color model

#E5F714 color CMYK value is (7,0,92,3).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 91.90%
  • key color value is 3.14%
CMYK:
(7,0,92,3)
C7M0Y92K3 
(7%,0%,92%,3%)
(0.07/0.00/0.92/0.03)	

CMYK percentages

%7.29
%0
%91.9
%3.14

Codes

Color #E5F714 in popluar color models

E5F714
RGB22924720
HSL65°93.42%52.35%
HSB/HSV65°91.90%96.86%
CMYK7.29%0.00%91.90%
3.14%

Color #E5F714 in popluar number systems.

HEXE5F714
Decimal22924720
Binary111001011111011110100
Octal34536724

Shades and tints

Shades of #E5F714

#E5F714
(229,247,20)
#D1E113
(209,225,19)
#BDCB12
(189,203,18)
#A9B511
(169,181,17)
#959F10
(149,159,16)
#81890F
(129,137,15)
#6D730E
(109,115,14)
#595D0D
(89,93,13)
#45470C
(69,71,12)
#31310B
(49,49,11)
#1D1B0A
(29,27,10)
#000000
(0,0,0)

Tints of #E5F714

#E5F714
(229,247,20)
#E7F729
(231,247,41)
#E9F73E
(233,247,62)
#EBF753
(235,247,83)
#EDF768
(237,247,104)
#EFF77D
(239,247,125)
#F1F792
(241,247,146)
#F3F7A7
(243,247,167)
#F5F7BC
(245,247,188)
#F7F7D1
(247,247,209)
#F9F7E6
(249,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F714 color. Also use rgb(229,247,20) instead hex code.

Text Font Color

.myTextColor { color: #E5F714; }

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

This text font color is #E5F714.


Background Color

.myBgColor { background-color: #E5F714; }

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

This div background color is #E5F714.


Border color

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

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

This div border color is #E5F714.


Opacity

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

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

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

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

This text has shadow with #E5F714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F714 on black background.


Color preview on white background

This text has color #E5F714 on white background.



Black color preview on #E5F714 background

This text has black color on #E5F714 background.


White color preview on #E5F714 background

This text has white color on #E5F714 background.