COLOR #E9C894

HEX: #E9C894
RGB: (233,200,148)

Color info

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

RGB color model

#E9C894 color RGB value is (233,200,148).

  • red value is 233;
  • green value is 200;
  • blue value is 148.
RGB:
(233,200,148)
(91%,78%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 148 of 255 = 58%

233
200
148

R + G + B ~ 76%. #E9C894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 200 + 148 = 581 (100%)
R 233 of 581 ~ 40.1%
G 200 of 581 ~ 34.42%
B 148 of 581 ~ 25.47%

%40.1
%34.42
%25.47

CMYK color model

#E9C894 color CMYK value is (0,14,36,9).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(0,14,36,9)
C0M14Y36K9 
(0%,14%,36%,9%)
(0.00/0.14/0.36/0.09)	

CMYK percentages

%0
%14.16
%36.48
%8.63

Codes

Color #E9C894 in popluar color models

E9C894
RGB233200148
HSL37°65.89%74.71%
HSB/HSV37°36.48%91.37%
CMYK0.00%14.16%36.48%
8.63%

Color #E9C894 in popluar number systems.

HEXE9C894
Decimal233200148
Binary111010011100100010010100
Octal351310224

Shades and tints

Shades of #E9C894

#E9C894
(233,200,148)
#D4B687
(212,182,135)
#BFA47A
(191,164,122)
#AA926D
(170,146,109)
#958060
(149,128,96)
#806E53
(128,110,83)
#6B5C46
(107,92,70)
#564A39
(86,74,57)
#41382C
(65,56,44)
#2C261F
(44,38,31)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #E9C894

#E9C894
(233,200,148)
#EBCD9D
(235,205,157)
#EDD2A6
(237,210,166)
#EFD7AF
(239,215,175)
#F1DCB8
(241,220,184)
#F3E1C1
(243,225,193)
#F5E6CA
(245,230,202)
#F7EBD3
(247,235,211)
#F9F0DC
(249,240,220)
#FBF5E5
(251,245,229)
#FDFAEE
(253,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C894 color. Also use rgb(233,200,148) instead hex code.

Text Font Color

.myTextColor { color: #E9C894; }

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

This text font color is #E9C894.


Background Color

.myBgColor { background-color: #E9C894; }

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

This div background color is #E9C894.


Border color

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

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

This div border color is #E9C894.


Opacity

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

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

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

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

This text has shadow with #E9C894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C894 on black background.


Color preview on white background

This text has color #E9C894 on white background.



Black color preview on #E9C894 background

This text has black color on #E9C894 background.


White color preview on #E9C894 background

This text has white color on #E9C894 background.