#E8D69D

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

Shades of Hampton #E8D69D

Tints of Hampton #E8D69D

Color information

#E8D69D (or 0xE8D69D) is unknown color: approx Hampton. HEX triplet: E8, D6 and 9D. RGB value is (232,214,157). Sum of RGB (Red+Green+Blue) = 232+214+157=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D69D is #172962. Grayscale: #D5D5D5. Windows color (decimal): -1517923 or 10344168. OLE color: 10344168.

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

Color convert

RGB232214157-
CMYK00.080.320.09
HSL45.6º61.98%76.27%-
HSV(B)45.6º32.33%90.98%-
XYZ63.4167.6841.62-
YUV212.8896.46141.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.47%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=38.47%
G=35.49%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221415700.080.320.0945.661.9876.27
HexE8D69D082092e3e4c
Octal35032623501040115676114
Binary1110100011010110100111010100010000010011011101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D69D; }

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

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

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

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

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

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

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

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