#EAB765

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

Shades of Harvest Gold #EAB765

Tints of Harvest Gold #EAB765

Color information

#EAB765 (or 0xEAB765) is unknown color: approx Harvest Gold. HEX triplet: EA, B7 and 65. RGB value is (234,183,101). Sum of RGB (Red+Green+Blue) = 234+183+101=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB765 is #15489A. Grayscale: #BDBDBD. Windows color (decimal): -1394843 or 6666218. OLE color: 6666218.

HSL color Cylindrical-coordinate representation of color #EAB765: hue angle of 36.99º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAB765 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB234183101-
CMYK00.220.570.08
HSL36.99º76%65.69%-
HSV(B)36.99º56.84%91.76%-
XYZ53.2152.319.6-
YUV188.978.4160.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=45.17%
G=35.33%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418310100.220.570.0836.997665.69
HexEAB765016398254c42
Octal352267145026711045114102
Binary11101010101101111100101010110111001100010010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB765; }

 p { color: rgb(234,183,101); }

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

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

 a { background-color: rgb(234,183,101); }

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

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

 span { border-color: rgb(234,183,101); }

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