COLOR #E8CCA4

HEX: #E8CCA4 RGB: (232,204,164)

Color info

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

RGB color model

#E8CCA4 color RGB value is (232,204,164).

RGB: (232,204,164) (91%, 80%, 64%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 164 of 255 = 64%

232
204
164

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

Portions of RGB colors in percentages

R + G + B = 232 + 204 + 164 = 600 (100%)
R 232 of 600 ~ 38.67%
G 204 of 600 ~ 34%
B 164 of 600 ~ 27.33'%

%38.67
%34
%27.33

CMYK color model

#E8CCA4 color CMYK value is (0,12,29,9).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 29.31%
  • key color value is 9.02%

CMYK: (0,12,29,9)
C0M12Y29K9 (0%, 12%, 29%, 9%)
(0.00 / 0.12 / 0.29 / 0.09)

CMYK percentages

%0
%12.07
%29.31
%9.02

Codes

Color #E8CCA4 in popluar color models

E8 CC A4
RGB 232 204 164
HSL 35° 59.65% 77.65%
HSB/HSV 35° 29.31% 90.98%
CMYK 0.00% 12.07% 29.31%
9.02%

Color #E8CCA4 in popluar number systems.

HEX E8 CC A4
Decimal 232 204 164
Binary 11101000 11001100 10100100
Octal 350 314 244

Shades and tints

Shades of #E8CCA4

#E8CCA4
(232,204,164)
#D3BA96
(211,186,150)
#BEA888
(190,168,136)
#A9967A
(169,150,122)
#94846C
(148,132,108)
#7F725E
(127,114,94)
#6A6050
(106,96,80)
#554E42
(85,78,66)
#403C34
(64,60,52)
#2B2A26
(43,42,38)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8CCA4

#E8CCA4
(232,204,164)
#EAD0AC
(234,208,172)
#ECD4B4
(236,212,180)
#EED8BC
(238,216,188)
#F0DCC4
(240,220,196)
#F2E0CC
(242,224,204)
#F4E4D4
(244,228,212)
#F6E8DC
(246,232,220)
#F8ECE4
(248,236,228)
#FAF0EC
(250,240,236)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CCA4; }

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

This text font color is #E8CCA4.

Background Color

.myBgColor { background-color: #E8CCA4; }

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

This div background color is #E8CCA4.

Border color

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

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

This div border color is #E8CCA4.

Opacity

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

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

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

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

This text has shadow with #E8CCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CCA4.

Preview

Color preview on black background

This text has color #E8CCA4 on black background.


Color preview on white background

This text has color #E8CCA4 on white background.


Black color preview on #E8CCA4 background

This text has black color on #E8CCA4 background.


White color preview on #E8CCA4 background

This text has white color on #E8CCA4 background.


Related colors

Complementary color

Complementary color for #hex is #17335B.


I love getcolorcode.com

Triadic colors

1 #A4E8CC and #CCA4E8 with #E8CCA4 are triadic colors.

2 #A4CCE8 and #CCE8A4 with #E8CCA4 are triadic colors.