COLOR #E5CB8A

HEX: #E5CB8A
RGB: (229,203,138)

Color info

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

RGB color model

#E5CB8A color RGB value is (229,203,138).

  • red value is 229;
  • green value is 203;
  • blue value is 138.
RGB:
(229,203,138)
(90%,80%,54%)

RGB channels and saturation

R 229 of 255 = 90%
G 203 of 255 = 80%
B 138 of 255 = 54%

229
203
138

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

Portions of RGB colors in percentages

R + G + B =
229 + 203 + 138 = 570 (100%)
R 229 of 570 ~ 40.18%
G 203 of 570 ~ 35.61%
B 138 of 570 ~ 24.21%

%40.18
%35.61
%24.21

CMYK color model

#E5CB8A color CMYK value is (0,11,40,10).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 39.74%
  • key color value is 10.20%
CMYK:
(0,11,40,10)
C0M11Y40K10 
(0%,11%,40%,10%)
(0.00/0.11/0.40/0.10)	

CMYK percentages

%0
%11.35
%39.74
%10.2

Codes

Color #E5CB8A in popluar color models

E5CB8A
RGB229203138
HSL43°63.64%71.96%
HSB/HSV43°39.74%89.80%
CMYK0.00%11.35%39.74%
10.20%

Color #E5CB8A in popluar number systems.

HEXE5CB8A
Decimal229203138
Binary111001011100101110001010
Octal345313212

Shades and tints

Shades of #E5CB8A

#E5CB8A
(229,203,138)
#D1B97E
(209,185,126)
#BDA772
(189,167,114)
#A99566
(169,149,102)
#95835A
(149,131,90)
#81714E
(129,113,78)
#6D5F42
(109,95,66)
#594D36
(89,77,54)
#453B2A
(69,59,42)
#31291E
(49,41,30)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #E5CB8A

#E5CB8A
(229,203,138)
#E7CF94
(231,207,148)
#E9D39E
(233,211,158)
#EBD7A8
(235,215,168)
#EDDBB2
(237,219,178)
#EFDFBC
(239,223,188)
#F1E3C6
(241,227,198)
#F3E7D0
(243,231,208)
#F5EBDA
(245,235,218)
#F7EFE4
(247,239,228)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CB8A color. Also use rgb(229,203,138) instead hex code.

Text Font Color

.myTextColor { color: #E5CB8A; }

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

This text font color is #E5CB8A.


Background Color

.myBgColor { background-color: #E5CB8A; }

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

This div background color is #E5CB8A.


Border color

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

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

This div border color is #E5CB8A.


Opacity

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

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

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

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

This text has shadow with #E5CB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CB8A on black background.


Color preview on white background

This text has color #E5CB8A on white background.



Black color preview on #E5CB8A background

This text has black color on #E5CB8A background.


White color preview on #E5CB8A background

This text has white color on #E5CB8A background.