COLOR #E9C282

HEX: #E9C282
RGB: (233,194,130)

Color info

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

RGB color model

#E9C282 color RGB value is (233,194,130).

  • red value is 233;
  • green value is 194;
  • blue value is 130.
RGB:
(233,194,130)
(91%,76%,51%)

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 130 of 255 = 51%

233
194
130

R + G + B ~ 73%. #E9C282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 194 + 130 = 557 (100%)
R 233 of 557 ~ 41.83%
G 194 of 557 ~ 34.83%
B 130 of 557 ~ 23.34%

%41.83
%34.83
%23.34

CMYK color model

#E9C282 color CMYK value is (0,17,44,9).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 44.21%
  • key color value is 8.63%
CMYK:
(0,17,44,9)
C0M17Y44K9 
(0%,17%,44%,9%)
(0.00/0.17/0.44/0.09)	

CMYK percentages

%0
%16.74
%44.21
%8.63

Codes

Color #E9C282 in popluar color models

E9C282
RGB233194130
HSL37°70.07%71.18%
HSB/HSV37°44.21%91.37%
CMYK0.00%16.74%44.21%
8.63%

Color #E9C282 in popluar number systems.

HEXE9C282
Decimal233194130
Binary111010011100001010000010
Octal351302202

Shades and tints

Shades of #E9C282

#E9C282
(233,194,130)
#D4B177
(212,177,119)
#BFA06C
(191,160,108)
#AA8F61
(170,143,97)
#957E56
(149,126,86)
#806D4B
(128,109,75)
#6B5C40
(107,92,64)
#564B35
(86,75,53)
#413A2A
(65,58,42)
#2C291F
(44,41,31)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #E9C282

#E9C282
(233,194,130)
#EBC78D
(235,199,141)
#EDCC98
(237,204,152)
#EFD1A3
(239,209,163)
#F1D6AE
(241,214,174)
#F3DBB9
(243,219,185)
#F5E0C4
(245,224,196)
#F7E5CF
(247,229,207)
#F9EADA
(249,234,218)
#FBEFE5
(251,239,229)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C282 color. Also use rgb(233,194,130) instead hex code.

Text Font Color

.myTextColor { color: #E9C282; }

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

This text font color is #E9C282.


Background Color

.myBgColor { background-color: #E9C282; }

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

This div background color is #E9C282.


Border color

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

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

This div border color is #E9C282.


Opacity

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

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

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

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

This text has shadow with #E9C282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C282 on black background.


Color preview on white background

This text has color #E9C282 on white background.



Black color preview on #E9C282 background

This text has black color on #E9C282 background.


White color preview on #E9C282 background

This text has white color on #E9C282 background.