COLOR #EDF0A7

HEX: #EDF0A7
RGB: (237,240,167)

Color info

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

RGB color model

#EDF0A7 color RGB value is (237,240,167).

  • red value is 237;
  • green value is 240;
  • blue value is 167.
RGB:
(237,240,167)
(93%,94%,65%)

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 167 of 255 = 65%

237
240
167

R + G + B ~ 84%. #EDF0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 240 + 167 = 644 (100%)
R 237 of 644 ~ 36.8%
G 240 of 644 ~ 37.27%
B 167 of 644 ~ 25.93%

%36.8
%37.27
%25.93

CMYK color model

#EDF0A7 color CMYK value is (1,0,30,6).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 30.42%
  • key color value is 5.88%
CMYK:
(1,0,30,6)
C1M0Y30K6 
(1%,0%,30%,6%)
(0.01/0.00/0.30/0.06)	

CMYK percentages

%1.25
%0
%30.42
%5.88

Codes

Color #EDF0A7 in popluar color models

EDF0A7
RGB237240167
HSL62°70.87%79.80%
HSB/HSV62°30.42%94.12%
CMYK1.25%0.00%30.42%
5.88%

Color #EDF0A7 in popluar number systems.

HEXEDF0A7
Decimal237240167
Binary111011011111000010100111
Octal355360247

Shades and tints

Shades of #EDF0A7

#EDF0A7
(237,240,167)
#D8DB98
(216,219,152)
#C3C689
(195,198,137)
#AEB17A
(174,177,122)
#999C6B
(153,156,107)
#84875C
(132,135,92)
#6F724D
(111,114,77)
#5A5D3E
(90,93,62)
#45482F
(69,72,47)
#303320
(48,51,32)
#1B1E11
(27,30,17)
#000000
(0,0,0)

Tints of #EDF0A7

#EDF0A7
(237,240,167)
#EEF1AF
(238,241,175)
#EFF2B7
(239,242,183)
#F0F3BF
(240,243,191)
#F1F4C7
(241,244,199)
#F2F5CF
(242,245,207)
#F3F6D7
(243,246,215)
#F4F7DF
(244,247,223)
#F5F8E7
(245,248,231)
#F6F9EF
(246,249,239)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF0A7 color. Also use rgb(237,240,167) instead hex code.

Text Font Color

.myTextColor { color: #EDF0A7; }

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

This text font color is #EDF0A7.


Background Color

.myBgColor { background-color: #EDF0A7; }

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

This div background color is #EDF0A7.


Border color

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

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

This div border color is #EDF0A7.


Opacity

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

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

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

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

This text has shadow with #EDF0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0A7 on black background.


Color preview on white background

This text has color #EDF0A7 on white background.



Black color preview on #EDF0A7 background

This text has black color on #EDF0A7 background.


White color preview on #EDF0A7 background

This text has white color on #EDF0A7 background.