#EAB061

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

Shades of Harvest Gold #EAB061

Tints of Harvest Gold #EAB061

Color information

#EAB061 (or 0xEAB061) is unknown color: approx Harvest Gold. HEX triplet: EA, B0 and 61. RGB value is (234,176,97). Sum of RGB (Red+Green+Blue) = 234+176+97=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB061 is #154F9E. Grayscale: #B8B8B8. Windows color (decimal): -1396639 or 6402282. OLE color: 6402282.

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

Color convert

RGB23417697-
CMYK00.250.590.08
HSL34.6º76.54%64.9%-
HSV(B)34.6º58.55%91.76%-
XYZ51.6149.4118.13-
YUV184.3478.72163.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=46.15%
G=34.71%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341769700.250.590.0834.676.5464.9
HexEAB0610193B8234d41
Octal352260141031731043115101
Binary11101010101100001100001011001111011100010001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB061; }

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

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

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

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

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

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

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

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