#E9D6A5

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

Shades of Hampton #E9D6A5

Tints of Hampton #E9D6A5

Color information

#E9D6A5 (or 0xE9D6A5) is unknown color: approx Hampton. HEX triplet: E9, D6 and A5. RGB value is (233,214,165). Sum of RGB (Red+Green+Blue) = 233+214+165=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D6A5 is #16295A. Grayscale: #D6D6D6. Windows color (decimal): -1452379 or 10868457. OLE color: 10868457.

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

Color convert

RGB233214165-
CMYK00.080.290.09
HSL43.24º60.71%78.04%-
HSV(B)43.24º29.18%91.37%-
XYZ64.4468.1345.35-
YUV214.1100.29141.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 165 (64.84% from 255) = 26.96%
R=38.07%
G=34.97%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321416500.080.290.0943.2460.7178.04
HexE9D6A5081D92b3d4e
Octal35132624501035115375116
Binary111010011101011010100101010001110110011010111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6A5; }

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

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

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

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

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

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

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

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