COLOR #E6D399

HEX: #E6D399
RGB: (230,211,153)

Color info

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

RGB color model

#E6D399 color RGB value is (230,211,153).

  • red value is 230;
  • green value is 211;
  • blue value is 153.
RGB:
(230,211,153)
(90%,83%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 153 of 255 = 60%

230
211
153

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

Portions of RGB colors in percentages

R + G + B =
230 + 211 + 153 = 594 (100%)
R 230 of 594 ~ 38.72%
G 211 of 594 ~ 35.52%
B 153 of 594 ~ 25.76%

%38.72
%35.52
%25.76

CMYK color model

#E6D399 color CMYK value is (0,8,33,10).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 33.48%
  • key color value is 9.80%
CMYK:
(0,8,33,10)
C0M8Y33K10 
(0%,8%,33%,10%)
(0.00/0.08/0.33/0.10)	

CMYK percentages

%0
%8.26
%33.48
%9.8

Codes

Color #E6D399 in popluar color models

E6D399
RGB230211153
HSL45°60.63%75.10%
HSB/HSV45°33.48%90.20%
CMYK0.00%8.26%33.48%
9.80%

Color #E6D399 in popluar number systems.

HEXE6D399
Decimal230211153
Binary111001101101001110011001
Octal346323231

Shades and tints

Shades of #E6D399

#E6D399
(230,211,153)
#D2C08C
(210,192,140)
#BEAD7F
(190,173,127)
#AA9A72
(170,154,114)
#968765
(150,135,101)
#827458
(130,116,88)
#6E614B
(110,97,75)
#5A4E3E
(90,78,62)
#463B31
(70,59,49)
#322824
(50,40,36)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6D399

#E6D399
(230,211,153)
#E8D7A2
(232,215,162)
#EADBAB
(234,219,171)
#ECDFB4
(236,223,180)
#EEE3BD
(238,227,189)
#F0E7C6
(240,231,198)
#F2EBCF
(242,235,207)
#F4EFD8
(244,239,216)
#F6F3E1
(246,243,225)
#F8F7EA
(248,247,234)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D399 color. Also use rgb(230,211,153) instead hex code.

Text Font Color

.myTextColor { color: #E6D399; }

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

This text font color is #E6D399.


Background Color

.myBgColor { background-color: #E6D399; }

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

This div background color is #E6D399.


Border color

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

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

This div border color is #E6D399.


Opacity

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

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

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

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

This text has shadow with #E6D399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D399 on black background.


Color preview on white background

This text has color #E6D399 on white background.



Black color preview on #E6D399 background

This text has black color on #E6D399 background.


White color preview on #E6D399 background

This text has white color on #E6D399 background.