#EAD89C

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

Shades of Hampton #EAD89C

Tints of Hampton #EAD89C

Color information

#EAD89C (or 0xEAD89C) is unknown color: approx Hampton. HEX triplet: EA, D8 and 9C. RGB value is (234,216,156). Sum of RGB (Red+Green+Blue) = 234+216+156=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD89C is #152763. Grayscale: #D6D6D6. Windows color (decimal): -1386340 or 10279146. OLE color: 10279146.

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

Color convert

RGB234216156-
CMYK00.080.330.08
HSL46.15º65%76.47%-
HSV(B)46.15º33.33%91.76%-
XYZ64.496941.37-
YUV214.5494.96141.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=38.61%
G=35.64%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421615600.080.330.0846.156576.47
HexEAD89C082182e414c
Octal352330234010411056101114
Binary11101010110110001001110001000100001100010111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD89C; }

 p { color: rgb(234,216,156); }

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

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

 a { background-color: rgb(234,216,156); }

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

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

 span { border-color: rgb(234,216,156); }

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