#E8D8A3

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

Shades of Hampton #E8D8A3

Tints of Hampton #E8D8A3

Color information

#E8D8A3 (or 0xE8D8A3) is unknown color: approx Hampton. HEX triplet: E8, D8 and A3. RGB value is (232,216,163). Sum of RGB (Red+Green+Blue) = 232+216+163=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D8A3 is #17275C. Grayscale: #D6D6D6. Windows color (decimal): -1517405 or 10737896. OLE color: 10737896.

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

Color convert

RGB232216163-
CMYK00.070.300.09
HSL46.09º60%77.45%-
HSV(B)46.09º29.74%90.98%-
XYZ64.4568.9144.56-
YUV214.7498.8140.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 163 (64.06% from 255) = 26.68%
R=37.97%
G=35.35%
B=26.68%

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
Decimal23221616300.070.300.0946.096077.45
HexE8D8A3071E92e3c4d
Octal3503302430736115674115
Binary11101000110110001010001101111111010011011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8A3; }

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

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

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

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

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

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

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

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