#e2cea4

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

Shades of Hampton #E2CEA4

Tints of Hampton #E2CEA4

Color information

#E2CEA4 (or 0xE2CEA4) is unknown color: approx Hampton. HEX triplet: E2, CE and A4. RGB value is (226,206,164). Sum of RGB (Red+Green+Blue) = 226+206+164=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CEA4 is #1D315B. Grayscale: #CFCFCF. Windows color (decimal): -1913180 or 10800866. OLE color: 10800866.

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

Color convert

RGB226206164-
CMYK00.090.270.11
HSL40.65º51.67%76.47%-
HSV(B)40.65º27.43%88.63%-
XYZ60.1462.9944.11-
YUV207.19103.63141.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 164 (64.45% from 255) = 27.52%
R=37.92%
G=34.56%
B=27.52%

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
Decimal22620616400.090.270.1140.6551.6776.47
HexE2CEA4091BB29344c
Octal34231624401133135164114
Binary111000101100111010100100010011101110111010011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2cea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2cea4; }

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

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

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

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

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

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

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

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