#E8DA9D

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

Shades of Hampton #E8DA9D

Tints of Hampton #E8DA9D

Color information

#E8DA9D (or 0xE8DA9D) is unknown color: approx Hampton. HEX triplet: E8, DA and 9D. RGB value is (232,218,157). Sum of RGB (Red+Green+Blue) = 232+218+157=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA9D is #172562. Grayscale: #D7D7D7. Windows color (decimal): -1516899 or 10345192. OLE color: 10345192.

HSL color Cylindrical-coordinate representation of color #E8DA9D: hue angle of 48.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8DA9D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB232218157-
CMYK00.060.320.09
HSL48.8º61.98%76.27%-
HSV(B)48.8º32.33%90.98%-
XYZ64.4469.7341.96-
YUV215.2395.14139.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=38.22%
G=35.91%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221815700.060.320.0948.861.9876.27
HexE8DA9D06209313e4c
Octal3503322350640116176114
Binary111010001101101010011101011010000010011100011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA9D; }

 p { color: rgb(232,218,157); }

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

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

 a { background-color: rgb(232,218,157); }

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

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

 span { border-color: rgb(232,218,157); }

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