#EADD9D

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

Shades of Hampton #EADD9D

Tints of Hampton #EADD9D

Color information

#EADD9D (or 0xEADD9D) is unknown color: approx Hampton. HEX triplet: EA, DD and 9D. RGB value is (234,221,157). Sum of RGB (Red+Green+Blue) = 234+221+157=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD9D is #152262. Grayscale: #D9D9D9. Windows color (decimal): -1385059 or 10345962. OLE color: 10345962.

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

Color convert

RGB234221157-
CMYK00.060.330.08
HSL49.87º64.71%76.67%-
HSV(B)49.87º32.91%91.76%-
XYZ65.8771.6442.25-
YUV217.5993.81139.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=38.24%
G=36.11%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422115700.060.330.0849.8764.7176.67
HexEADD9D0621832414d
Octal35233523506411062101115
Binary1110101011011101100111010110100001100011001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD9D; }

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

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

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

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

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

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

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

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