#E9D99C

Color #E9D99C Hampton (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hampton #E9D99C

Tints of Hampton #E9D99C

Color information

#E9D99C (or 0xE9D99C) is unknown color: approx Hampton. HEX triplet: E9, D9 and 9C. RGB value is (233,217,156). Sum of RGB (Red+Green+Blue) = 233+217+156=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D99C is #162663. Grayscale: #D7D7D7. Windows color (decimal): -1451620 or 10279401. OLE color: 10279401.

HSL color Cylindrical-coordinate representation of color #E9D99C: hue angle of 47.53º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9D99C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233217156-
CMYK00.070.330.09
HSL47.53º63.64%76.27%-
HSV(B)47.53º33.05%91.37%-
XYZ64.4269.3541.44-
YUV214.8394.8140.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=38.45%
G=35.81%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321715600.070.330.0947.5363.6476.27
HexE9D99C0721930404c
Octal35133123407411160100114
Binary1110100111011001100111000111100001100111000010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D99C; }

 p { color: rgb(233,217,156); }

 H1.HeaderClassName
 {
   color: #E9D99C;
 }
 .AnyTagClassName
 {
   color: #E9D99C;
 }
</style>
background-color css

<style>
 a { background-color: #E9D99C; }

 a { background-color: rgb(233,217,156); }

 div.DivClassName
 {
   background-color: #E9D99C;
 }
 .BgClassName
 {
   background-color: #E9D99C;
 }
</style>
border-color css

<style>
 span { border-color: #E9D99C; }

 span { border-color: rgb(233,217,156); }

 td.TdClassName
 {
   border-color: #E9D99C;
 }
 .TagClassName
 {
   border-color: #E9D99C;
 }
</style>