COLOR #EDC2A8

HEX: #EDC2A8 RGB: (237,194,168)

Color info

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

RGB color model

#EDC2A8 color RGB value is (237,194,168).

RGB: (237,194,168) (93%, 76%, 66%)

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 168 of 255 = 66%

237
194
168

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

Portions of RGB colors in percentages

R + G + B = 237 + 194 + 168 = 599 (100%)
R 237 of 599 ~ 39.57%
G 194 of 599 ~ 32.39%
B 168 of 599 ~ 28.05'%

%39.57
%32.39
%28.05

CMYK color model

#EDC2A8 color CMYK value is (0,18,29,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 29.11%
  • key color value is 7.06%

CMYK: (0,18,29,7)
C0M18Y29K7 (0%, 18%, 29%, 7%)
(0.00 / 0.18 / 0.29 / 0.07)

CMYK percentages

%0
%18.14
%29.11
%7.06

Codes

Color #EDC2A8 in popluar color models

ED C2 A8
RGB 237 194 168
HSL 23° 65.71% 79.41%
HSB/HSV 23° 29.11% 92.94%
CMYK 0.00% 18.14% 29.11%
7.06%

Color #EDC2A8 in popluar number systems.

HEX ED C2 A8
Decimal 237 194 168
Binary 11101101 11000010 10101000
Octal 355 302 250

Shades and tints

Shades of #EDC2A8

#EDC2A8
(237,194,168)
#D8B199
(216,177,153)
#C3A08A
(195,160,138)
#AE8F7B
(174,143,123)
#997E6C
(153,126,108)
#846D5D
(132,109,93)
#6F5C4E
(111,92,78)
#5A4B3F
(90,75,63)
#453A30
(69,58,48)
#302921
(48,41,33)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #EDC2A8

#EDC2A8
(237,194,168)
#EEC7AF
(238,199,175)
#EFCCB6
(239,204,182)
#F0D1BD
(240,209,189)
#F1D6C4
(241,214,196)
#F2DBCB
(242,219,203)
#F3E0D2
(243,224,210)
#F4E5D9
(244,229,217)
#F5EAE0
(245,234,224)
#F6EFE7
(246,239,231)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2A8; }

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

This text font color is #EDC2A8.

Background Color

.myBgColor { background-color: #EDC2A8; }

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

This div background color is #EDC2A8.

Border color

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

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

This div border color is #EDC2A8.

Opacity

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

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

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

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

This text has shadow with #EDC2A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC2A8.

Preview

Color preview on black background

This text has color #EDC2A8 on black background.


Color preview on white background

This text has color #EDC2A8 on white background.


Black color preview on #EDC2A8 background

This text has black color on #EDC2A8 background.


White color preview on #EDC2A8 background

This text has white color on #EDC2A8 background.


Related colors

Complementary color

Complementary color for #hex is #123D57.


I love getcolorcode.com

Triadic colors

1 #A8EDC2 and #C2A8ED with #EDC2A8 are triadic colors.

2 #A8C2ED and #C2EDA8 with #EDC2A8 are triadic colors.