COLOR #E5C292

HEX: #E5C292
RGB: (229,194,146)

Color info

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

RGB color model

#E5C292 color RGB value is (229,194,146).

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

RGB channels and saturation

R 229 of 255 = 90%
G 194 of 255 = 76%
B 146 of 255 = 57%

229
194
146

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

Portions of RGB colors in percentages

R + G + B =
229 + 194 + 146 = 569 (100%)
R 229 of 569 ~ 40.25%
G 194 of 569 ~ 34.09%
B 146 of 569 ~ 25.66%

%40.25
%34.09
%25.66

CMYK color model

#E5C292 color CMYK value is (0,15,36,10).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 36.24%
  • key color value is 10.20%
CMYK:
(0,15,36,10)
C0M15Y36K10 
(0%,15%,36%,10%)
(0.00/0.15/0.36/0.10)	

CMYK percentages

%0
%15.28
%36.24
%10.2

Codes

Color #E5C292 in popluar color models

E5C292
RGB229194146
HSL35°61.48%73.53%
HSB/HSV35°36.24%89.80%
CMYK0.00%15.28%36.24%
10.20%

Color #E5C292 in popluar number systems.

HEXE5C292
Decimal229194146
Binary111001011100001010010010
Octal345302222

Shades and tints

Shades of #E5C292

#E5C292
(229,194,146)
#D1B185
(209,177,133)
#BDA078
(189,160,120)
#A98F6B
(169,143,107)
#957E5E
(149,126,94)
#816D51
(129,109,81)
#6D5C44
(109,92,68)
#594B37
(89,75,55)
#453A2A
(69,58,42)
#31291D
(49,41,29)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #E5C292

#E5C292
(229,194,146)
#E7C79B
(231,199,155)
#E9CCA4
(233,204,164)
#EBD1AD
(235,209,173)
#EDD6B6
(237,214,182)
#EFDBBF
(239,219,191)
#F1E0C8
(241,224,200)
#F3E5D1
(243,229,209)
#F5EADA
(245,234,218)
#F7EFE3
(247,239,227)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C292; }

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

This text font color is #E5C292.


Background Color

.myBgColor { background-color: #E5C292; }

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

This div background color is #E5C292.


Border color

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

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

This div border color is #E5C292.


Opacity

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

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

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

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

This text has shadow with #E5C292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C292 on black background.


Color preview on white background

This text has color #E5C292 on white background.



Black color preview on #E5C292 background

This text has black color on #E5C292 background.


White color preview on #E5C292 background

This text has white color on #E5C292 background.