#E9D29F

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

Shades of Hampton #E9D29F

Tints of Hampton #E9D29F

Color information

#E9D29F (or 0xE9D29F) is unknown color: approx Hampton. HEX triplet: E9, D2 and 9F. RGB value is (233,210,159). Sum of RGB (Red+Green+Blue) = 233+210+159=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D29F is #162D60. Grayscale: #D3D3D3. Windows color (decimal): -1453409 or 10474217. OLE color: 10474217.

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

Color convert

RGB233210159-
CMYK00.100.320.09
HSL41.35º62.71%76.86%-
HSV(B)41.35º31.76%91.37%-
XYZ62.9165.9242.21-
YUV211.0698.62143.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=38.70%
G=34.88%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321015900.100.320.0941.3562.7176.86
HexE9D29F0A209293f4d
Octal35132223701240115177115
Binary1110100111010010100111110101010000010011010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D29F; }

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

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

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

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

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

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

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

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