#EAD5A1

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

Shades of Hampton #EAD5A1

Tints of Hampton #EAD5A1

Color information

#EAD5A1 (or 0xEAD5A1) is unknown color: approx Hampton. HEX triplet: EA, D5 and A1. RGB value is (234,213,161). Sum of RGB (Red+Green+Blue) = 234+213+161=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5A1 is #152A5E. Grayscale: #D5D5D5. Windows color (decimal): -1387103 or 10606058. OLE color: 10606058.

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

Color convert

RGB234213161-
CMYK00.090.310.08
HSL42.74º63.48%77.45%-
HSV(B)42.74º31.2%91.76%-
XYZ64.1667.6543.4-
YUV213.3598.46142.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=38.49%
G=35.03%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421316100.090.310.0842.7463.4877.45
HexEAD5A1091F82b3f4d
Octal35232524101137105377115
Binary111010101101010110100001010011111110001010111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5A1; }

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

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

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

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

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

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

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

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