COLOR #E0CBA5

HEX: #E0CBA5
RGB: (224,203,165)

Color info

#E0CBA5 contains red, green and blue colors in about the same proportion. Web safe color of #E0CBA5 is #CCCC99 (or #CC9).

RGB color model

#E0CBA5 color RGB value is (224,203,165).

  • red value is 224;
  • green value is 203;
  • blue value is 165.
RGB:
(224,203,165)
(88%,80%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 165 of 255 = 65%

224
203
165

R + G + B ~ 78%. #E0CBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 203 + 165 = 592 (100%)
R 224 of 592 ~ 37.84%
G 203 of 592 ~ 34.29%
B 165 of 592 ~ 27.87%

%37.84
%34.29
%27.87

CMYK color model

#E0CBA5 color CMYK value is (0,9,26,12).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(0,9,26,12)
C0M9Y26K12 
(0%,9%,26%,12%)
(0.00/0.09/0.26/0.12)	

CMYK percentages

%0
%9.38
%26.34
%12.16

Codes

Color #E0CBA5 in popluar color models

E0CBA5
RGB224203165
HSL39°48.76%76.27%
HSB/HSV39°26.34%87.84%
CMYK0.00%9.38%26.34%
12.16%

Color #E0CBA5 in popluar number systems.

HEXE0CBA5
Decimal224203165
Binary111000001100101110100101
Octal340313245

Shades and tints

Shades of #E0CBA5

#E0CBA5
(224,203,165)
#CCB996
(204,185,150)
#B8A787
(184,167,135)
#A49578
(164,149,120)
#908369
(144,131,105)
#7C715A
(124,113,90)
#685F4B
(104,95,75)
#544D3C
(84,77,60)
#403B2D
(64,59,45)
#2C291E
(44,41,30)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #E0CBA5

#E0CBA5
(224,203,165)
#E2CFAD
(226,207,173)
#E4D3B5
(228,211,181)
#E6D7BD
(230,215,189)
#E8DBC5
(232,219,197)
#EADFCD
(234,223,205)
#ECE3D5
(236,227,213)
#EEE7DD
(238,231,221)
#F0EBE5
(240,235,229)
#F2EFED
(242,239,237)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CBA5 color. Also use rgb(224,203,165) instead hex code.

Text Font Color

.myTextColor { color: #E0CBA5; }

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

This text font color is #E0CBA5.


Background Color

.myBgColor { background-color: #E0CBA5; }

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

This div background color is #E0CBA5.


Border color

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

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

This div border color is #E0CBA5.


Opacity

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

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

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

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

This text has shadow with #E0CBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CBA5 on black background.


Color preview on white background

This text has color #E0CBA5 on white background.



Black color preview on #E0CBA5 background

This text has black color on #E0CBA5 background.


White color preview on #E0CBA5 background

This text has white color on #E0CBA5 background.