COLOR #EDDEAB

HEX: #EDDEAB RGB: (237,222,171)

Color info

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

RGB color model

#EDDEAB color RGB value is (237,222,171).

RGB: (237,222,171) (93%, 87%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 171 of 255 = 67%

237
222
171

R + G + B ~ 82%. #EDDEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 222 + 171 = 630 (100%)
R 237 of 630 ~ 37.62%
G 222 of 630 ~ 35.24%
B 171 of 630 ~ 27.14'%

%37.62
%35.24
%27.14

CMYK color model

#EDDEAB color CMYK value is (0,6,28,7).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 27.85%
  • key color value is 7.06%

CMYK: (0,6,28,7)
C0M6Y28K7 (0%, 6%, 28%, 7%)
(0.00 / 0.06 / 0.28 / 0.07)

CMYK percentages

%0
%6.33
%27.85
%7.06

Codes

Color #EDDEAB in popluar color models

ED DE AB
RGB 237 222 171
HSL 46° 64.71% 80.00%
HSB/HSV 46° 27.85% 92.94%
CMYK 0.00% 6.33% 27.85%
7.06%

Color #EDDEAB in popluar number systems.

HEX ED DE AB
Decimal 237 222 171
Binary 11101101 11011110 10101011
Octal 355 336 253

Shades and tints

Shades of #EDDEAB

#EDDEAB
(237,222,171)
#D8CA9C
(216,202,156)
#C3B68D
(195,182,141)
#AEA27E
(174,162,126)
#998E6F
(153,142,111)
#847A60
(132,122,96)
#6F6651
(111,102,81)
#5A5242
(90,82,66)
#453E33
(69,62,51)
#302A24
(48,42,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDDEAB

#EDDEAB
(237,222,171)
#EEE1B2
(238,225,178)
#EFE4B9
(239,228,185)
#F0E7C0
(240,231,192)
#F1EAC7
(241,234,199)
#F2EDCE
(242,237,206)
#F3F0D5
(243,240,213)
#F4F3DC
(244,243,220)
#F5F6E3
(245,246,227)
#F6F9EA
(246,249,234)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDEAB; }

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

This text font color is #EDDEAB.

Background Color

.myBgColor { background-color: #EDDEAB; }

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

This div background color is #EDDEAB.

Border color

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

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

This div border color is #EDDEAB.

Opacity

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

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

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

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

This text has shadow with #EDDEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDEAB.

Preview

Color preview on black background

This text has color #EDDEAB on black background.


Color preview on white background

This text has color #EDDEAB on white background.


Black color preview on #EDDEAB background

This text has black color on #EDDEAB background.


White color preview on #EDDEAB background

This text has white color on #EDDEAB background.


Related colors

Complementary color

Complementary color for #hex is #122154.


I love getcolorcode.com

Triadic colors

1 #ABEDDE and #DEABED with #EDDEAB are triadic colors.

2 #ABDEED and #DEEDAB with #EDDEAB are triadic colors.