COLOR #EDFA90

HEX: #EDFA90
RGB: (237,250,144)

Color info

#EDFA90 contains mainly red and green colors. Web safe color of #EDFA90 is #FFFF99 (or #FF9).

RGB color model

#EDFA90 color RGB value is (237,250,144).

  • red value is 237;
  • green value is 250;
  • blue value is 144.
RGB:
(237,250,144)
(93%,98%,56%)

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 144 of 255 = 56%

237
250
144

R + G + B ~ 82%. #EDFA90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 144 = 631 (100%)
R 237 of 631 ~ 37.56%
G 250 of 631 ~ 39.62%
B 144 of 631 ~ 22.82%

%37.56
%39.62
%22.82

CMYK color model

#EDFA90 color CMYK value is (5,0,42,2).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 1.96%
CMYK:
(5,0,42,2)
C5M0Y42K2 
(5%,0%,42%,2%)
(0.05/0.00/0.42/0.02)	

CMYK percentages

%5.2
%0
%42.4
%1.96

Codes

Color #EDFA90 in popluar color models

EDFA90
RGB237250144
HSL67°91.38%77.25%
HSB/HSV67°42.40%98.04%
CMYK5.20%0.00%42.40%
1.96%

Color #EDFA90 in popluar number systems.

HEXEDFA90
Decimal237250144
Binary111011011111101010010000
Octal355372220

Shades and tints

Shades of #EDFA90

#EDFA90
(237,250,144)
#D8E483
(216,228,131)
#C3CE76
(195,206,118)
#AEB869
(174,184,105)
#99A25C
(153,162,92)
#848C4F
(132,140,79)
#6F7642
(111,118,66)
#5A6035
(90,96,53)
#454A28
(69,74,40)
#30341B
(48,52,27)
#1B1E0E
(27,30,14)
#000000
(0,0,0)

Tints of #EDFA90

#EDFA90
(237,250,144)
#EEFA9A
(238,250,154)
#EFFAA4
(239,250,164)
#F0FAAE
(240,250,174)
#F1FAB8
(241,250,184)
#F2FAC2
(242,250,194)
#F3FACC
(243,250,204)
#F4FAD6
(244,250,214)
#F5FAE0
(245,250,224)
#F6FAEA
(246,250,234)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFA90 color. Also use rgb(237,250,144) instead hex code.

Text Font Color

.myTextColor { color: #EDFA90; }

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

This text font color is #EDFA90.


Background Color

.myBgColor { background-color: #EDFA90; }

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

This div background color is #EDFA90.


Border color

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

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

This div border color is #EDFA90.


Opacity

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

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

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

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

This text has shadow with #EDFA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFA90 on black background.


Color preview on white background

This text has color #EDFA90 on white background.



Black color preview on #EDFA90 background

This text has black color on #EDFA90 background.


White color preview on #EDFA90 background

This text has white color on #EDFA90 background.