COLOR #E9C297

HEX: #E9C297
RGB: (233,194,151)

Color info

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

RGB color model

#E9C297 color RGB value is (233,194,151).

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

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 151 of 255 = 59%

233
194
151

R + G + B ~ 75%. #E9C297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 194 + 151 = 578 (100%)
R 233 of 578 ~ 40.31%
G 194 of 578 ~ 33.56%
B 151 of 578 ~ 26.12%

%40.31
%33.56
%26.12

CMYK color model

#E9C297 color CMYK value is (0,17,35,9).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 35.19%
  • key color value is 8.63%
CMYK:
(0,17,35,9)
C0M17Y35K9 
(0%,17%,35%,9%)
(0.00/0.17/0.35/0.09)	

CMYK percentages

%0
%16.74
%35.19
%8.63

Codes

Color #E9C297 in popluar color models

E9C297
RGB233194151
HSL31°65.08%75.29%
HSB/HSV31°35.19%91.37%
CMYK0.00%16.74%35.19%
8.63%

Color #E9C297 in popluar number systems.

HEXE9C297
Decimal233194151
Binary111010011100001010010111
Octal351302227

Shades and tints

Shades of #E9C297

#E9C297
(233,194,151)
#D4B18A
(212,177,138)
#BFA07D
(191,160,125)
#AA8F70
(170,143,112)
#957E63
(149,126,99)
#806D56
(128,109,86)
#6B5C49
(107,92,73)
#564B3C
(86,75,60)
#413A2F
(65,58,47)
#2C2922
(44,41,34)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #E9C297

#E9C297
(233,194,151)
#EBC7A0
(235,199,160)
#EDCCA9
(237,204,169)
#EFD1B2
(239,209,178)
#F1D6BB
(241,214,187)
#F3DBC4
(243,219,196)
#F5E0CD
(245,224,205)
#F7E5D6
(247,229,214)
#F9EADF
(249,234,223)
#FBEFE8
(251,239,232)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C297; }

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

This text font color is #E9C297.


Background Color

.myBgColor { background-color: #E9C297; }

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

This div background color is #E9C297.


Border color

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

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

This div border color is #E9C297.


Opacity

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

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

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

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

This text has shadow with #E9C297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C297 on black background.


Color preview on white background

This text has color #E9C297 on white background.



Black color preview on #E9C297 background

This text has black color on #E9C297 background.


White color preview on #E9C297 background

This text has white color on #E9C297 background.