#EABA72

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

Shades of Harvest Gold #EABA72

Tints of Harvest Gold #EABA72

Color information

#EABA72 (or 0xEABA72) is unknown color: approx Harvest Gold. HEX triplet: EA, BA and 72. RGB value is (234,186,114). Sum of RGB (Red+Green+Blue) = 234+186+114=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA72 is #15458D. Grayscale: #C0C0C0. Windows color (decimal): -1394062 or 7518954. OLE color: 7518954.

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

Color convert

RGB234186114-
CMYK00.210.510.08
HSL36º74.07%68.24%-
HSV(B)36º51.28%91.76%-
XYZ54.5353.8323.43-
YUV192.1483.9157.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=43.82%
G=34.83%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418611400.210.510.083674.0768.24
HexEABA72015338244a44
Octal352272162025631044112104
Binary11101010101110101110010010101110011100010010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA72; }

 p { color: rgb(234,186,114); }

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

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

 a { background-color: rgb(234,186,114); }

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

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

 span { border-color: rgb(234,186,114); }

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