COLOR #E7F514

HEX: #E7F514
RGB: (231,245,20)

Color info

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

RGB color model

#E7F514 color RGB value is (231,245,20).

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

RGB channels and saturation

R 231 of 255 = 91%
G 245 of 255 = 96%
B 20 of 255 = 8%

231
245
20

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

Portions of RGB colors in percentages

R + G + B =
231 + 245 + 20 = 496 (100%)
R 231 of 496 ~ 46.57%
G 245 of 496 ~ 49.4%
B 20 of 496 ~ 4.03%

%46.57
%49.4

CMYK color model

#E7F514 color CMYK value is (6,0,92,4).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 91.84%
  • key color value is 3.92%
CMYK:
(6,0,92,4)
C6M0Y92K4 
(6%,0%,92%,4%)
(0.06/0.00/0.92/0.04)	

CMYK percentages

%5.71
%0
%91.84
%3.92

Codes

Color #E7F514 in popluar color models

E7F514
RGB23124520
HSL64°91.84%51.96%
HSB/HSV64°91.84%96.08%
CMYK5.71%0.00%91.84%
3.92%

Color #E7F514 in popluar number systems.

HEXE7F514
Decimal23124520
Binary111001111111010110100
Octal34736524

Shades and tints

Shades of #E7F514

#E7F514
(231,245,20)
#D2DF13
(210,223,19)
#BDC912
(189,201,18)
#A8B311
(168,179,17)
#939D10
(147,157,16)
#7E870F
(126,135,15)
#69710E
(105,113,14)
#545B0D
(84,91,13)
#3F450C
(63,69,12)
#2A2F0B
(42,47,11)
#15190A
(21,25,10)
#000000
(0,0,0)

Tints of #E7F514

#E7F514
(231,245,20)
#E9F529
(233,245,41)
#EBF53E
(235,245,62)
#EDF553
(237,245,83)
#EFF568
(239,245,104)
#F1F57D
(241,245,125)
#F3F592
(243,245,146)
#F5F5A7
(245,245,167)
#F7F5BC
(247,245,188)
#F9F5D1
(249,245,209)
#FBF5E6
(251,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F514 color. Also use rgb(231,245,20) instead hex code.

Text Font Color

.myTextColor { color: #E7F514; }

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

This text font color is #E7F514.


Background Color

.myBgColor { background-color: #E7F514; }

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

This div background color is #E7F514.


Border color

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

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

This div border color is #E7F514.


Opacity

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

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

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

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

This text has shadow with #E7F514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F514 on black background.


Color preview on white background

This text has color #E7F514 on white background.



Black color preview on #E7F514 background

This text has black color on #E7F514 background.


White color preview on #E7F514 background

This text has white color on #E7F514 background.