COLOR #E6F424

HEX: #E6F424
RGB: (230,244,36)

Color info

#E6F424 contains mainly red and green colors. Web safe color of #E6F424 is #CCFF33 (or #CF3).

RGB color model

#E6F424 color RGB value is (230,244,36).

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

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 36 of 255 = 14%

230
244
36

R + G + B ~ 67%. #E6F424 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 36 = 510 (100%)
R 230 of 510 ~ 45.1%
G 244 of 510 ~ 47.84%
B 36 of 510 ~ 7.06%

%45.1
%47.84

CMYK color model

#E6F424 color CMYK value is (6,0,85,4).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 85.25%
  • key color value is 4.31%
CMYK:
(6,0,85,4)
C6M0Y85K4 
(6%,0%,85%,4%)
(0.06/0.00/0.85/0.04)	

CMYK percentages

%5.74
%0
%85.25
%4.31

Codes

Color #E6F424 in popluar color models

E6F424
RGB23024436
HSL64°90.43%54.90%
HSB/HSV64°85.25%95.69%
CMYK5.74%0.00%85.25%
4.31%

Color #E6F424 in popluar number systems.

HEXE6F424
Decimal23024436
Binary1110011011110100100100
Octal34636444

Shades and tints

Shades of #E6F424

#E6F424
(230,244,36)
#D2DE21
(210,222,33)
#BEC81E
(190,200,30)
#AAB21B
(170,178,27)
#969C18
(150,156,24)
#828615
(130,134,21)
#6E7012
(110,112,18)
#5A5A0F
(90,90,15)
#46440C
(70,68,12)
#322E09
(50,46,9)
#1E1806
(30,24,6)
#000000
(0,0,0)

Tints of #E6F424

#E6F424
(230,244,36)
#E8F537
(232,245,55)
#EAF64A
(234,246,74)
#ECF75D
(236,247,93)
#EEF870
(238,248,112)
#F0F983
(240,249,131)
#F2FA96
(242,250,150)
#F4FBA9
(244,251,169)
#F6FCBC
(246,252,188)
#F8FDCF
(248,253,207)
#FAFEE2
(250,254,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F424; }

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

This text font color is #E6F424.


Background Color

.myBgColor { background-color: #E6F424; }

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

This div background color is #E6F424.


Border color

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

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

This div border color is #E6F424.


Opacity

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

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

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

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

This text has shadow with #E6F424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F424 on black background.


Color preview on white background

This text has color #E6F424 on white background.



Black color preview on #E6F424 background

This text has black color on #E6F424 background.


White color preview on #E6F424 background

This text has white color on #E6F424 background.