COLOR #E5C593

HEX: #E5C593
RGB: (229,197,147)

Color info

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

RGB color model

#E5C593 color RGB value is (229,197,147).

  • red value is 229;
  • green value is 197;
  • blue value is 147.
RGB:
(229,197,147)
(90%,77%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 147 of 255 = 58%

229
197
147

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

Portions of RGB colors in percentages

R + G + B =
229 + 197 + 147 = 573 (100%)
R 229 of 573 ~ 39.97%
G 197 of 573 ~ 34.38%
B 147 of 573 ~ 25.65%

%39.97
%34.38
%25.65

CMYK color model

#E5C593 color CMYK value is (0,14,36,10).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK:
(0,14,36,10)
C0M14Y36K10 
(0%,14%,36%,10%)
(0.00/0.14/0.36/0.10)	

CMYK percentages

%0
%13.97
%35.81
%10.2

Codes

Color #E5C593 in popluar color models

E5C593
RGB229197147
HSL37°61.19%73.73%
HSB/HSV37°35.81%89.80%
CMYK0.00%13.97%35.81%
10.20%

Color #E5C593 in popluar number systems.

HEXE5C593
Decimal229197147
Binary111001011100010110010011
Octal345305223

Shades and tints

Shades of #E5C593

#E5C593
(229,197,147)
#D1B486
(209,180,134)
#BDA379
(189,163,121)
#A9926C
(169,146,108)
#95815F
(149,129,95)
#817052
(129,112,82)
#6D5F45
(109,95,69)
#594E38
(89,78,56)
#453D2B
(69,61,43)
#312C1E
(49,44,30)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #E5C593

#E5C593
(229,197,147)
#E7CA9C
(231,202,156)
#E9CFA5
(233,207,165)
#EBD4AE
(235,212,174)
#EDD9B7
(237,217,183)
#EFDEC0
(239,222,192)
#F1E3C9
(241,227,201)
#F3E8D2
(243,232,210)
#F5EDDB
(245,237,219)
#F7F2E4
(247,242,228)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C593 color. Also use rgb(229,197,147) instead hex code.

Text Font Color

.myTextColor { color: #E5C593; }

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

This text font color is #E5C593.


Background Color

.myBgColor { background-color: #E5C593; }

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

This div background color is #E5C593.


Border color

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

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

This div border color is #E5C593.


Opacity

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

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

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

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

This text has shadow with #E5C593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C593 on black background.


Color preview on white background

This text has color #E5C593 on white background.



Black color preview on #E5C593 background

This text has black color on #E5C593 background.


White color preview on #E5C593 background

This text has white color on #E5C593 background.