#E9D29E

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

Shades of Hampton #E9D29E

Tints of Hampton #E9D29E

Color information

#E9D29E (or 0xE9D29E) is unknown color: approx Hampton. HEX triplet: E9, D2 and 9E. RGB value is (233,210,158). Sum of RGB (Red+Green+Blue) = 233+210+158=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D29E is #162D61. Grayscale: #D3D3D3. Windows color (decimal): -1453410 or 10408681. OLE color: 10408681.

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

Color convert

RGB233210158-
CMYK00.100.320.09
HSL41.6º63.03%76.67%-
HSV(B)41.6º32.19%91.37%-
XYZ62.8265.8941.75-
YUV210.9598.12143.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=38.77%
G=34.94%
B=26.29%

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
Decimal23321015800.100.320.0941.663.0376.67
HexE9D29E0A2092a3f4d
Octal35132223601240115277115
Binary1110100111010010100111100101010000010011010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D29E; }

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

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

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

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

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

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

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

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