#E9DB9A

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

Shades of Hampton #E9DB9A

Tints of Hampton #E9DB9A

Color information

#E9DB9A (or 0xE9DB9A) is unknown color: approx Hampton. HEX triplet: E9, DB and 9A. RGB value is (233,219,154). Sum of RGB (Red+Green+Blue) = 233+219+154=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB9A is #162465. Grayscale: #D8D8D8. Windows color (decimal): -1451110 or 10148841. OLE color: 10148841.

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

Color convert

RGB233219154-
CMYK00.060.340.09
HSL49.37º64.23%75.88%-
HSV(B)49.37º33.91%91.37%-
XYZ64.7770.3240.73-
YUV215.7893.14140.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=38.45%
G=36.14%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321915400.060.340.0949.3764.2375.88
HexE9DB9A0622931404c
Octal35133323206421161100114
Binary1110100111011011100110100110100010100111000110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB9A; }

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

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

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

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

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

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

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

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