COLOR #EDF4A9

HEX: #EDF4A9
RGB: (237,244,169)

Color info

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

RGB color model

#EDF4A9 color RGB value is (237,244,169).

  • red value is 237;
  • green value is 244;
  • blue value is 169.
RGB:
(237,244,169)
(93%,96%,66%)

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 169 of 255 = 66%

237
244
169

R + G + B ~ 85%. #EDF4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 169 = 650 (100%)
R 237 of 650 ~ 36.46%
G 244 of 650 ~ 37.54%
B 169 of 650 ~ 26%

%36.46
%37.54
%26

CMYK color model

#EDF4A9 color CMYK value is (3,0,31,4).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 30.74%
  • key color value is 4.31%
CMYK:
(3,0,31,4)
C3M0Y31K4 
(3%,0%,31%,4%)
(0.03/0.00/0.31/0.04)	

CMYK percentages

%2.87
%0
%30.74
%4.31

Codes

Color #EDF4A9 in popluar color models

EDF4A9
RGB237244169
HSL66°77.32%80.98%
HSB/HSV66°30.74%95.69%
CMYK2.87%0.00%30.74%
4.31%

Color #EDF4A9 in popluar number systems.

HEXEDF4A9
Decimal237244169
Binary111011011111010010101001
Octal355364251

Shades and tints

Shades of #EDF4A9

#EDF4A9
(237,244,169)
#D8DE9A
(216,222,154)
#C3C88B
(195,200,139)
#AEB27C
(174,178,124)
#999C6D
(153,156,109)
#84865E
(132,134,94)
#6F704F
(111,112,79)
#5A5A40
(90,90,64)
#454431
(69,68,49)
#302E22
(48,46,34)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDF4A9

#EDF4A9
(237,244,169)
#EEF5B0
(238,245,176)
#EFF6B7
(239,246,183)
#F0F7BE
(240,247,190)
#F1F8C5
(241,248,197)
#F2F9CC
(242,249,204)
#F3FAD3
(243,250,211)
#F4FBDA
(244,251,218)
#F5FCE1
(245,252,225)
#F6FDE8
(246,253,232)
#F7FEEF
(247,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4A9 color. Also use rgb(237,244,169) instead hex code.

Text Font Color

.myTextColor { color: #EDF4A9; }

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

This text font color is #EDF4A9.


Background Color

.myBgColor { background-color: #EDF4A9; }

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

This div background color is #EDF4A9.


Border color

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

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

This div border color is #EDF4A9.


Opacity

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

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

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

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

This text has shadow with #EDF4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4A9 on black background.


Color preview on white background

This text has color #EDF4A9 on white background.



Black color preview on #EDF4A9 background

This text has black color on #EDF4A9 background.


White color preview on #EDF4A9 background

This text has white color on #EDF4A9 background.