COLOR #E8C990

HEX: #E8C990
RGB: (232,201,144)

Color info

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

RGB color model

#E8C990 color RGB value is (232,201,144).

  • red value is 232;
  • green value is 201;
  • blue value is 144.
RGB:
(232,201,144)
(91%,79%,56%)

RGB channels and saturation

R 232 of 255 = 91%
G 201 of 255 = 79%
B 144 of 255 = 56%

232
201
144

R + G + B ~ 75%. #E8C990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 201 + 144 = 577 (100%)
R 232 of 577 ~ 40.21%
G 201 of 577 ~ 34.84%
B 144 of 577 ~ 24.96%

%40.21
%34.84
%24.96

CMYK color model

#E8C990 color CMYK value is (0,13,38,9).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 37.93%
  • key color value is 9.02%
CMYK:
(0,13,38,9)
C0M13Y38K9 
(0%,13%,38%,9%)
(0.00/0.13/0.38/0.09)	

CMYK percentages

%0
%13.36
%37.93
%9.02

Codes

Color #E8C990 in popluar color models

E8C990
RGB232201144
HSL39°65.67%73.73%
HSB/HSV39°37.93%90.98%
CMYK0.00%13.36%37.93%
9.02%

Color #E8C990 in popluar number systems.

HEXE8C990
Decimal232201144
Binary111010001100100110010000
Octal350311220

Shades and tints

Shades of #E8C990

#E8C990
(232,201,144)
#D3B783
(211,183,131)
#BEA576
(190,165,118)
#A99369
(169,147,105)
#94815C
(148,129,92)
#7F6F4F
(127,111,79)
#6A5D42
(106,93,66)
#554B35
(85,75,53)
#403928
(64,57,40)
#2B271B
(43,39,27)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #E8C990

#E8C990
(232,201,144)
#EACD9A
(234,205,154)
#ECD1A4
(236,209,164)
#EED5AE
(238,213,174)
#F0D9B8
(240,217,184)
#F2DDC2
(242,221,194)
#F4E1CC
(244,225,204)
#F6E5D6
(246,229,214)
#F8E9E0
(248,233,224)
#FAEDEA
(250,237,234)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C990 color. Also use rgb(232,201,144) instead hex code.

Text Font Color

.myTextColor { color: #E8C990; }

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

This text font color is #E8C990.


Background Color

.myBgColor { background-color: #E8C990; }

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

This div background color is #E8C990.


Border color

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

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

This div border color is #E8C990.


Opacity

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

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

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

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

This text has shadow with #E8C990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C990 on black background.


Color preview on white background

This text has color #E8C990 on white background.



Black color preview on #E8C990 background

This text has black color on #E8C990 background.


White color preview on #E8C990 background

This text has white color on #E8C990 background.