COLOR #E6D5A0

HEX: #E6D5A0
RGB: (230,213,160)

Color info

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

RGB color model

#E6D5A0 color RGB value is (230,213,160).

  • red value is 230;
  • green value is 213;
  • blue value is 160.
RGB:
(230,213,160)
(90%,84%,63%)

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 160 of 255 = 63%

230
213
160

R + G + B ~ 79%. #E6D5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 160 = 603 (100%)
R 230 of 603 ~ 38.14%
G 213 of 603 ~ 35.32%
B 160 of 603 ~ 26.53%

%38.14
%35.32
%26.53

CMYK color model

#E6D5A0 color CMYK value is (0,7,30,10).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 30.43%
  • key color value is 9.80%
CMYK:
(0,7,30,10)
C0M7Y30K10 
(0%,7%,30%,10%)
(0.00/0.07/0.30/0.10)	

CMYK percentages

%0
%7.39
%30.43
%9.8

Codes

Color #E6D5A0 in popluar color models

E6D5A0
RGB230213160
HSL45°58.33%76.47%
HSB/HSV45°30.43%90.20%
CMYK0.00%7.39%30.43%
9.80%

Color #E6D5A0 in popluar number systems.

HEXE6D5A0
Decimal230213160
Binary111001101101010110100000
Octal346325240

Shades and tints

Shades of #E6D5A0

#E6D5A0
(230,213,160)
#D2C292
(210,194,146)
#BEAF84
(190,175,132)
#AA9C76
(170,156,118)
#968968
(150,137,104)
#82765A
(130,118,90)
#6E634C
(110,99,76)
#5A503E
(90,80,62)
#463D30
(70,61,48)
#322A22
(50,42,34)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6D5A0

#E6D5A0
(230,213,160)
#E8D8A8
(232,216,168)
#EADBB0
(234,219,176)
#ECDEB8
(236,222,184)
#EEE1C0
(238,225,192)
#F0E4C8
(240,228,200)
#F2E7D0
(242,231,208)
#F4EAD8
(244,234,216)
#F6EDE0
(246,237,224)
#F8F0E8
(248,240,232)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D5A0 color. Also use rgb(230,213,160) instead hex code.

Text Font Color

.myTextColor { color: #E6D5A0; }

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

This text font color is #E6D5A0.


Background Color

.myBgColor { background-color: #E6D5A0; }

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

This div background color is #E6D5A0.


Border color

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

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

This div border color is #E6D5A0.


Opacity

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

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

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

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

This text has shadow with #E6D5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5A0 on black background.


Color preview on white background

This text has color #E6D5A0 on white background.



Black color preview on #E6D5A0 background

This text has black color on #E6D5A0 background.


White color preview on #E6D5A0 background

This text has white color on #E6D5A0 background.