#E9D8A0

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

Shades of Hampton #E9D8A0

Tints of Hampton #E9D8A0

Color information

#E9D8A0 (or 0xE9D8A0) is unknown color: approx Hampton. HEX triplet: E9, D8 and A0. RGB value is (233,216,160). Sum of RGB (Red+Green+Blue) = 233+216+160=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D8A0 is #16275F. Grayscale: #D6D6D6. Windows color (decimal): -1451872 or 10541289. OLE color: 10541289.

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

Color convert

RGB233216160-
CMYK00.070.310.09
HSL46.03º62.39%77.06%-
HSV(B)46.03º31.33%91.37%-
XYZ64.5168.9743.17-
YUV214.797.13141.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 160 (62.89% from 255) = 26.27%
R=38.26%
G=35.47%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321616000.070.310.0946.0362.3977.06
HexE9D8A0071F92e3e4d
Octal3513302400737115676115
Binary11101001110110001010000001111111110011011101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D8A0; }

 p { color: rgb(233,216,160); }

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

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

 a { background-color: rgb(233,216,160); }

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

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

 span { border-color: rgb(233,216,160); }

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