#E5CFA3

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

Shades of Hampton #E5CFA3

Tints of Hampton #E5CFA3

Color information

#E5CFA3 (or 0xE5CFA3) is unknown color: approx Hampton. HEX triplet: E5, CF and A3. RGB value is (229,207,163). Sum of RGB (Red+Green+Blue) = 229+207+163=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFA3 is #1A305C. Grayscale: #D0D0D0. Windows color (decimal): -1716317 or 10735589. OLE color: 10735589.

HSL color Cylindrical-coordinate representation of color #E5CFA3: hue angle of 40º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5CFA3 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB229207163-
CMYK00.100.290.10
HSL40º55.93%76.86%-
HSV(B)40º28.82%89.8%-
XYZ61.2463.9343.76-
YUV208.56102.29142.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 163 (64.06% from 255) = 27.21%
R=38.23%
G=34.56%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920716300.100.290.104055.9376.86
HexE5CFA30A1DA28384d
Octal34531724301235125070115
Binary111001011100111110100011010101110110101010001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFA3; }

 p { color: rgb(229,207,163); }

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

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

 a { background-color: rgb(229,207,163); }

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

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

 span { border-color: rgb(229,207,163); }

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