#EAD89D

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

Shades of Hampton #EAD89D

Tints of Hampton #EAD89D

Color information

#EAD89D (or 0xEAD89D) is unknown color: approx Hampton. HEX triplet: EA, D8 and 9D. RGB value is (234,216,157). Sum of RGB (Red+Green+Blue) = 234+216+157=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD89D is #152762. Grayscale: #D6D6D6. Windows color (decimal): -1386339 or 10344682. OLE color: 10344682.

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

Color convert

RGB234216157-
CMYK00.080.330.08
HSL45.97º64.71%76.67%-
HSV(B)45.97º32.91%91.76%-
XYZ64.5769.0441.82-
YUV214.6695.46141.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=38.55%
G=35.58%
B=25.86%

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
Decimal23421615700.080.330.0845.9764.7176.67
HexEAD89D082182e414d
Octal352330235010411056101115
Binary11101010110110001001110101000100001100010111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD89D; }

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

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

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

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

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

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

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

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