COLOR #E7F20C

HEX: #E7F20C
RGB: (231,242,12)

Color info

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

RGB color model

#E7F20C color RGB value is (231,242,12).

  • red value is 231;
  • green value is 242;
  • blue value is 12.
RGB:
(231,242,12)
(91%,95%,5%)

RGB channels and saturation

R 231 of 255 = 91%
G 242 of 255 = 95%
B 12 of 255 = 5%

231
242
12

R + G + B ~ 64%. #E7F20C is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 242 + 12 = 485 (100%)
R 231 of 485 ~ 47.63%
G 242 of 485 ~ 49.9%
B 12 of 485 ~ 2.47%

%47.63
%49.9

CMYK color model

#E7F20C color CMYK value is (5,0,95,5).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 95.04%
  • key color value is 5.10%
CMYK:
(5,0,95,5)
C5M0Y95K5 
(5%,0%,95%,5%)
(0.05/0.00/0.95/0.05)	

CMYK percentages

%4.55
%0
%95.04
%5.1

Codes

Color #E7F20C in popluar color models

E7F20C
RGB23124212
HSL63°90.55%49.80%
HSB/HSV63°95.04%94.90%
CMYK4.55%0.00%95.04%
5.10%

Color #E7F20C in popluar number systems.

HEXE7F20C
Decimal23124212
Binary11100111111100101100
Octal34736214

Shades and tints

Shades of #E7F20C

#E7F20C
(231,242,12)
#D2DC0B
(210,220,11)
#BDC60A
(189,198,10)
#A8B009
(168,176,9)
#939A08
(147,154,8)
#7E8407
(126,132,7)
#696E06
(105,110,6)
#545805
(84,88,5)
#3F4204
(63,66,4)
#2A2C03
(42,44,3)
#151602
(21,22,2)
#000000
(0,0,0)

Tints of #E7F20C

#E7F20C
(231,242,12)
#E9F322
(233,243,34)
#EBF438
(235,244,56)
#EDF54E
(237,245,78)
#EFF664
(239,246,100)
#F1F77A
(241,247,122)
#F3F890
(243,248,144)
#F5F9A6
(245,249,166)
#F7FABC
(247,250,188)
#F9FBD2
(249,251,210)
#FBFCE8
(251,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F20C color. Also use rgb(231,242,12) instead hex code.

Text Font Color

.myTextColor { color: #E7F20C; }

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

This text font color is #E7F20C.


Background Color

.myBgColor { background-color: #E7F20C; }

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

This div background color is #E7F20C.


Border color

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

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

This div border color is #E7F20C.


Opacity

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

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

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

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

This text has shadow with #E7F20C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F20C on black background.


Color preview on white background

This text has color #E7F20C on white background.



Black color preview on #E7F20C background

This text has black color on #E7F20C background.


White color preview on #E7F20C background

This text has white color on #E7F20C background.