COLOR #E9CD6D

HEX: #E9CD6D RGB: (233,205,109)

Color info

#E9CD6D contains mainly red and green colors. Web safe color of #E9CD6D is #FFCC66 (or #FC6).

RGB color model

#E9CD6D color RGB value is (233,205,109).

RGB: (233,205,109) (91%, 80%, 43%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 109 of 255 = 43%

233
205
109

R + G + B ~ 71%. #E9CD6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 205 + 109 = 547 (100%)
R 233 of 547 ~ 42.6%
G 205 of 547 ~ 37.48%
B 109 of 547 ~ 19.93'%

%42.6
%37.48
%19.93

CMYK color model

#E9CD6D color CMYK value is (0,12,53,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 53.22%
  • key color value is 8.63%

CMYK: (0,12,53,9)
C0M12Y53K9 (0%, 12%, 53%, 9%)
(0.00 / 0.12 / 0.53 / 0.09)

CMYK percentages

%0
%12.02
%53.22
%8.63

Codes

Color #E9CD6D in popluar color models

E9 CD 6D
RGB 233 205 109
HSL 46° 73.81% 67.06%
HSB/HSV 46° 53.22% 91.37%
CMYK 0.00% 12.02% 53.22%
8.63%

Color #E9CD6D in popluar number systems.

HEX E9 CD 6D
Decimal 233 205 109
Binary 11101001 11001101 1101101
Octal 351 315 155

Shades and tints

Shades of #E9CD6D

#E9CD6D
(233,205,109)
#D4BB64
(212,187,100)
#BFA95B
(191,169,91)
#AA9752
(170,151,82)
#958549
(149,133,73)
#807340
(128,115,64)
#6B6137
(107,97,55)
#564F2E
(86,79,46)
#413D25
(65,61,37)
#2C2B1C
(44,43,28)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #E9CD6D

#E9CD6D
(233,205,109)
#EBD17A
(235,209,122)
#EDD587
(237,213,135)
#EFD994
(239,217,148)
#F1DDA1
(241,221,161)
#F3E1AE
(243,225,174)
#F5E5BB
(245,229,187)
#F7E9C8
(247,233,200)
#F9EDD5
(249,237,213)
#FBF1E2
(251,241,226)
#FDF5EF
(253,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CD6D color. Also use rgb(233,205,109) instead hex code.

Text Font Color

.myTextColor { color: #E9CD6D; }

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

This text font color is #E9CD6D.

Background Color

.myBgColor { background-color: #E9CD6D; }

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

This div background color is #E9CD6D.

Border color

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

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

This div border color is #E9CD6D.

Opacity

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

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

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

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

This text has shadow with #E9CD6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CD6D.

Preview

Color preview on black background

This text has color #E9CD6D on black background.


Color preview on white background

This text has color #E9CD6D on white background.


Black color preview on #E9CD6D background

This text has black color on #E9CD6D background.


White color preview on #E9CD6D background

This text has white color on #E9CD6D background.


Related colors

Complementary color

Complementary color for #hex is #163292.


I love getcolorcode.com

Triadic colors

1 #6DE9CD and #CD6DE9 with #E9CD6D are triadic colors.

2 #6DCDE9 and #CDE96D with #E9CD6D are triadic colors.