COLOR #E8CA9E

HEX: #E8CA9E
RGB: (232,202,158)

Color info

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

RGB color model

#E8CA9E color RGB value is (232,202,158).

  • red value is 232;
  • green value is 202;
  • blue value is 158.
RGB:
(232,202,158)
(91%,79%,62%)

RGB channels and saturation

R 232 of 255 = 91%
G 202 of 255 = 79%
B 158 of 255 = 62%

232
202
158

R + G + B ~ 77%. #E8CA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 202 + 158 = 592 (100%)
R 232 of 592 ~ 39.19%
G 202 of 592 ~ 34.12%
B 158 of 592 ~ 26.69%

%39.19
%34.12
%26.69

CMYK color model

#E8CA9E color CMYK value is (0,13,32,9).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 31.90%
  • key color value is 9.02%
CMYK:
(0,13,32,9)
C0M13Y32K9 
(0%,13%,32%,9%)
(0.00/0.13/0.32/0.09)	

CMYK percentages

%0
%12.93
%31.9
%9.02

Codes

Color #E8CA9E in popluar color models

E8CA9E
RGB232202158
HSL36°61.67%76.47%
HSB/HSV36°31.90%90.98%
CMYK0.00%12.93%31.90%
9.02%

Color #E8CA9E in popluar number systems.

HEXE8CA9E
Decimal232202158
Binary111010001100101010011110
Octal350312236

Shades and tints

Shades of #E8CA9E

#E8CA9E
(232,202,158)
#D3B890
(211,184,144)
#BEA682
(190,166,130)
#A99474
(169,148,116)
#948266
(148,130,102)
#7F7058
(127,112,88)
#6A5E4A
(106,94,74)
#554C3C
(85,76,60)
#403A2E
(64,58,46)
#2B2820
(43,40,32)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #E8CA9E

#E8CA9E
(232,202,158)
#EACEA6
(234,206,166)
#ECD2AE
(236,210,174)
#EED6B6
(238,214,182)
#F0DABE
(240,218,190)
#F2DEC6
(242,222,198)
#F4E2CE
(244,226,206)
#F6E6D6
(246,230,214)
#F8EADE
(248,234,222)
#FAEEE6
(250,238,230)
#FCF2EE
(252,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CA9E color. Also use rgb(232,202,158) instead hex code.

Text Font Color

.myTextColor { color: #E8CA9E; }

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

This text font color is #E8CA9E.


Background Color

.myBgColor { background-color: #E8CA9E; }

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

This div background color is #E8CA9E.


Border color

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

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

This div border color is #E8CA9E.


Opacity

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

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

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

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

This text has shadow with #E8CA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CA9E on black background.


Color preview on white background

This text has color #E8CA9E on white background.



Black color preview on #E8CA9E background

This text has black color on #E8CA9E background.


White color preview on #E8CA9E background

This text has white color on #E8CA9E background.