COLOR #EDE0C9

HEX: #EDE0C9
RGB: (237,224,201)

Color info

#EDE0C9 contains red, green and blue colors in about the same proportion. Web safe color of #EDE0C9 is #FFCCCC (or #FCC).

RGB color model

#EDE0C9 color RGB value is (237,224,201).

  • red value is 237;
  • green value is 224;
  • blue value is 201.
RGB:
(237,224,201)
(93%,88%,79%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 201 of 255 = 79%

237
224
201

R + G + B ~ 87%. #EDE0C9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 201 = 662 (100%)
R 237 of 662 ~ 35.8%
G 224 of 662 ~ 33.84%
B 201 of 662 ~ 30.36%

%35.8
%33.84
%30.36

CMYK color model

#EDE0C9 color CMYK value is (0,5,15,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,5,15,7)
C0M5Y15K7 
(0%,5%,15%,7%)
(0.00/0.05/0.15/0.07)	

CMYK percentages

%0
%5.49
%15.19
%7.06

Codes

Color #EDE0C9 in popluar color models

EDE0C9
RGB237224201
HSL38°50.00%85.88%
HSB/HSV38°15.19%92.94%
CMYK0.00%5.49%15.19%
7.06%

Color #EDE0C9 in popluar number systems.

HEXEDE0C9
Decimal237224201
Binary111011011110000011001001
Octal355340311

Shades and tints

Shades of #EDE0C9

#EDE0C9
(237,224,201)
#D8CCB7
(216,204,183)
#C3B8A5
(195,184,165)
#AEA493
(174,164,147)
#999081
(153,144,129)
#847C6F
(132,124,111)
#6F685D
(111,104,93)
#5A544B
(90,84,75)
#454039
(69,64,57)
#302C27
(48,44,39)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDE0C9

#EDE0C9
(237,224,201)
#EEE2CD
(238,226,205)
#EFE4D1
(239,228,209)
#F0E6D5
(240,230,213)
#F1E8D9
(241,232,217)
#F2EADD
(242,234,221)
#F3ECE1
(243,236,225)
#F4EEE5
(244,238,229)
#F5F0E9
(245,240,233)
#F6F2ED
(246,242,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE0C9 color. Also use rgb(237,224,201) instead hex code.

Text Font Color

.myTextColor { color: #EDE0C9; }

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

This text font color is #EDE0C9.


Background Color

.myBgColor { background-color: #EDE0C9; }

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

This div background color is #EDE0C9.


Border color

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

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

This div border color is #EDE0C9.


Opacity

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

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

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

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

This text has shadow with #EDE0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0C9 on black background.


Color preview on white background

This text has color #EDE0C9 on white background.



Black color preview on #EDE0C9 background

This text has black color on #EDE0C9 background.


White color preview on #EDE0C9 background

This text has white color on #EDE0C9 background.