COLOR #EDF116

HEX: #EDF116
RGB: (237,241,22)

Color info

#EDF116 contains mainly red and green colors. Web safe color of #EDF116 is #FFFF00 (or #FF0).

RGB color model

#EDF116 color RGB value is (237,241,22).

  • red value is 237;
  • green value is 241;
  • blue value is 22.
RGB:
(237,241,22)
(93%,95%,9%)

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 22 of 255 = 9%

237
241
22

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

Portions of RGB colors in percentages

R + G + B =
237 + 241 + 22 = 500 (100%)
R 237 of 500 ~ 47.4%
G 241 of 500 ~ 48.2%
B 22 of 500 ~ 4.4%

%47.4
%48.2

CMYK color model

#EDF116 color CMYK value is (2,0,91,5).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 90.87%
  • key color value is 5.49%
CMYK:
(2,0,91,5)
C2M0Y91K5 
(2%,0%,91%,5%)
(0.02/0.00/0.91/0.05)	

CMYK percentages

%1.66
%0
%90.87
%5.49

Codes

Color #EDF116 in popluar color models

EDF116
RGB23724122
HSL61°88.66%51.57%
HSB/HSV61°90.87%94.51%
CMYK1.66%0.00%90.87%
5.49%

Color #EDF116 in popluar number systems.

HEXEDF116
Decimal23724122
Binary111011011111000110110
Octal35536126

Shades and tints

Shades of #EDF116

#EDF116
(237,241,22)
#D8DC14
(216,220,20)
#C3C712
(195,199,18)
#AEB210
(174,178,16)
#999D0E
(153,157,14)
#84880C
(132,136,12)
#6F730A
(111,115,10)
#5A5E08
(90,94,8)
#454906
(69,73,6)
#303404
(48,52,4)
#1B1F02
(27,31,2)
#000000
(0,0,0)

Tints of #EDF116

#EDF116
(237,241,22)
#EEF22B
(238,242,43)
#EFF340
(239,243,64)
#F0F455
(240,244,85)
#F1F56A
(241,245,106)
#F2F67F
(242,246,127)
#F3F794
(243,247,148)
#F4F8A9
(244,248,169)
#F5F9BE
(245,249,190)
#F6FAD3
(246,250,211)
#F7FBE8
(247,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF116 color. Also use rgb(237,241,22) instead hex code.

Text Font Color

.myTextColor { color: #EDF116; }

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

This text font color is #EDF116.


Background Color

.myBgColor { background-color: #EDF116; }

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

This div background color is #EDF116.


Border color

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

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

This div border color is #EDF116.


Opacity

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

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

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

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

This text has shadow with #EDF116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF116 on black background.


Color preview on white background

This text has color #EDF116 on white background.



Black color preview on #EDF116 background

This text has black color on #EDF116 background.


White color preview on #EDF116 background

This text has white color on #EDF116 background.