#E9D79C

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

Shades of Hampton #E9D79C

Tints of Hampton #E9D79C

Color information

#E9D79C (or 0xE9D79C) is unknown color: approx Hampton. HEX triplet: E9, D7 and 9C. RGB value is (233,215,156). Sum of RGB (Red+Green+Blue) = 233+215+156=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D79C is #162863. Grayscale: #D5D5D5. Windows color (decimal): -1452132 or 10278889. OLE color: 10278889.

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

Color convert

RGB233215156-
CMYK00.080.330.09
HSL45.97º63.64%76.27%-
HSV(B)45.97º33.05%91.37%-
XYZ63.9168.3241.27-
YUV213.6695.46141.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=38.58%
G=35.60%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321515600.080.330.0945.9763.6476.27
HexE9D79C082192e404c
Octal351327234010411156100114
Binary11101001110101111001110001000100001100110111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D79C; }

 p { color: rgb(233,215,156); }

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

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

 a { background-color: rgb(233,215,156); }

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

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

 span { border-color: rgb(233,215,156); }

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