#EAD7A0

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

Shades of Hampton #EAD7A0

Tints of Hampton #EAD7A0

Color information

#EAD7A0 (or 0xEAD7A0) is unknown color: approx Hampton. HEX triplet: EA, D7 and A0. RGB value is (234,215,160). Sum of RGB (Red+Green+Blue) = 234+215+160=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD7A0 is #15285F. Grayscale: #D6D6D6. Windows color (decimal): -1386592 or 10541034. OLE color: 10541034.

HSL color Cylindrical-coordinate representation of color #EAD7A0: hue angle of 44.59º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAD7A0 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234215160-
CMYK00.080.320.08
HSL44.59º63.79%77.25%-
HSV(B)44.59º31.62%91.76%-
XYZ64.5868.6343.1-
YUV214.4197.29141.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 160 (62.89% from 255) = 26.27%
R=38.42%
G=35.30%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421516000.080.320.0844.5963.7977.25
HexEAD7A0082082d404d
Octal352327240010401055100115
Binary11101010110101111010000001000100000100010110110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7A0; }

 p { color: rgb(234,215,160); }

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

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

 a { background-color: rgb(234,215,160); }

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

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

 span { border-color: rgb(234,215,160); }

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