#EABA6F

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

Shades of Harvest Gold #EABA6F

Tints of Harvest Gold #EABA6F

Color information

#EABA6F (or 0xEABA6F) is unknown color: approx Harvest Gold. HEX triplet: EA, BA and 6F. RGB value is (234,186,111). Sum of RGB (Red+Green+Blue) = 234+186+111=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA6F is #154590. Grayscale: #C0C0C0. Windows color (decimal): -1394065 or 7322346. OLE color: 7322346.

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

Color convert

RGB234186111-
CMYK00.210.530.08
HSL36.59º74.55%67.65%-
HSV(B)36.59º52.56%91.76%-
XYZ54.3653.7622.55-
YUV191.882.4158.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 111 (43.75% from 255) = 20.90%
R=44.07%
G=35.03%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418611100.210.530.0836.5974.5567.65
HexEABA6F015358254b44
Octal352272157025651045113104
Binary11101010101110101101111010101110101100010010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA6F; }

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

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

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

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

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

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

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

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