COLOR #EDC0A6

HEX: #EDC0A6
RGB: (237,192,166)

Color info

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

RGB color model

#EDC0A6 color RGB value is (237,192,166).

  • red value is 237;
  • green value is 192;
  • blue value is 166.
RGB:
(237,192,166)
(93%,75%,65%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 166 of 255 = 65%

237
192
166

R + G + B ~ 78%. #EDC0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 166 = 595 (100%)
R 237 of 595 ~ 39.83%
G 192 of 595 ~ 32.27%
B 166 of 595 ~ 27.9%

%39.83
%32.27
%27.9

CMYK color model

#EDC0A6 color CMYK value is (0,19,30,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 29.96%
  • key color value is 7.06%
CMYK:
(0,19,30,7)
C0M19Y30K7 
(0%,19%,30%,7%)
(0.00/0.19/0.30/0.07)	

CMYK percentages

%0
%18.99
%29.96
%7.06

Codes

Color #EDC0A6 in popluar color models

EDC0A6
RGB237192166
HSL22°66.36%79.02%
HSB/HSV22°29.96%92.94%
CMYK0.00%18.99%29.96%
7.06%

Color #EDC0A6 in popluar number systems.

HEXEDC0A6
Decimal237192166
Binary111011011100000010100110
Octal355300246

Shades and tints

Shades of #EDC0A6

#EDC0A6
(237,192,166)
#D8AF97
(216,175,151)
#C39E88
(195,158,136)
#AE8D79
(174,141,121)
#997C6A
(153,124,106)
#846B5B
(132,107,91)
#6F5A4C
(111,90,76)
#5A493D
(90,73,61)
#45382E
(69,56,46)
#30271F
(48,39,31)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #EDC0A6

#EDC0A6
(237,192,166)
#EEC5AE
(238,197,174)
#EFCAB6
(239,202,182)
#F0CFBE
(240,207,190)
#F1D4C6
(241,212,198)
#F2D9CE
(242,217,206)
#F3DED6
(243,222,214)
#F4E3DE
(244,227,222)
#F5E8E6
(245,232,230)
#F6EDEE
(246,237,238)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0A6; }

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

This text font color is #EDC0A6.


Background Color

.myBgColor { background-color: #EDC0A6; }

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

This div background color is #EDC0A6.


Border color

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

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

This div border color is #EDC0A6.


Opacity

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

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

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

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

This text has shadow with #EDC0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0A6 on black background.


Color preview on white background

This text has color #EDC0A6 on white background.



Black color preview on #EDC0A6 background

This text has black color on #EDC0A6 background.


White color preview on #EDC0A6 background

This text has white color on #EDC0A6 background.