COLOR #E5C38C

HEX: #E5C38C
RGB: (229,195,140)

Color info

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

RGB color model

#E5C38C color RGB value is (229,195,140).

  • red value is 229;
  • green value is 195;
  • blue value is 140.
RGB:
(229,195,140)
(90%,76%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 195 of 255 = 76%
B 140 of 255 = 55%

229
195
140

R + G + B ~ 74%. #E5C38C is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 195 + 140 = 564 (100%)
R 229 of 564 ~ 40.6%
G 195 of 564 ~ 34.57%
B 140 of 564 ~ 24.82%

%40.6
%34.57
%24.82

CMYK color model

#E5C38C color CMYK value is (0,15,39,10).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 38.86%
  • key color value is 10.20%
CMYK:
(0,15,39,10)
C0M15Y39K10 
(0%,15%,39%,10%)
(0.00/0.15/0.39/0.10)	

CMYK percentages

%0
%14.85
%38.86
%10.2

Codes

Color #E5C38C in popluar color models

E5C38C
RGB229195140
HSL37°63.12%72.35%
HSB/HSV37°38.86%89.80%
CMYK0.00%14.85%38.86%
10.20%

Color #E5C38C in popluar number systems.

HEXE5C38C
Decimal229195140
Binary111001011100001110001100
Octal345303214

Shades and tints

Shades of #E5C38C

#E5C38C
(229,195,140)
#D1B280
(209,178,128)
#BDA174
(189,161,116)
#A99068
(169,144,104)
#957F5C
(149,127,92)
#816E50
(129,110,80)
#6D5D44
(109,93,68)
#594C38
(89,76,56)
#453B2C
(69,59,44)
#312A20
(49,42,32)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5C38C

#E5C38C
(229,195,140)
#E7C896
(231,200,150)
#E9CDA0
(233,205,160)
#EBD2AA
(235,210,170)
#EDD7B4
(237,215,180)
#EFDCBE
(239,220,190)
#F1E1C8
(241,225,200)
#F3E6D2
(243,230,210)
#F5EBDC
(245,235,220)
#F7F0E6
(247,240,230)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C38C color. Also use rgb(229,195,140) instead hex code.

Text Font Color

.myTextColor { color: #E5C38C; }

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

This text font color is #E5C38C.


Background Color

.myBgColor { background-color: #E5C38C; }

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

This div background color is #E5C38C.


Border color

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

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

This div border color is #E5C38C.


Opacity

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

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

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

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

This text has shadow with #E5C38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C38C on black background.


Color preview on white background

This text has color #E5C38C on white background.



Black color preview on #E5C38C background

This text has black color on #E5C38C background.


White color preview on #E5C38C background

This text has white color on #E5C38C background.