COLOR #E4F80A

HEX: #E4F80A
RGB: (228,248,10)

Color info

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

RGB color model

#E4F80A color RGB value is (228,248,10).

  • red value is 228;
  • green value is 248;
  • blue value is 10.
RGB:
(228,248,10)
(89%,97%,4%)

RGB channels and saturation

R 228 of 255 = 89%
G 248 of 255 = 97%
B 10 of 255 = 4%

228
248
10

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

Portions of RGB colors in percentages

R + G + B =
228 + 248 + 10 = 486 (100%)
R 228 of 486 ~ 46.91%
G 248 of 486 ~ 51.03%
B 10 of 486 ~ 2.06%

%46.91
%51.03

CMYK color model

#E4F80A color CMYK value is (8,0,96,3).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 95.97%
  • key color value is 2.75%
CMYK:
(8,0,96,3)
C8M0Y96K3 
(8%,0%,96%,3%)
(0.08/0.00/0.96/0.03)	

CMYK percentages

%8.06
%0
%95.97
%2.75

Codes

Color #E4F80A in popluar color models

E4F80A
RGB22824810
HSL65°94.44%50.59%
HSB/HSV65°95.97%97.25%
CMYK8.06%0.00%95.97%
2.75%

Color #E4F80A in popluar number systems.

HEXE4F80A
Decimal22824810
Binary11100100111110001010
Octal34437012

Shades and tints

Shades of #E4F80A

#E4F80A
(228,248,10)
#D0E20A
(208,226,10)
#BCCC0A
(188,204,10)
#A8B60A
(168,182,10)
#94A00A
(148,160,10)
#808A0A
(128,138,10)
#6C740A
(108,116,10)
#585E0A
(88,94,10)
#44480A
(68,72,10)
#30320A
(48,50,10)
#1C1C0A
(28,28,10)
#000000
(0,0,0)

Tints of #E4F80A

#E4F80A
(228,248,10)
#E6F820
(230,248,32)
#E8F836
(232,248,54)
#EAF84C
(234,248,76)
#ECF862
(236,248,98)
#EEF878
(238,248,120)
#F0F88E
(240,248,142)
#F2F8A4
(242,248,164)
#F4F8BA
(244,248,186)
#F6F8D0
(246,248,208)
#F8F8E6
(248,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F80A color. Also use rgb(228,248,10) instead hex code.

Text Font Color

.myTextColor { color: #E4F80A; }

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

This text font color is #E4F80A.


Background Color

.myBgColor { background-color: #E4F80A; }

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

This div background color is #E4F80A.


Border color

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

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

This div border color is #E4F80A.


Opacity

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

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

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

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

This text has shadow with #E4F80A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F80A on black background.


Color preview on white background

This text has color #E4F80A on white background.



Black color preview on #E4F80A background

This text has black color on #E4F80A background.


White color preview on #E4F80A background

This text has white color on #E4F80A background.