COLOR #E5C592

HEX: #E5C592
RGB: (229,197,146)

Color info

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

RGB color model

#E5C592 color RGB value is (229,197,146).

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

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 146 of 255 = 57%

229
197
146

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

Portions of RGB colors in percentages

R + G + B =
229 + 197 + 146 = 572 (100%)
R 229 of 572 ~ 40.03%
G 197 of 572 ~ 34.44%
B 146 of 572 ~ 25.52%

%40.03
%34.44
%25.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 36.24%
  • 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
%36.24
%10.2

Codes

Color #E5C592 in popluar color models

E5C592
RGB229197146
HSL37°61.48%73.53%
HSB/HSV37°36.24%89.80%
CMYK0.00%13.97%36.24%
10.20%

Color #E5C592 in popluar number systems.

HEXE5C592
Decimal229197146
Binary111001011100010110010010
Octal345305222

Shades and tints

Shades of #E5C592

#E5C592
(229,197,146)
#D1B485
(209,180,133)
#BDA378
(189,163,120)
#A9926B
(169,146,107)
#95815E
(149,129,94)
#817051
(129,112,81)
#6D5F44
(109,95,68)
#594E37
(89,78,55)
#453D2A
(69,61,42)
#312C1D
(49,44,29)
#1D1B10
(29,27,16)
#000000
(0,0,0)

Tints of #E5C592

#E5C592
(229,197,146)
#E7CA9B
(231,202,155)
#E9CFA4
(233,207,164)
#EBD4AD
(235,212,173)
#EDD9B6
(237,217,182)
#EFDEBF
(239,222,191)
#F1E3C8
(241,227,200)
#F3E8D1
(243,232,209)
#F5EDDA
(245,237,218)
#F7F2E3
(247,242,227)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C592; }

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

This text font color is #E5C592.


Background Color

.myBgColor { background-color: #E5C592; }

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

This div background color is #E5C592.


Border color

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

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

This div border color is #E5C592.


Opacity

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

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

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

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

This text has shadow with #E5C592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C592 on black background.


Color preview on white background

This text has color #E5C592 on white background.



Black color preview on #E5C592 background

This text has black color on #E5C592 background.


White color preview on #E5C592 background

This text has white color on #E5C592 background.