COLOR #EDCCA4

HEX: #EDCCA4
RGB: (237,204,164)

Color info

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

RGB color model

#EDCCA4 color RGB value is (237,204,164).

  • red value is 237;
  • green value is 204;
  • blue value is 164.
RGB:
(237,204,164)
(93%,80%,64%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 164 of 255 = 64%

237
204
164

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 164 = 605 (100%)
R 237 of 605 ~ 39.17%
G 204 of 605 ~ 33.72%
B 164 of 605 ~ 27.11%

%39.17
%33.72
%27.11

CMYK color model

#EDCCA4 color CMYK value is (0,14,31,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(0,14,31,7)
C0M14Y31K7 
(0%,14%,31%,7%)
(0.00/0.14/0.31/0.07)	

CMYK percentages

%0
%13.92
%30.8
%7.06

Codes

Color #EDCCA4 in popluar color models

EDCCA4
RGB237204164
HSL33°66.97%78.63%
HSB/HSV33°30.80%92.94%
CMYK0.00%13.92%30.80%
7.06%

Color #EDCCA4 in popluar number systems.

HEXEDCCA4
Decimal237204164
Binary111011011100110010100100
Octal355314244

Shades and tints

Shades of #EDCCA4

#EDCCA4
(237,204,164)
#D8BA96
(216,186,150)
#C3A888
(195,168,136)
#AE967A
(174,150,122)
#99846C
(153,132,108)
#84725E
(132,114,94)
#6F6050
(111,96,80)
#5A4E42
(90,78,66)
#453C34
(69,60,52)
#302A26
(48,42,38)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDCCA4

#EDCCA4
(237,204,164)
#EED0AC
(238,208,172)
#EFD4B4
(239,212,180)
#F0D8BC
(240,216,188)
#F1DCC4
(241,220,196)
#F2E0CC
(242,224,204)
#F3E4D4
(243,228,212)
#F4E8DC
(244,232,220)
#F5ECE4
(245,236,228)
#F6F0EC
(246,240,236)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCA4; }

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

This text font color is #EDCCA4.


Background Color

.myBgColor { background-color: #EDCCA4; }

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

This div background color is #EDCCA4.


Border color

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

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

This div border color is #EDCCA4.


Opacity

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

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

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

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

This text has shadow with #EDCCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCA4 on black background.


Color preview on white background

This text has color #EDCCA4 on white background.



Black color preview on #EDCCA4 background

This text has black color on #EDCCA4 background.


White color preview on #EDCCA4 background

This text has white color on #EDCCA4 background.