COLOR #E6D59C

HEX: #E6D59C
RGB: (230,213,156)

Color info

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

RGB color model

#E6D59C color RGB value is (230,213,156).

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

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 156 of 255 = 61%

230
213
156

R + G + B ~ 78%. #E6D59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 156 = 599 (100%)
R 230 of 599 ~ 38.4%
G 213 of 599 ~ 35.56%
B 156 of 599 ~ 26.04%

%38.4
%35.56
%26.04

CMYK color model

#E6D59C color CMYK value is (0,7,32,10).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 32.17%
  • key color value is 9.80%
CMYK:
(0,7,32,10)
C0M7Y32K10 
(0%,7%,32%,10%)
(0.00/0.07/0.32/0.10)	

CMYK percentages

%0
%7.39
%32.17
%9.8

Codes

Color #E6D59C in popluar color models

E6D59C
RGB230213156
HSL46°59.68%75.69%
HSB/HSV46°32.17%90.20%
CMYK0.00%7.39%32.17%
9.80%

Color #E6D59C in popluar number systems.

HEXE6D59C
Decimal230213156
Binary111001101101010110011100
Octal346325234

Shades and tints

Shades of #E6D59C

#E6D59C
(230,213,156)
#D2C28E
(210,194,142)
#BEAF80
(190,175,128)
#AA9C72
(170,156,114)
#968964
(150,137,100)
#827656
(130,118,86)
#6E6348
(110,99,72)
#5A503A
(90,80,58)
#463D2C
(70,61,44)
#322A1E
(50,42,30)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #E6D59C

#E6D59C
(230,213,156)
#E8D8A5
(232,216,165)
#EADBAE
(234,219,174)
#ECDEB7
(236,222,183)
#EEE1C0
(238,225,192)
#F0E4C9
(240,228,201)
#F2E7D2
(242,231,210)
#F4EADB
(244,234,219)
#F6EDE4
(246,237,228)
#F8F0ED
(248,240,237)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D59C; }

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

This text font color is #E6D59C.


Background Color

.myBgColor { background-color: #E6D59C; }

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

This div background color is #E6D59C.


Border color

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

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

This div border color is #E6D59C.


Opacity

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

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

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

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

This text has shadow with #E6D59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D59C on black background.


Color preview on white background

This text has color #E6D59C on white background.



Black color preview on #E6D59C background

This text has black color on #E6D59C background.


White color preview on #E6D59C background

This text has white color on #E6D59C background.