#E9D99D

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

Shades of Hampton #E9D99D

Tints of Hampton #E9D99D

Color information

#E9D99D (or 0xE9D99D) is unknown color: approx Hampton. HEX triplet: E9, D9 and 9D. RGB value is (233,217,157). Sum of RGB (Red+Green+Blue) = 233+217+157=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D99D is #162662. Grayscale: #D7D7D7. Windows color (decimal): -1451619 or 10344937. OLE color: 10344937.

HSL color Cylindrical-coordinate representation of color #E9D99D: hue angle of 47.37º degrees, saturation: 0.63, 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 #E9D99D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233217157-
CMYK00.070.330.09
HSL47.37º63.33%76.47%-
HSV(B)47.37º32.62%91.37%-
XYZ64.569.3841.89-
YUV214.9495.3140.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=38.39%
G=35.75%
B=25.86%

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
Decimal23321715700.070.330.0947.3763.3376.47
HexE9D99D072192f3f4c
Octal3513312350741115777114
Binary111010011101100110011101011110000110011011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D99D; }

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

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

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

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

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

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

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

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