#E4D49F

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

Shades of Hampton #E4D49F

Tints of Hampton #E4D49F

Color information

#E4D49F (or 0xE4D49F) is unknown color: approx Hampton. HEX triplet: E4, D4 and 9F. RGB value is (228,212,159). Sum of RGB (Red+Green+Blue) = 228+212+159=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D49F is #1B2B60. Grayscale: #D2D2D2. Windows color (decimal): -1780577 or 10474724. OLE color: 10474724.

HSL color Cylindrical-coordinate representation of color #E4D49F: hue angle of 46.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4D49F is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB228212159-
CMYK00.070.300.11
HSL46.09º56.1%75.88%-
HSV(B)46.09º30.26%89.41%-
XYZ61.866.0842.3-
YUV210.7498.8140.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.06%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=38.06%
G=35.39%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821215900.070.300.1146.0956.175.88
HexE4D49F071EB2e384c
Octal3443242370736135670114
Binary11100100110101001001111101111111010111011101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D49F; }

 p { color: rgb(228,212,159); }

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

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

 a { background-color: rgb(228,212,159); }

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

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

 span { border-color: rgb(228,212,159); }

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