#e1cea8

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

Shades of Hampton #E1CEA8

Tints of Hampton #E1CEA8

Color information

#E1CEA8 (or 0xE1CEA8) is unknown color: approx Hampton. HEX triplet: E1, CE and A8. RGB value is (225,206,168). Sum of RGB (Red+Green+Blue) = 225+206+168=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEA8 is #1E3157. Grayscale: #CFCFCF. Windows color (decimal): -1978712 or 11063009. OLE color: 11063009.

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

Color convert

RGB225206168-
CMYK00.080.250.12
HSL40º48.72%77.06%-
HSV(B)40º25.33%88.24%-
XYZ60.1962.9846.03-
YUV207.35105.79140.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 168 (66.02% from 255) = 28.05%
R=37.56%
G=34.39%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520616800.080.250.124048.7277.06
HexE1CEA80819C28314d
Octal34131625001031145061115
Binary111000011100111010101000010001100111001010001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1cea8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1cea8; }

 p { color: rgb(225,206,168); }

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

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

 a { background-color: rgb(225,206,168); }

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

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

 span { border-color: rgb(225,206,168); }

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