#EAD5A4

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

Shades of Hampton #EAD5A4

Tints of Hampton #EAD5A4

Color information

#EAD5A4 (or 0xEAD5A4) is unknown color: approx Hampton. HEX triplet: EA, D5 and A4. RGB value is (234,213,164). Sum of RGB (Red+Green+Blue) = 234+213+164=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5A4 is #152A5B. Grayscale: #D5D5D5. Windows color (decimal): -1387100 or 10802666. OLE color: 10802666.

HSL color Cylindrical-coordinate representation of color #EAD5A4: hue angle of 42º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAD5A4 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234213164-
CMYK00.090.300.08
HSL42º62.5%78.04%-
HSV(B)42º29.91%91.76%-
XYZ64.4367.7644.81-
YUV213.6999.96142.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 164 (64.45% from 255) = 26.84%
R=38.30%
G=34.86%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421316400.090.300.084262.578.04
HexEAD5A4091E82a3e4e
Octal35232524401136105276116
Binary111010101101010110100100010011111010001010101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5A4; }

 p { color: rgb(234,213,164); }

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

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

 a { background-color: rgb(234,213,164); }

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

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

 span { border-color: rgb(234,213,164); }

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