#EABE73

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

Shades of Harvest Gold #EABE73

Tints of Harvest Gold #EABE73

Color information

#EABE73 (or 0xEABE73) is unknown color: approx Harvest Gold. HEX triplet: EA, BE and 73. RGB value is (234,190,115). Sum of RGB (Red+Green+Blue) = 234+190+115=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE73 is #15418C. Grayscale: #C2C2C2. Windows color (decimal): -1393037 or 7585514. OLE color: 7585514.

HSL color Cylindrical-coordinate representation of color #EABE73: hue angle of 37.82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EABE73 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234190115-
CMYK00.190.510.08
HSL37.82º73.91%68.43%-
HSV(B)37.82º50.85%91.76%-
XYZ55.4455.5624.02-
YUV194.6183.08156.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=43.41%
G=35.25%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419011500.190.510.0837.8273.9168.43
HexEABE73013338264a44
Octal352276163023631046112104
Binary11101010101111101110011010011110011100010011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE73; }

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

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

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

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

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

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

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

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