#E9DC9C

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

Shades of Hampton #E9DC9C

Tints of Hampton #E9DC9C

Color information

#E9DC9C (or 0xE9DC9C) is unknown color: approx Hampton. HEX triplet: E9, DC and 9C. RGB value is (233,220,156). Sum of RGB (Red+Green+Blue) = 233+220+156=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC9C is #162363. Grayscale: #D8D8D8. Windows color (decimal): -1450852 or 10280169. OLE color: 10280169.

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

Color convert

RGB233220156-
CMYK00.060.330.09
HSL49.87º63.64%76.27%-
HSV(B)49.87º33.05%91.37%-
XYZ65.270.9141.7-
YUV216.5993.81139.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 156 (61.33% from 255) = 25.62%
R=38.26%
G=36.12%
B=25.62%

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
Decimal23322015600.060.330.0949.8763.6476.27
HexE9DC9C0621932404c
Octal35133423406411162100114
Binary1110100111011100100111000110100001100111001010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC9C; }

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

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

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

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

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

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

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

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