COLOR #E1C9A5

HEX: #E1C9A5 RGB: (225,201,165)

Color info

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

RGB color model

#E1C9A5 color RGB value is (225,201,165).

RGB: (225,201,165) (88%, 79%, 65%)

RGB channels and saturation

R 225 of 255 = 88%
G 201 of 255 = 79%
B 165 of 255 = 65%

225
201
165

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

Portions of RGB colors in percentages

R + G + B = 225 + 201 + 165 = 591 (100%)
R 225 of 591 ~ 38.07%
G 201 of 591 ~ 34.01%
B 165 of 591 ~ 27.92'%

%38.07
%34.01
%27.92

CMYK color model

#E1C9A5 color CMYK value is (0,11,27,12).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 26.67%
  • key color value is 11.76%

CMYK: (0,11,27,12)
C0M11Y27K12 (0%, 11%, 27%, 12%)
(0.00 / 0.11 / 0.27 / 0.12)

CMYK percentages

%0
%10.67
%26.67
%11.76

Codes

Color #E1C9A5 in popluar color models

E1 C9 A5
RGB 225 201 165
HSL 36° 50.00% 76.47%
HSB/HSV 36° 26.67% 88.24%
CMYK 0.00% 10.67% 26.67%
11.76%

Color #E1C9A5 in popluar number systems.

HEX E1 C9 A5
Decimal 225 201 165
Binary 11100001 11001001 10100101
Octal 341 311 245

Shades and tints

Shades of #E1C9A5

#E1C9A5
(225,201,165)
#CDB796
(205,183,150)
#B9A587
(185,165,135)
#A59378
(165,147,120)
#918169
(145,129,105)
#7D6F5A
(125,111,90)
#695D4B
(105,93,75)
#554B3C
(85,75,60)
#41392D
(65,57,45)
#2D271E
(45,39,30)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #E1C9A5

#E1C9A5
(225,201,165)
#E3CDAD
(227,205,173)
#E5D1B5
(229,209,181)
#E7D5BD
(231,213,189)
#E9D9C5
(233,217,197)
#EBDDCD
(235,221,205)
#EDE1D5
(237,225,213)
#EFE5DD
(239,229,221)
#F1E9E5
(241,233,229)
#F3EDED
(243,237,237)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C9A5 color. Also use rgb(225,201,165) instead hex code.

Text Font Color

.myTextColor { color: #E1C9A5; }

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

This text font color is #E1C9A5.

Background Color

.myBgColor { background-color: #E1C9A5; }

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

This div background color is #E1C9A5.

Border color

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

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

This div border color is #E1C9A5.

Opacity

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

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

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

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

This text has shadow with #E1C9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C9A5.

Preview

Color preview on black background

This text has color #E1C9A5 on black background.


Color preview on white background

This text has color #E1C9A5 on white background.


Black color preview on #E1C9A5 background

This text has black color on #E1C9A5 background.


White color preview on #E1C9A5 background

This text has white color on #E1C9A5 background.


Related colors

Complementary color

Complementary color for #hex is #1E365A.


I love getcolorcode.com

Triadic colors

1 #A5E1C9 and #C9A5E1 with #E1C9A5 are triadic colors.

2 #A5C9E1 and #C9E1A5 with #E1C9A5 are triadic colors.