COLOR #E5C29D

HEX: #E5C29D
RGB: (229,194,157)

Color info

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

RGB color model

#E5C29D color RGB value is (229,194,157).

  • red value is 229;
  • green value is 194;
  • blue value is 157.
RGB:
(229,194,157)
(90%,76%,62%)

RGB channels and saturation

R 229 of 255 = 90%
G 194 of 255 = 76%
B 157 of 255 = 62%

229
194
157

R + G + B ~ 76%. #E5C29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 194 + 157 = 580 (100%)
R 229 of 580 ~ 39.48%
G 194 of 580 ~ 33.45%
B 157 of 580 ~ 27.07%

%39.48
%33.45
%27.07

CMYK color model

#E5C29D color CMYK value is (0,15,31,10).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 31.44%
  • key color value is 10.20%
CMYK:
(0,15,31,10)
C0M15Y31K10 
(0%,15%,31%,10%)
(0.00/0.15/0.31/0.10)	

CMYK percentages

%0
%15.28
%31.44
%10.2

Codes

Color #E5C29D in popluar color models

E5C29D
RGB229194157
HSL31°58.06%75.69%
HSB/HSV31°31.44%89.80%
CMYK0.00%15.28%31.44%
10.20%

Color #E5C29D in popluar number systems.

HEXE5C29D
Decimal229194157
Binary111001011100001010011101
Octal345302235

Shades and tints

Shades of #E5C29D

#E5C29D
(229,194,157)
#D1B18F
(209,177,143)
#BDA081
(189,160,129)
#A98F73
(169,143,115)
#957E65
(149,126,101)
#816D57
(129,109,87)
#6D5C49
(109,92,73)
#594B3B
(89,75,59)
#453A2D
(69,58,45)
#31291F
(49,41,31)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #E5C29D

#E5C29D
(229,194,157)
#E7C7A5
(231,199,165)
#E9CCAD
(233,204,173)
#EBD1B5
(235,209,181)
#EDD6BD
(237,214,189)
#EFDBC5
(239,219,197)
#F1E0CD
(241,224,205)
#F3E5D5
(243,229,213)
#F5EADD
(245,234,221)
#F7EFE5
(247,239,229)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C29D color. Also use rgb(229,194,157) instead hex code.

Text Font Color

.myTextColor { color: #E5C29D; }

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

This text font color is #E5C29D.


Background Color

.myBgColor { background-color: #E5C29D; }

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

This div background color is #E5C29D.


Border color

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

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

This div border color is #E5C29D.


Opacity

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

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

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

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

This text has shadow with #E5C29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C29D on black background.


Color preview on white background

This text has color #E5C29D on white background.



Black color preview on #E5C29D background

This text has black color on #E5C29D background.


White color preview on #E5C29D background

This text has white color on #E5C29D background.