#E3CFA5

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

Shades of Hampton #E3CFA5

Tints of Hampton #E3CFA5

Color information

#E3CFA5 (or 0xE3CFA5) is unknown color: approx Hampton. HEX triplet: E3, CF and A5. RGB value is (227,207,165). Sum of RGB (Red+Green+Blue) = 227+207+165=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CFA5 is #1C305A. Grayscale: #D0D0D0. Windows color (decimal): -1847387 or 10866659. OLE color: 10866659.

HSL color Cylindrical-coordinate representation of color #E3CFA5: hue angle of 40.65º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3CFA5 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB227207165-
CMYK00.090.270.11
HSL40.65º52.54%76.86%-
HSV(B)40.65º27.31%89.02%-
XYZ60.7863.6744.68-
YUV208.19103.63141.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.90%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 165 (64.84% from 255) = 27.55%
R=37.90%
G=34.56%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720716500.090.270.1140.6552.5476.86
HexE3CFA5091BB29354d
Octal34331724501133135165115
Binary111000111100111110100101010011101110111010011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFA5; }

 p { color: rgb(227,207,165); }

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

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

 a { background-color: rgb(227,207,165); }

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

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

 span { border-color: rgb(227,207,165); }

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