COLOR #E9CD84

HEX: #E9CD84
RGB: (233,205,132)

Color info

#E9CD84 contains mainly red and green colors. Web safe color of #E9CD84 is #FFCC99 (or #FC9).

RGB color model

#E9CD84 color RGB value is (233,205,132).

  • red value is 233;
  • green value is 205;
  • blue value is 132.
RGB:
(233,205,132)
(91%,80%,52%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 132 of 255 = 52%

233
205
132

R + G + B ~ 74%. #E9CD84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 132 = 570 (100%)
R 233 of 570 ~ 40.88%
G 205 of 570 ~ 35.96%
B 132 of 570 ~ 23.16%

%40.88
%35.96
%23.16

CMYK color model

#E9CD84 color CMYK value is (0,12,43,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 43.35%
  • key color value is 8.63%
CMYK:
(0,12,43,9)
C0M12Y43K9 
(0%,12%,43%,9%)
(0.00/0.12/0.43/0.09)	

CMYK percentages

%0
%12.02
%43.35
%8.63

Codes

Color #E9CD84 in popluar color models

E9CD84
RGB233205132
HSL43°69.66%71.57%
HSB/HSV43°43.35%91.37%
CMYK0.00%12.02%43.35%
8.63%

Color #E9CD84 in popluar number systems.

HEXE9CD84
Decimal233205132
Binary111010011100110110000100
Octal351315204

Shades and tints

Shades of #E9CD84

#E9CD84
(233,205,132)
#D4BB78
(212,187,120)
#BFA96C
(191,169,108)
#AA9760
(170,151,96)
#958554
(149,133,84)
#807348
(128,115,72)
#6B613C
(107,97,60)
#564F30
(86,79,48)
#413D24
(65,61,36)
#2C2B18
(44,43,24)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #E9CD84

#E9CD84
(233,205,132)
#EBD18F
(235,209,143)
#EDD59A
(237,213,154)
#EFD9A5
(239,217,165)
#F1DDB0
(241,221,176)
#F3E1BB
(243,225,187)
#F5E5C6
(245,229,198)
#F7E9D1
(247,233,209)
#F9EDDC
(249,237,220)
#FBF1E7
(251,241,231)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CD84; }

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

This text font color is #E9CD84.


Background Color

.myBgColor { background-color: #E9CD84; }

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

This div background color is #E9CD84.


Border color

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

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

This div border color is #E9CD84.


Opacity

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

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

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

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

This text has shadow with #E9CD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CD84 on black background.


Color preview on white background

This text has color #E9CD84 on white background.



Black color preview on #E9CD84 background

This text has black color on #E9CD84 background.


White color preview on #E9CD84 background

This text has white color on #E9CD84 background.