#E9D29D

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

Shades of Hampton #E9D29D

Tints of Hampton #E9D29D

Color information

#E9D29D (or 0xE9D29D) is unknown color: approx Hampton. HEX triplet: E9, D2 and 9D. RGB value is (233,210,157). Sum of RGB (Red+Green+Blue) = 233+210+157=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D29D is #162D62. Grayscale: #D3D3D3. Windows color (decimal): -1453411 or 10343145. OLE color: 10343145.

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

Color convert

RGB233210157-
CMYK00.100.330.09
HSL41.84º63.33%76.47%-
HSV(B)41.84º32.62%91.37%-
XYZ62.7465.8541.3-
YUV210.8497.62143.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=38.83%
G=35%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321015700.100.330.0941.8463.3376.47
HexE9D29D0A2192a3f4c
Octal35132223501241115277114
Binary1110100111010010100111010101010000110011010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D29D; }

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

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

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

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

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

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

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

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