#EAB972

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

Shades of Harvest Gold #EAB972

Tints of Harvest Gold #EAB972

Color information

#EAB972 (or 0xEAB972) is unknown color: approx Harvest Gold. HEX triplet: EA, B9 and 72. RGB value is (234,185,114). Sum of RGB (Red+Green+Blue) = 234+185+114=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB972 is #15468D. Grayscale: #BFBFBF. Windows color (decimal): -1394318 or 7518698. OLE color: 7518698.

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

Color convert

RGB234185114-
CMYK00.210.510.08
HSL35.5º74.07%68.24%-
HSV(B)35.5º51.28%91.76%-
XYZ54.3253.4123.36-
YUV191.5684.23158.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 114 (44.92% from 255) = 21.39%
R=43.90%
G=34.71%
B=21.39%

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
Decimal23418511400.210.510.0835.574.0768.24
HexEAB972015338244a44
Octal352271162025631044112104
Binary11101010101110011110010010101110011100010010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB972; }

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

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

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

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

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

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

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

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