#E0CEA4

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

Shades of Hampton #E0CEA4

Tints of Hampton #E0CEA4

Color information

#E0CEA4 (or 0xE0CEA4) is unknown color: approx Hampton. HEX triplet: E0, CE and A4. RGB value is (224,206,164). Sum of RGB (Red+Green+Blue) = 224+206+164=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEA4 is #1F315B. Grayscale: #CECECE. Windows color (decimal): -2044252 or 10800864. OLE color: 10800864.

HSL color Cylindrical-coordinate representation of color #E0CEA4: hue angle of 42º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0CEA4 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB224206164-
CMYK00.080.270.12
HSL42º49.18%76.08%-
HSV(B)42º26.79%87.84%-
XYZ59.5162.6744.08-
YUV206.59103.96140.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=37.71%
G=34.68%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420616400.080.270.124249.1876.08
HexE0CEA4081BC2a314c
Octal34031624401033145261114
Binary111000001100111010100100010001101111001010101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEA4; }

 p { color: rgb(224,206,164); }

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

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

 a { background-color: rgb(224,206,164); }

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

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

 span { border-color: rgb(224,206,164); }

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