COLOR #E6F016

HEX: #E6F016
RGB: (230,240,22)

Color info

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

RGB color model

#E6F016 color RGB value is (230,240,22).

  • red value is 230;
  • green value is 240;
  • blue value is 22.
RGB:
(230,240,22)
(90%,94%,9%)

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 22 of 255 = 9%

230
240
22

R + G + B ~ 64%. #E6F016 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 22 = 492 (100%)
R 230 of 492 ~ 46.75%
G 240 of 492 ~ 48.78%
B 22 of 492 ~ 4.47%

%46.75
%48.78

CMYK color model

#E6F016 color CMYK value is (4,0,91,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 90.83%
  • key color value is 5.88%
CMYK:
(4,0,91,6)
C4M0Y91K6 
(4%,0%,91%,6%)
(0.04/0.00/0.91/0.06)	

CMYK percentages

%4.17
%0
%90.83
%5.88

Codes

Color #E6F016 in popluar color models

E6F016
RGB23024022
HSL63°87.90%51.37%
HSB/HSV63°90.83%94.12%
CMYK4.17%0.00%90.83%
5.88%

Color #E6F016 in popluar number systems.

HEXE6F016
Decimal23024022
Binary111001101111000010110
Octal34636026

Shades and tints

Shades of #E6F016

#E6F016
(230,240,22)
#D2DB14
(210,219,20)
#BEC612
(190,198,18)
#AAB110
(170,177,16)
#969C0E
(150,156,14)
#82870C
(130,135,12)
#6E720A
(110,114,10)
#5A5D08
(90,93,8)
#464806
(70,72,6)
#323304
(50,51,4)
#1E1E02
(30,30,2)
#000000
(0,0,0)

Tints of #E6F016

#E6F016
(230,240,22)
#E8F12B
(232,241,43)
#EAF240
(234,242,64)
#ECF355
(236,243,85)
#EEF46A
(238,244,106)
#F0F57F
(240,245,127)
#F2F694
(242,246,148)
#F4F7A9
(244,247,169)
#F6F8BE
(246,248,190)
#F8F9D3
(248,249,211)
#FAFAE8
(250,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F016 color. Also use rgb(230,240,22) instead hex code.

Text Font Color

.myTextColor { color: #E6F016; }

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

This text font color is #E6F016.


Background Color

.myBgColor { background-color: #E6F016; }

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

This div background color is #E6F016.


Border color

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

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

This div border color is #E6F016.


Opacity

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

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

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

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

This text has shadow with #E6F016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F016 on black background.


Color preview on white background

This text has color #E6F016 on white background.



Black color preview on #E6F016 background

This text has black color on #E6F016 background.


White color preview on #E6F016 background

This text has white color on #E6F016 background.