#E9D2A1

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

Shades of Hampton #E9D2A1

Tints of Hampton #E9D2A1

Color information

#E9D2A1 (or 0xE9D2A1) is unknown color: approx Hampton. HEX triplet: E9, D2 and A1. RGB value is (233,210,161). Sum of RGB (Red+Green+Blue) = 233+210+161=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2A1 is #162D5E. Grayscale: #D3D3D3. Windows color (decimal): -1453407 or 10605289. OLE color: 10605289.

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

Color convert

RGB233210161-
CMYK00.100.310.09
HSL40.83º62.07%77.25%-
HSV(B)40.83º30.9%91.37%-
XYZ63.0865.9943.13-
YUV211.2999.62143.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=38.58%
G=34.77%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321016100.100.310.0940.8362.0777.25
HexE9D2A10A1F9293e4d
Octal35132224101237115176115
Binary111010011101001010100001010101111110011010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2A1; }

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

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

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

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

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

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

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

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