COLOR #EDC0AD

HEX: #EDC0AD RGB: (237,192,173)

Color info

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

RGB color model

#EDC0AD color RGB value is (237,192,173).

RGB: (237,192,173) (93%, 75%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 173 of 255 = 68%

237
192
173

R + G + B ~ 79%. #EDC0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 192 + 173 = 602 (100%)
R 237 of 602 ~ 39.37%
G 192 of 602 ~ 31.89%
B 173 of 602 ~ 28.74'%

%39.37
%31.89
%28.74

CMYK color model

#EDC0AD color CMYK value is (0,19,27,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 27.00%
  • key color value is 7.06%

CMYK: (0,19,27,7)
C0M19Y27K7 (0%, 19%, 27%, 7%)
(0.00 / 0.19 / 0.27 / 0.07)

CMYK percentages

%0
%18.99
%27
%7.06

Codes

Color #EDC0AD in popluar color models

ED C0 AD
RGB 237 192 173
HSL 18° 64.00% 80.39%
HSB/HSV 18° 27.00% 92.94%
CMYK 0.00% 18.99% 27.00%
7.06%

Color #EDC0AD in popluar number systems.

HEX ED C0 AD
Decimal 237 192 173
Binary 11101101 11000000 10101101
Octal 355 300 255

Shades and tints

Shades of #EDC0AD

#EDC0AD
(237,192,173)
#D8AF9E
(216,175,158)
#C39E8F
(195,158,143)
#AE8D80
(174,141,128)
#997C71
(153,124,113)
#846B62
(132,107,98)
#6F5A53
(111,90,83)
#5A4944
(90,73,68)
#453835
(69,56,53)
#302726
(48,39,38)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDC0AD

#EDC0AD
(237,192,173)
#EEC5B4
(238,197,180)
#EFCABB
(239,202,187)
#F0CFC2
(240,207,194)
#F1D4C9
(241,212,201)
#F2D9D0
(242,217,208)
#F3DED7
(243,222,215)
#F4E3DE
(244,227,222)
#F5E8E5
(245,232,229)
#F6EDEC
(246,237,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0AD; }

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

This text font color is #EDC0AD.

Background Color

.myBgColor { background-color: #EDC0AD; }

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

This div background color is #EDC0AD.

Border color

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

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

This div border color is #EDC0AD.

Opacity

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

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

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

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

This text has shadow with #EDC0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC0AD.

Preview

Color preview on black background

This text has color #EDC0AD on black background.


Color preview on white background

This text has color #EDC0AD on white background.


Black color preview on #EDC0AD background

This text has black color on #EDC0AD background.


White color preview on #EDC0AD background

This text has white color on #EDC0AD background.


Related colors

Complementary color

Complementary color for #hex is #123F52.


I love getcolorcode.com

Triadic colors

1 #ADEDC0 and #C0ADED with #EDC0AD are triadic colors.

2 #ADC0ED and #C0EDAD with #EDC0AD are triadic colors.