COLOR #E5C093

HEX: #E5C093
RGB: (229,192,147)

Color info

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

RGB color model

#E5C093 color RGB value is (229,192,147).

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

RGB channels and saturation

R 229 of 255 = 90%
G 192 of 255 = 75%
B 147 of 255 = 58%

229
192
147

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

Portions of RGB colors in percentages

R + G + B =
229 + 192 + 147 = 568 (100%)
R 229 of 568 ~ 40.32%
G 192 of 568 ~ 33.8%
B 147 of 568 ~ 25.88%

%40.32
%33.8
%25.88

CMYK color model

#E5C093 color CMYK value is (0,16,36,10).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK:
(0,16,36,10)
C0M16Y36K10 
(0%,16%,36%,10%)
(0.00/0.16/0.36/0.10)	

CMYK percentages

%0
%16.16
%35.81
%10.2

Codes

Color #E5C093 in popluar color models

E5C093
RGB229192147
HSL33°61.19%73.73%
HSB/HSV33°35.81%89.80%
CMYK0.00%16.16%35.81%
10.20%

Color #E5C093 in popluar number systems.

HEXE5C093
Decimal229192147
Binary111001011100000010010011
Octal345300223

Shades and tints

Shades of #E5C093

#E5C093
(229,192,147)
#D1AF86
(209,175,134)
#BD9E79
(189,158,121)
#A98D6C
(169,141,108)
#957C5F
(149,124,95)
#816B52
(129,107,82)
#6D5A45
(109,90,69)
#594938
(89,73,56)
#45382B
(69,56,43)
#31271E
(49,39,30)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #E5C093

#E5C093
(229,192,147)
#E7C59C
(231,197,156)
#E9CAA5
(233,202,165)
#EBCFAE
(235,207,174)
#EDD4B7
(237,212,183)
#EFD9C0
(239,217,192)
#F1DEC9
(241,222,201)
#F3E3D2
(243,227,210)
#F5E8DB
(245,232,219)
#F7EDE4
(247,237,228)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C093; }

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

This text font color is #E5C093.


Background Color

.myBgColor { background-color: #E5C093; }

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

This div background color is #E5C093.


Border color

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

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

This div border color is #E5C093.


Opacity

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

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

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

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

This text has shadow with #E5C093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C093 on black background.


Color preview on white background

This text has color #E5C093 on white background.



Black color preview on #E5C093 background

This text has black color on #E5C093 background.


White color preview on #E5C093 background

This text has white color on #E5C093 background.