#E8DB9C

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

Shades of Hampton #E8DB9C

Tints of Hampton #E8DB9C

Color information

#E8DB9C (or 0xE8DB9C) is unknown color: approx Hampton. HEX triplet: E8, DB and 9C. RGB value is (232,219,156). Sum of RGB (Red+Green+Blue) = 232+219+156=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DB9C is #172463. Grayscale: #D7D7D7. Windows color (decimal): -1516644 or 10279912. OLE color: 10279912.

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

Color convert

RGB232219156-
CMYK00.060.330.09
HSL49.74º62.3%76.08%-
HSV(B)49.74º32.76%90.98%-
XYZ64.6170.2241.6-
YUV215.794.31139.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 156 (61.33% from 255) = 25.70%
R=38.22%
G=36.08%
B=25.70%

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
Decimal23221915600.060.330.0949.7462.376.08
HexE8DB9C06219323e4c
Octal3503332340641116276114
Binary111010001101101110011100011010000110011100101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DB9C; }

 p { color: rgb(232,219,156); }

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

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

 a { background-color: rgb(232,219,156); }

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

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

 span { border-color: rgb(232,219,156); }

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