COLOR #EDEDDA

HEX: #EDEDDA RGB: (237,237,218)

Color info

#EDEDDA contains red, green and blue colors in about the same proportion. Web safe color of #EDEDDA is #FFFFCC (or #FFC).

RGB color model

#EDEDDA color RGB value is (237,237,218).

RGB: (237,237,218) (93%, 93%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 218 of 255 = 85%

237
237
218

R + G + B ~ 90%. #EDEDDA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 218 = 692 (100%)
R 237 of 692 ~ 34.25%
G 237 of 692 ~ 34.25%
B 218 of 692 ~ 31.5'%

%34.25
%34.25
%31.5

CMYK color model

#EDEDDA color CMYK value is (0,0,8,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 7.06%

CMYK: (0,0,8,7)
C0M0Y8K7 (0%, 0%, 8%, 7%)
(0.00 / 0.00 / 0.08 / 0.07)

CMYK percentages

%0
%0
%8.02
%7.06

Codes

Color #EDEDDA in popluar color models

ED ED DA
RGB 237 237 218
HSL 60° 34.55% 89.22%
HSB/HSV 60° 8.02% 92.94%
CMYK 0.00% 0.00% 8.02%
7.06%

Color #EDEDDA in popluar number systems.

HEX ED ED DA
Decimal 237 237 218
Binary 11101101 11101101 11011010
Octal 355 355 332

Shades and tints

Shades of #EDEDDA

#EDEDDA
(237,237,218)
#D8D8C7
(216,216,199)
#C3C3B4
(195,195,180)
#AEAEA1
(174,174,161)
#99998E
(153,153,142)
#84847B
(132,132,123)
#6F6F68
(111,111,104)
#5A5A55
(90,90,85)
#454542
(69,69,66)
#30302F
(48,48,47)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #EDEDDA

#EDEDDA
(237,237,218)
#EEEEDD
(238,238,221)
#EFEFE0
(239,239,224)
#F0F0E3
(240,240,227)
#F1F1E6
(241,241,230)
#F2F2E9
(242,242,233)
#F3F3EC
(243,243,236)
#F4F4EF
(244,244,239)
#F5F5F2
(245,245,242)
#F6F6F5
(246,246,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDDA; }

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

This text font color is #EDEDDA.

Background Color

.myBgColor { background-color: #EDEDDA; }

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

This div background color is #EDEDDA.

Border color

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

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

This div border color is #EDEDDA.

Opacity

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

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

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

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

This text has shadow with #EDEDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDDA.

Preview

Color preview on black background

This text has color #EDEDDA on black background.


Color preview on white background

This text has color #EDEDDA on white background.


Black color preview on #EDEDDA background

This text has black color on #EDEDDA background.


White color preview on #EDEDDA background

This text has white color on #EDEDDA background.


Related colors

Complementary color

Complementary color for #hex is #121225.


I love getcolorcode.com