COLOR #E1C899

HEX: #E1C899
RGB: (225,200,153)

Color info

#E1C899 contains mainly red and green colors. Web safe color of #E1C899 is #CCCC99 (or #CC9).

RGB color model

#E1C899 color RGB value is (225,200,153).

  • red value is 225;
  • green value is 200;
  • blue value is 153.
RGB:
(225,200,153)
(88%,78%,60%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 153 of 255 = 60%

225
200
153

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

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 153 = 578 (100%)
R 225 of 578 ~ 38.93%
G 200 of 578 ~ 34.6%
B 153 of 578 ~ 26.47%

%38.93
%34.6
%26.47

CMYK color model

#E1C899 color CMYK value is (0,11,32,12).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 32.00%
  • key color value is 11.76%
CMYK:
(0,11,32,12)
C0M11Y32K12 
(0%,11%,32%,12%)
(0.00/0.11/0.32/0.12)	

CMYK percentages

%0
%11.11
%32
%11.76

Codes

Color #E1C899 in popluar color models

E1C899
RGB225200153
HSL39°54.55%74.12%
HSB/HSV39°32.00%88.24%
CMYK0.00%11.11%32.00%
11.76%

Color #E1C899 in popluar number systems.

HEXE1C899
Decimal225200153
Binary111000011100100010011001
Octal341310231

Shades and tints

Shades of #E1C899

#E1C899
(225,200,153)
#CDB68C
(205,182,140)
#B9A47F
(185,164,127)
#A59272
(165,146,114)
#918065
(145,128,101)
#7D6E58
(125,110,88)
#695C4B
(105,92,75)
#554A3E
(85,74,62)
#413831
(65,56,49)
#2D2624
(45,38,36)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #E1C899

#E1C899
(225,200,153)
#E3CDA2
(227,205,162)
#E5D2AB
(229,210,171)
#E7D7B4
(231,215,180)
#E9DCBD
(233,220,189)
#EBE1C6
(235,225,198)
#EDE6CF
(237,230,207)
#EFEBD8
(239,235,216)
#F1F0E1
(241,240,225)
#F3F5EA
(243,245,234)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C899 color. Also use rgb(225,200,153) instead hex code.

Text Font Color

.myTextColor { color: #E1C899; }

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

This text font color is #E1C899.


Background Color

.myBgColor { background-color: #E1C899; }

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

This div background color is #E1C899.


Border color

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

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

This div border color is #E1C899.


Opacity

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

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

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

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

This text has shadow with #E1C899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C899 on black background.


Color preview on white background

This text has color #E1C899 on white background.



Black color preview on #E1C899 background

This text has black color on #E1C899 background.


White color preview on #E1C899 background

This text has white color on #E1C899 background.