#EAD7A5

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

Shades of Hampton #EAD7A5

Tints of Hampton #EAD7A5

Color information

#EAD7A5 (or 0xEAD7A5) is unknown color: approx Hampton. HEX triplet: EA, D7 and A5. RGB value is (234,215,165). Sum of RGB (Red+Green+Blue) = 234+215+165=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD7A5 is #15285A. Grayscale: #D7D7D7. Windows color (decimal): -1386587 or 10868714. OLE color: 10868714.

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

Color convert

RGB234215165-
CMYK00.080.290.08
HSL43.48º62.16%78.24%-
HSV(B)43.48º29.49%91.76%-
XYZ65.0268.8145.45-
YUV214.9899.79141.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 165 (64.84% from 255) = 26.87%
R=38.11%
G=35.02%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421516500.080.290.0843.4862.1678.24
HexEAD7A5081D82b3e4e
Octal35232724501035105376116
Binary111010101101011110100101010001110110001010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7A5; }

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

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

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

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

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

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

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

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