#EAD59E

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

Shades of Hampton #EAD59E

Tints of Hampton #EAD59E

Color information

#EAD59E (or 0xEAD59E) is unknown color: approx Hampton. HEX triplet: EA, D5 and 9E. RGB value is (234,213,158). Sum of RGB (Red+Green+Blue) = 234+213+158=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59E is #152A61. Grayscale: #D5D5D5. Windows color (decimal): -1387106 or 10409450. OLE color: 10409450.

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

Color convert

RGB234213158-
CMYK00.090.320.08
HSL43.42º64.41%76.86%-
HSV(B)43.42º32.48%91.76%-
XYZ63.967.5542.02-
YUV213.0196.96142.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 158 (62.11% from 255) = 26.12%
R=38.68%
G=35.21%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421315800.090.320.0843.4264.4176.86
HexEAD59E092082b404d
Octal352325236011401053100115
Binary11101010110101011001111001001100000100010101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD59E; }

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

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

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

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

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

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

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

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