#E9D69D

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

Shades of Hampton #E9D69D

Tints of Hampton #E9D69D

Color information

#E9D69D (or 0xE9D69D) is unknown color: approx Hampton. HEX triplet: E9, D6 and 9D. RGB value is (233,214,157). Sum of RGB (Red+Green+Blue) = 233+214+157=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D69D is #162962. Grayscale: #D5D5D5. Windows color (decimal): -1452387 or 10344169. OLE color: 10344169.

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

Color convert

RGB233214157-
CMYK00.080.330.09
HSL45º63.33%76.47%-
HSV(B)45º32.62%91.37%-
XYZ63.7467.8541.64-
YUV213.1896.29142.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=38.58%
G=35.43%
B=25.99%

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
Decimal23321415700.080.330.094563.3376.47
HexE9D69D082192d3f4c
Octal35132623501041115577114
Binary1110100111010110100111010100010000110011011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D69D; }

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

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

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

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

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

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

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

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