COLOR #E6F91A

HEX: #E6F91A
RGB: (230,249,26)

Color info

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

RGB color model

#E6F91A color RGB value is (230,249,26).

  • red value is 230;
  • green value is 249;
  • blue value is 26.
RGB:
(230,249,26)
(90%,98%,10%)

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 26 of 255 = 10%

230
249
26

R + G + B ~ 66%. #E6F91A is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 249 + 26 = 505 (100%)
R 230 of 505 ~ 45.54%
G 249 of 505 ~ 49.31%
B 26 of 505 ~ 5.15%

%45.54
%49.31

CMYK color model

#E6F91A color CMYK value is (8,0,90,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 89.56%
  • key color value is 2.35%
CMYK:
(8,0,90,2)
C8M0Y90K2 
(8%,0%,90%,2%)
(0.08/0.00/0.90/0.02)	

CMYK percentages

%7.63
%0
%89.56
%2.35

Codes

Color #E6F91A in popluar color models

E6F91A
RGB23024926
HSL65°94.89%53.92%
HSB/HSV65°89.56%97.65%
CMYK7.63%0.00%89.56%
2.35%

Color #E6F91A in popluar number systems.

HEXE6F91A
Decimal23024926
Binary111001101111100111010
Octal34637132

Shades and tints

Shades of #E6F91A

#E6F91A
(230,249,26)
#D2E318
(210,227,24)
#BECD16
(190,205,22)
#AAB714
(170,183,20)
#96A112
(150,161,18)
#828B10
(130,139,16)
#6E750E
(110,117,14)
#5A5F0C
(90,95,12)
#46490A
(70,73,10)
#323308
(50,51,8)
#1E1D06
(30,29,6)
#000000
(0,0,0)

Tints of #E6F91A

#E6F91A
(230,249,26)
#E8F92E
(232,249,46)
#EAF942
(234,249,66)
#ECF956
(236,249,86)
#EEF96A
(238,249,106)
#F0F97E
(240,249,126)
#F2F992
(242,249,146)
#F4F9A6
(244,249,166)
#F6F9BA
(246,249,186)
#F8F9CE
(248,249,206)
#FAF9E2
(250,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F91A color. Also use rgb(230,249,26) instead hex code.

Text Font Color

.myTextColor { color: #E6F91A; }

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

This text font color is #E6F91A.


Background Color

.myBgColor { background-color: #E6F91A; }

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

This div background color is #E6F91A.


Border color

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

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

This div border color is #E6F91A.


Opacity

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

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

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

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

This text has shadow with #E6F91A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F91A on black background.


Color preview on white background

This text has color #E6F91A on white background.



Black color preview on #E6F91A background

This text has black color on #E6F91A background.


White color preview on #E6F91A background

This text has white color on #E6F91A background.