#E9DB9D

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

Shades of Hampton #E9DB9D

Tints of Hampton #E9DB9D

Color information

#E9DB9D (or 0xE9DB9D) is unknown color: approx Hampton. HEX triplet: E9, DB and 9D. RGB value is (233,219,157). Sum of RGB (Red+Green+Blue) = 233+219+157=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB9D is #162462. Grayscale: #D8D8D8. Windows color (decimal): -1451107 or 10345449. OLE color: 10345449.

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

Color convert

RGB233219157-
CMYK00.060.330.09
HSL48.95º63.33%76.47%-
HSV(B)48.95º32.62%91.37%-
XYZ65.0270.4242.06-
YUV216.1294.64140.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=38.26%
G=35.96%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321915700.060.330.0948.9563.3376.47
HexE9DB9D06219313f4c
Octal3513332350641116177114
Binary111010011101101110011101011010000110011100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB9D; }

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

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

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

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

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

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

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

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