#EABE61

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

Shades of Harvest Gold #EABE61

Tints of Harvest Gold #EABE61

Color information

#EABE61 (or 0xEABE61) is unknown color: approx Harvest Gold. HEX triplet: EA, BE and 61. RGB value is (234,190,97). Sum of RGB (Red+Green+Blue) = 234+190+97=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE61 is #15419E. Grayscale: #C0C0C0. Windows color (decimal): -1393055 or 6405866. OLE color: 6405866.

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

Color convert

RGB23419097-
CMYK00.190.590.08
HSL40.73º76.54%64.9%-
HSV(B)40.73º58.55%91.76%-
XYZ54.555.1819.09-
YUV192.5574.08157.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=44.91%
G=36.47%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341909700.190.590.0840.7376.5464.9
HexEABE610133B8294d41
Octal352276141023731051115101
Binary11101010101111101100001010011111011100010100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE61; }

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

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

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

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

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

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

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

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