COLOR #E5C385

HEX: #E5C385
RGB: (229,195,133)

Color info

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

RGB color model

#E5C385 color RGB value is (229,195,133).

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

RGB channels and saturation

R 229 of 255 = 90%
G 195 of 255 = 76%
B 133 of 255 = 52%

229
195
133

R + G + B ~ 73%. #E5C385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 195 + 133 = 557 (100%)
R 229 of 557 ~ 41.11%
G 195 of 557 ~ 35.01%
B 133 of 557 ~ 23.88%

%41.11
%35.01
%23.88

CMYK color model

#E5C385 color CMYK value is (0,15,42,10).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 41.92%
  • key color value is 10.20%
CMYK:
(0,15,42,10)
C0M15Y42K10 
(0%,15%,42%,10%)
(0.00/0.15/0.42/0.10)	

CMYK percentages

%0
%14.85
%41.92
%10.2

Codes

Color #E5C385 in popluar color models

E5C385
RGB229195133
HSL39°64.86%70.98%
HSB/HSV39°41.92%89.80%
CMYK0.00%14.85%41.92%
10.20%

Color #E5C385 in popluar number systems.

HEXE5C385
Decimal229195133
Binary111001011100001110000101
Octal345303205

Shades and tints

Shades of #E5C385

#E5C385
(229,195,133)
#D1B279
(209,178,121)
#BDA16D
(189,161,109)
#A99061
(169,144,97)
#957F55
(149,127,85)
#816E49
(129,110,73)
#6D5D3D
(109,93,61)
#594C31
(89,76,49)
#453B25
(69,59,37)
#312A19
(49,42,25)
#1D190D
(29,25,13)
#000000
(0,0,0)

Tints of #E5C385

#E5C385
(229,195,133)
#E7C890
(231,200,144)
#E9CD9B
(233,205,155)
#EBD2A6
(235,210,166)
#EDD7B1
(237,215,177)
#EFDCBC
(239,220,188)
#F1E1C7
(241,225,199)
#F3E6D2
(243,230,210)
#F5EBDD
(245,235,221)
#F7F0E8
(247,240,232)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C385; }

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

This text font color is #E5C385.


Background Color

.myBgColor { background-color: #E5C385; }

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

This div background color is #E5C385.


Border color

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

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

This div border color is #E5C385.


Opacity

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

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

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

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

This text has shadow with #E5C385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C385 on black background.


Color preview on white background

This text has color #E5C385 on white background.



Black color preview on #E5C385 background

This text has black color on #E5C385 background.


White color preview on #E5C385 background

This text has white color on #E5C385 background.