#E9D69F

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

Shades of Hampton #E9D69F

Tints of Hampton #E9D69F

Color information

#E9D69F (or 0xE9D69F) is unknown color: approx Hampton. HEX triplet: E9, D6 and 9F. RGB value is (233,214,159). Sum of RGB (Red+Green+Blue) = 233+214+159=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D69F is #162960. Grayscale: #D5D5D5. Windows color (decimal): -1452385 or 10475241. OLE color: 10475241.

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

Color convert

RGB233214159-
CMYK00.080.320.09
HSL44.59º62.71%76.86%-
HSV(B)44.59º31.76%91.37%-
XYZ63.9167.9242.54-
YUV213.4197.29141.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 159 (62.5% from 255) = 26.24%
R=38.45%
G=35.31%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321415900.080.320.0944.5962.7176.86
HexE9D69F082092d3f4d
Octal35132623701040115577115
Binary1110100111010110100111110100010000010011011011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D69F; }

 p { color: rgb(233,214,159); }

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

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

 a { background-color: rgb(233,214,159); }

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

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

 span { border-color: rgb(233,214,159); }

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