COLOR #E9CA9B

HEX: #E9CA9B
RGB: (233,202,155)

Color info

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

RGB color model

#E9CA9B color RGB value is (233,202,155).

  • red value is 233;
  • green value is 202;
  • blue value is 155.
RGB:
(233,202,155)
(91%,79%,61%)

RGB channels and saturation

R 233 of 255 = 91%
G 202 of 255 = 79%
B 155 of 255 = 61%

233
202
155

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

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 155 = 590 (100%)
R 233 of 590 ~ 39.49%
G 202 of 590 ~ 34.24%
B 155 of 590 ~ 26.27%

%39.49
%34.24
%26.27

CMYK color model

#E9CA9B color CMYK value is (0,13,33,9).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 33.48%
  • key color value is 8.63%
CMYK:
(0,13,33,9)
C0M13Y33K9 
(0%,13%,33%,9%)
(0.00/0.13/0.33/0.09)	

CMYK percentages

%0
%13.3
%33.48
%8.63

Codes

Color #E9CA9B in popluar color models

E9CA9B
RGB233202155
HSL36°63.93%76.08%
HSB/HSV36°33.48%91.37%
CMYK0.00%13.30%33.48%
8.63%

Color #E9CA9B in popluar number systems.

HEXE9CA9B
Decimal233202155
Binary111010011100101010011011
Octal351312233

Shades and tints

Shades of #E9CA9B

#E9CA9B
(233,202,155)
#D4B88D
(212,184,141)
#BFA67F
(191,166,127)
#AA9471
(170,148,113)
#958263
(149,130,99)
#807055
(128,112,85)
#6B5E47
(107,94,71)
#564C39
(86,76,57)
#413A2B
(65,58,43)
#2C281D
(44,40,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #E9CA9B

#E9CA9B
(233,202,155)
#EBCEA4
(235,206,164)
#EDD2AD
(237,210,173)
#EFD6B6
(239,214,182)
#F1DABF
(241,218,191)
#F3DEC8
(243,222,200)
#F5E2D1
(245,226,209)
#F7E6DA
(247,230,218)
#F9EAE3
(249,234,227)
#FBEEEC
(251,238,236)
#FDF2F5
(253,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CA9B color. Also use rgb(233,202,155) instead hex code.

Text Font Color

.myTextColor { color: #E9CA9B; }

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

This text font color is #E9CA9B.


Background Color

.myBgColor { background-color: #E9CA9B; }

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

This div background color is #E9CA9B.


Border color

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

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

This div border color is #E9CA9B.


Opacity

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

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

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

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

This text has shadow with #E9CA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CA9B on black background.


Color preview on white background

This text has color #E9CA9B on white background.



Black color preview on #E9CA9B background

This text has black color on #E9CA9B background.


White color preview on #E9CA9B background

This text has white color on #E9CA9B background.