#E8D5A5

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

Shades of Hampton #E8D5A5

Tints of Hampton #E8D5A5

Color information

#E8D5A5 (or 0xE8D5A5) is unknown color: approx Hampton. HEX triplet: E8, D5 and A5. RGB value is (232,213,165). Sum of RGB (Red+Green+Blue) = 232+213+165=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D5A5 is #172A5A. Grayscale: #D5D5D5. Windows color (decimal): -1518171 or 10868200. OLE color: 10868200.

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

Color convert

RGB232213165-
CMYK00.080.290.09
HSL42.99º59.29%77.84%-
HSV(B)42.99º28.88%90.98%-
XYZ63.8667.4645.25-
YUV213.21100.79141.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=38.03%
G=34.92%
B=27.05%

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
Decimal23221316500.080.290.0942.9959.2977.84
HexE8D5A5081D92b3b4e
Octal35032524501035115373116
Binary111010001101010110100101010001110110011010111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5A5; }

 p { color: rgb(232,213,165); }

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

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

 a { background-color: rgb(232,213,165); }

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

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

 span { border-color: rgb(232,213,165); }

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