#EABB73

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

Shades of Harvest Gold #EABB73

Tints of Harvest Gold #EABB73

Color information

#EABB73 (or 0xEABB73) is unknown color: approx Harvest Gold. HEX triplet: EA, BB and 73. RGB value is (234,187,115). Sum of RGB (Red+Green+Blue) = 234+187+115=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB73 is #15448C. Grayscale: #C1C1C1. Windows color (decimal): -1393805 or 7584746. OLE color: 7584746.

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

Color convert

RGB234187115-
CMYK00.200.510.08
HSL36.3º73.91%68.43%-
HSV(B)36.3º50.85%91.76%-
XYZ54.854.2723.81-
YUV192.8484.07157.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 115 (45.31% from 255) = 21.46%
R=43.66%
G=34.89%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418711500.200.510.0836.373.9168.43
HexEABB73014338244a44
Octal352273163024631044112104
Binary11101010101110111110011010100110011100010010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB73; }

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

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

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

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

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

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

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

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