#EAD59B

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

Shades of Hampton #EAD59B

Tints of Hampton #EAD59B

Color information

#EAD59B (or 0xEAD59B) is unknown color: approx Hampton. HEX triplet: EA, D5 and 9B. RGB value is (234,213,155). Sum of RGB (Red+Green+Blue) = 234+213+155=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59B is #152A64. Grayscale: #D4D4D4. Windows color (decimal): -1387109 or 10212842. OLE color: 10212842.

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

Color convert

RGB234213155-
CMYK00.090.340.08
HSL44.05º65.29%76.27%-
HSV(B)44.05º33.76%91.76%-
XYZ63.6467.4540.67-
YUV212.6795.46143.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 155 (60.94% from 255) = 25.75%
R=38.87%
G=35.38%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421315500.090.340.0844.0565.2976.27
HexEAD59B092282c414c
Octal352325233011421054101114
Binary11101010110101011001101101001100010100010110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD59B; }

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

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

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

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

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

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

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

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