#EAD79E

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

Shades of Hampton #EAD79E

Tints of Hampton #EAD79E

Color information

#EAD79E (or 0xEAD79E) is unknown color: approx Hampton. HEX triplet: EA, D7 and 9E. RGB value is (234,215,158). Sum of RGB (Red+Green+Blue) = 234+215+158=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD79E is #152861. Grayscale: #D6D6D6. Windows color (decimal): -1386594 or 10409962. OLE color: 10409962.

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

Color convert

RGB234215158-
CMYK00.080.320.08
HSL45º64.41%76.86%-
HSV(B)45º32.48%91.76%-
XYZ64.468.5642.19-
YUV214.1896.29142.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=38.55%
G=35.42%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421515800.080.320.084564.4176.86
HexEAD79E082082d404d
Octal352327236010401055100115
Binary11101010110101111001111001000100000100010110110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD79E; }

 p { color: rgb(234,215,158); }

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

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

 a { background-color: rgb(234,215,158); }

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

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

 span { border-color: rgb(234,215,158); }

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