COLOR #E7F30A

HEX: #E7F30A
RGB: (231,243,10)

Color info

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

RGB color model

#E7F30A color RGB value is (231,243,10).

  • red value is 231;
  • green value is 243;
  • blue value is 10.
RGB:
(231,243,10)
(91%,95%,4%)

RGB channels and saturation

R 231 of 255 = 91%
G 243 of 255 = 95%
B 10 of 255 = 4%

231
243
10

R + G + B ~ 63%. #E7F30A is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 243 + 10 = 484 (100%)
R 231 of 484 ~ 47.73%
G 243 of 484 ~ 50.21%
B 10 of 484 ~ 2.07%

%47.73
%50.21

CMYK color model

#E7F30A color CMYK value is (5,0,96,5).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 95.88%
  • key color value is 4.71%
CMYK:
(5,0,96,5)
C5M0Y96K5 
(5%,0%,96%,5%)
(0.05/0.00/0.96/0.05)	

CMYK percentages

%4.94
%0
%95.88
%4.71

Codes

Color #E7F30A in popluar color models

E7F30A
RGB23124310
HSL63°92.09%49.61%
HSB/HSV63°95.88%95.29%
CMYK4.94%0.00%95.88%
4.71%

Color #E7F30A in popluar number systems.

HEXE7F30A
Decimal23124310
Binary11100111111100111010
Octal34736312

Shades and tints

Shades of #E7F30A

#E7F30A
(231,243,10)
#D2DD0A
(210,221,10)
#BDC70A
(189,199,10)
#A8B10A
(168,177,10)
#939B0A
(147,155,10)
#7E850A
(126,133,10)
#696F0A
(105,111,10)
#54590A
(84,89,10)
#3F430A
(63,67,10)
#2A2D0A
(42,45,10)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #E7F30A

#E7F30A
(231,243,10)
#E9F420
(233,244,32)
#EBF536
(235,245,54)
#EDF64C
(237,246,76)
#EFF762
(239,247,98)
#F1F878
(241,248,120)
#F3F98E
(243,249,142)
#F5FAA4
(245,250,164)
#F7FBBA
(247,251,186)
#F9FCD0
(249,252,208)
#FBFDE6
(251,253,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F30A color. Also use rgb(231,243,10) instead hex code.

Text Font Color

.myTextColor { color: #E7F30A; }

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

This text font color is #E7F30A.


Background Color

.myBgColor { background-color: #E7F30A; }

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

This div background color is #E7F30A.


Border color

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

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

This div border color is #E7F30A.


Opacity

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

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

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

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

This text has shadow with #E7F30A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F30A on black background.


Color preview on white background

This text has color #E7F30A on white background.



Black color preview on #E7F30A background

This text has black color on #E7F30A background.


White color preview on #E7F30A background

This text has white color on #E7F30A background.