#EAD6A4

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

Shades of Hampton #EAD6A4

Tints of Hampton #EAD6A4

Color information

#EAD6A4 (or 0xEAD6A4) is unknown color: approx Hampton. HEX triplet: EA, D6 and A4. RGB value is (234,214,164). Sum of RGB (Red+Green+Blue) = 234+214+164=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6A4 is #15295B. Grayscale: #D6D6D6. Windows color (decimal): -1386844 or 10802922. OLE color: 10802922.

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

Color convert

RGB234214164-
CMYK00.090.300.08
HSL42.86º62.5%78.04%-
HSV(B)42.86º29.91%91.76%-
XYZ64.6868.2744.89-
YUV214.2899.63142.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=38.24%
G=34.97%
B=26.80%

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
Decimal23421416400.090.300.0842.8662.578.04
HexEAD6A4091E82b3e4e
Octal35232624401136105376116
Binary111010101101011010100100010011111010001010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6A4; }

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

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

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

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

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

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

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

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