#E8D8A2

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

Shades of Hampton #E8D8A2

Tints of Hampton #E8D8A2

Color information

#E8D8A2 (or 0xE8D8A2) is unknown color: approx Hampton. HEX triplet: E8, D8 and A2. RGB value is (232,216,162). Sum of RGB (Red+Green+Blue) = 232+216+162=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D8A2 is #17275D. Grayscale: #D6D6D6. Windows color (decimal): -1517406 or 10672360. OLE color: 10672360.

HSL color Cylindrical-coordinate representation of color #E8D8A2: hue angle of 46.29º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8D8A2 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB232216162-
CMYK00.070.300.09
HSL46.29º60.34%77.25%-
HSV(B)46.29º30.17%90.98%-
XYZ64.3668.8844.08-
YUV214.6398.3140.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 162 (63.67% from 255) = 26.56%
R=38.03%
G=35.41%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221616200.070.300.0946.2960.3477.25
HexE8D8A2071E92e3c4d
Octal3503302420736115674115
Binary11101000110110001010001001111111010011011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8A2; }

 p { color: rgb(232,216,162); }

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

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

 a { background-color: rgb(232,216,162); }

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

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

 span { border-color: rgb(232,216,162); }

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