#EAB86A

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

Shades of Harvest Gold #EAB86A

Tints of Harvest Gold #EAB86A

Color information

#EAB86A (or 0xEAB86A) is unknown color: approx Harvest Gold. HEX triplet: EA, B8 and 6A. RGB value is (234,184,106). Sum of RGB (Red+Green+Blue) = 234+184+106=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB86A is #154795. Grayscale: #BEBEBE. Windows color (decimal): -1394582 or 6994154. OLE color: 6994154.

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

Color convert

RGB234184106-
CMYK00.210.550.08
HSL36.56º75.29%66.67%-
HSV(B)36.56º54.7%91.76%-
XYZ53.6752.8121-
YUV190.0680.56159.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=44.66%
G=35.11%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418410600.210.550.0836.5675.2966.67
HexEAB86A015378254b43
Octal352270152025671045113103
Binary11101010101110001101010010101110111100010010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB86A; }

 p { color: rgb(234,184,106); }

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

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

 a { background-color: rgb(234,184,106); }

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

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

 span { border-color: rgb(234,184,106); }

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