COLOR #EDDE9D

HEX: #EDDE9D
RGB: (237,222,157)

Color info

#EDDE9D contains mainly red and green colors. Web safe color of #EDDE9D is #FFCC99 (or #FC9).

RGB color model

#EDDE9D color RGB value is (237,222,157).

  • red value is 237;
  • green value is 222;
  • blue value is 157.
RGB:
(237,222,157)
(93%,87%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 157 of 255 = 62%

237
222
157

R + G + B ~ 81%. #EDDE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 222 + 157 = 616 (100%)
R 237 of 616 ~ 38.47%
G 222 of 616 ~ 36.04%
B 157 of 616 ~ 25.49%

%38.47
%36.04
%25.49

CMYK color model

#EDDE9D color CMYK value is (0,6,34,7).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 33.76%
  • key color value is 7.06%
CMYK:
(0,6,34,7)
C0M6Y34K7 
(0%,6%,34%,7%)
(0.00/0.06/0.34/0.07)	

CMYK percentages

%0
%6.33
%33.76
%7.06

Codes

Color #EDDE9D in popluar color models

EDDE9D
RGB237222157
HSL49°68.97%77.25%
HSB/HSV49°33.76%92.94%
CMYK0.00%6.33%33.76%
7.06%

Color #EDDE9D in popluar number systems.

HEXEDDE9D
Decimal237222157
Binary111011011101111010011101
Octal355336235

Shades and tints

Shades of #EDDE9D

#EDDE9D
(237,222,157)
#D8CA8F
(216,202,143)
#C3B681
(195,182,129)
#AEA273
(174,162,115)
#998E65
(153,142,101)
#847A57
(132,122,87)
#6F6649
(111,102,73)
#5A523B
(90,82,59)
#453E2D
(69,62,45)
#302A1F
(48,42,31)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #EDDE9D

#EDDE9D
(237,222,157)
#EEE1A5
(238,225,165)
#EFE4AD
(239,228,173)
#F0E7B5
(240,231,181)
#F1EABD
(241,234,189)
#F2EDC5
(242,237,197)
#F3F0CD
(243,240,205)
#F4F3D5
(244,243,213)
#F5F6DD
(245,246,221)
#F6F9E5
(246,249,229)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDE9D color. Also use rgb(237,222,157) instead hex code.

Text Font Color

.myTextColor { color: #EDDE9D; }

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

This text font color is #EDDE9D.


Background Color

.myBgColor { background-color: #EDDE9D; }

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

This div background color is #EDDE9D.


Border color

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

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

This div border color is #EDDE9D.


Opacity

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

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

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

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

This text has shadow with #EDDE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDE9D on black background.


Color preview on white background

This text has color #EDDE9D on white background.



Black color preview on #EDDE9D background

This text has black color on #EDDE9D background.


White color preview on #EDDE9D background

This text has white color on #EDDE9D background.