#EAB064

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

Shades of Harvest Gold #EAB064

Tints of Harvest Gold #EAB064

Color information

#EAB064 (or 0xEAB064) is unknown color: approx Harvest Gold. HEX triplet: EA, B0 and 64. RGB value is (234,176,100). Sum of RGB (Red+Green+Blue) = 234+176+100=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB064 is #154F9B. Grayscale: #B9B9B9. Windows color (decimal): -1396636 or 6598890. OLE color: 6598890.

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

Color convert

RGB234176100-
CMYK00.250.570.08
HSL34.03º76.14%65.49%-
HSV(B)34.03º57.26%91.76%-
XYZ51.7649.4618.88-
YUV184.6880.22163.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=45.88%
G=34.51%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417610000.250.570.0834.0376.1465.49
HexEAB064019398224c41
Octal352260144031711042114101
Binary11101010101100001100100011001111001100010001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB064; }

 p { color: rgb(234,176,100); }

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

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

 a { background-color: rgb(234,176,100); }

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

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

 span { border-color: rgb(234,176,100); }

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