#EAD6A5

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

Shades of Hampton #EAD6A5

Tints of Hampton #EAD6A5

Color information

#EAD6A5 (or 0xEAD6A5) is unknown color: approx Hampton. HEX triplet: EA, D6 and A5. RGB value is (234,214,165). Sum of RGB (Red+Green+Blue) = 234+214+165=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6A5 is #15295A. Grayscale: #D6D6D6. Windows color (decimal): -1386843 or 10868458. OLE color: 10868458.

HSL color Cylindrical-coordinate representation of color #EAD6A5: hue angle of 42.61º 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 #EAD6A5 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234214165-
CMYK00.090.290.08
HSL42.61º62.16%78.24%-
HSV(B)42.61º29.49%91.76%-
XYZ64.7768.345.37-
YUV214.39100.13141.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=38.17%
G=34.91%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421416500.090.290.0842.6162.1678.24
HexEAD6A5091D82b3e4e
Octal35232624501135105376116
Binary111010101101011010100101010011110110001010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6A5; }

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

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

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

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

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

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

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

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