#E9D3A5

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

Shades of Hampton #E9D3A5

Tints of Hampton #E9D3A5

Color information

#E9D3A5 (or 0xE9D3A5) is unknown color: approx Hampton. HEX triplet: E9, D3 and A5. RGB value is (233,211,165). Sum of RGB (Red+Green+Blue) = 233+211+165=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D3A5 is #162C5A. Grayscale: #D4D4D4. Windows color (decimal): -1453147 or 10867689. OLE color: 10867689.

HSL color Cylindrical-coordinate representation of color #E9D3A5: hue angle of 40.59º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9D3A5 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB233211165-
CMYK00.090.290.09
HSL40.59º60.71%78.04%-
HSV(B)40.59º29.18%91.37%-
XYZ63.6966.6345.1-
YUV212.33101.29142.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 211 (82.81% from 255) = 34.65%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=38.26%
G=34.65%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321116500.090.290.0940.5960.7178.04
HexE9D3A5091D9293d4e
Octal35132324501135115175116
Binary111010011101001110100101010011110110011010011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3A5; }

 p { color: rgb(233,211,165); }

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

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

 a { background-color: rgb(233,211,165); }

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

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

 span { border-color: rgb(233,211,165); }

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