COLOR #E6D999

HEX: #E6D999 RGB: (230,217,153)

Color info

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

RGB color model

#E6D999 color RGB value is (230,217,153).

RGB: (230,217,153) (90%, 85%, 60%)

RGB channels and saturation

R 230 of 255 = 90%
G 217 of 255 = 85%
B 153 of 255 = 60%

230
217
153

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

Portions of RGB colors in percentages

R + G + B = 230 + 217 + 153 = 600 (100%)
R 230 of 600 ~ 38.33%
G 217 of 600 ~ 36.17%
B 153 of 600 ~ 25.5'%

%38.33
%36.17
%25.5

CMYK color model

#E6D999 color CMYK value is (0,6,33,10).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 33.48%
  • key color value is 9.80%

CMYK: (0,6,33,10)
C0M6Y33K10 (0%, 6%, 33%, 10%)
(0.00 / 0.06 / 0.33 / 0.10)

CMYK percentages

%0
%5.65
%33.48
%9.8

Codes

Color #E6D999 in popluar color models

E6 D9 99
RGB 230 217 153
HSL 50° 60.63% 75.10%
HSB/HSV 50° 33.48% 90.20%
CMYK 0.00% 5.65% 33.48%
9.80%

Color #E6D999 in popluar number systems.

HEX E6 D9 99
Decimal 230 217 153
Binary 11100110 11011001 10011001
Octal 346 331 231

Shades and tints

Shades of #E6D999

#E6D999
(230,217,153)
#D2C68C
(210,198,140)
#BEB37F
(190,179,127)
#AAA072
(170,160,114)
#968D65
(150,141,101)
#827A58
(130,122,88)
#6E674B
(110,103,75)
#5A543E
(90,84,62)
#464131
(70,65,49)
#322E24
(50,46,36)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6D999

#E6D999
(230,217,153)
#E8DCA2
(232,220,162)
#EADFAB
(234,223,171)
#ECE2B4
(236,226,180)
#EEE5BD
(238,229,189)
#F0E8C6
(240,232,198)
#F2EBCF
(242,235,207)
#F4EED8
(244,238,216)
#F6F1E1
(246,241,225)
#F8F4EA
(248,244,234)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D999; }

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

This text font color is #E6D999.

Background Color

.myBgColor { background-color: #E6D999; }

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

This div background color is #E6D999.

Border color

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

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

This div border color is #E6D999.

Opacity

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

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

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

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

This text has shadow with #E6D999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D999.

Preview

Color preview on black background

This text has color #E6D999 on black background.


Color preview on white background

This text has color #E6D999 on white background.


Black color preview on #E6D999 background

This text has black color on #E6D999 background.


White color preview on #E6D999 background

This text has white color on #E6D999 background.


Related colors

Complementary color

Complementary color for #hex is #192666.


I love getcolorcode.com

Triadic colors

1 #99E6D9 and #D999E6 with #E6D999 are triadic colors.

2 #99D9E6 and #D9E699 with #E6D999 are triadic colors.