COLOR #E6F408

HEX: #E6F408
RGB: (230,244,8)

Color info

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

RGB color model

#E6F408 color RGB value is (230,244,8).

  • red value is 230;
  • green value is 244;
  • blue value is 8.
RGB:
(230,244,8)
(90%,96%,3%)

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 8 of 255 = 3%

230
244
8

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

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 8 = 482 (100%)
R 230 of 482 ~ 47.72%
G 244 of 482 ~ 50.62%
B 8 of 482 ~ 1.66%

%47.72
%50.62

CMYK color model

#E6F408 color CMYK value is (6,0,97,4).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 96.72%
  • key color value is 4.31%
CMYK:
(6,0,97,4)
C6M0Y97K4 
(6%,0%,97%,4%)
(0.06/0.00/0.97/0.04)	

CMYK percentages

%5.74
%0
%96.72
%4.31

Codes

Color #E6F408 in popluar color models

E6F408
RGB2302448
HSL64°93.65%49.41%
HSB/HSV64°96.72%95.69%
CMYK5.74%0.00%96.72%
4.31%

Color #E6F408 in popluar number systems.

HEXE6F408
Decimal2302448
Binary11100110111101001000
Octal34636410

Shades and tints

Shades of #E6F408

#E6F408
(230,244,8)
#D2DE08
(210,222,8)
#BEC808
(190,200,8)
#AAB208
(170,178,8)
#969C08
(150,156,8)
#828608
(130,134,8)
#6E7008
(110,112,8)
#5A5A08
(90,90,8)
#464408
(70,68,8)
#322E08
(50,46,8)
#1E1808
(30,24,8)
#000000
(0,0,0)

Tints of #E6F408

#E6F408
(230,244,8)
#E8F51E
(232,245,30)
#EAF634
(234,246,52)
#ECF74A
(236,247,74)
#EEF860
(238,248,96)
#F0F976
(240,249,118)
#F2FA8C
(242,250,140)
#F4FBA2
(244,251,162)
#F6FCB8
(246,252,184)
#F8FDCE
(248,253,206)
#FAFEE4
(250,254,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F408 color. Also use rgb(230,244,8) instead hex code.

Text Font Color

.myTextColor { color: #E6F408; }

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

This text font color is #E6F408.


Background Color

.myBgColor { background-color: #E6F408; }

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

This div background color is #E6F408.


Border color

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

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

This div border color is #E6F408.


Opacity

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

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

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

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

This text has shadow with #E6F408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F408 on black background.


Color preview on white background

This text has color #E6F408 on white background.



Black color preview on #E6F408 background

This text has black color on #E6F408 background.


White color preview on #E6F408 background

This text has white color on #E6F408 background.