#EAB860

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

Shades of Harvest Gold #EAB860

Tints of Harvest Gold #EAB860

Color information

#EAB860 (or 0xEAB860) is unknown color: approx Harvest Gold. HEX triplet: EA, B8 and 60. RGB value is (234,184,96). Sum of RGB (Red+Green+Blue) = 234+184+96=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB860 is #15479F. Grayscale: #BDBDBD. Windows color (decimal): -1394592 or 6338794. OLE color: 6338794.

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

Color convert

RGB23418496-
CMYK00.210.590.08
HSL38.26º76.67%64.71%-
HSV(B)38.26º58.97%91.76%-
XYZ53.1852.6218.42-
YUV188.9275.56160.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=45.53%
G=35.80%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341849600.210.590.0838.2676.6764.71
HexEAB8600153B8264d41
Octal352270140025731046115101
Binary11101010101110001100000010101111011100010011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB860; }

 p { color: rgb(234,184,96); }

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

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

 a { background-color: rgb(234,184,96); }

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

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

 span { border-color: rgb(234,184,96); }

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