#E8D49E

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

Shades of Hampton #E8D49E

Tints of Hampton #E8D49E

Color information

#E8D49E (or 0xE8D49E) is unknown color: approx Hampton. HEX triplet: E8, D4 and 9E. RGB value is (232,212,158). Sum of RGB (Red+Green+Blue) = 232+212+158=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D49E is #172B61. Grayscale: #D4D4D4. Windows color (decimal): -1518434 or 10409192. OLE color: 10409192.

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

Color convert

RGB232212158-
CMYK00.090.320.09
HSL43.78º61.67%76.47%-
HSV(B)43.78º31.9%90.98%-
XYZ62.9966.7141.9-
YUV211.8297.63142.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.54%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 158 (62.11% from 255) = 26.25%
R=38.54%
G=35.22%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221215800.090.320.0943.7861.6776.47
HexE8D49E092092c3e4c
Octal35032423601140115476114
Binary1110100011010100100111100100110000010011011001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D49E; }

 p { color: rgb(232,212,158); }

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

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

 a { background-color: rgb(232,212,158); }

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

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

 span { border-color: rgb(232,212,158); }

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