#EFB760

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

Shades of Harvest Gold #EFB760

Tints of Harvest Gold #EFB760

Color information

#EFB760 (or 0xEFB760) is unknown color: approx Harvest Gold. HEX triplet: EF, B7 and 60. RGB value is (239,183,96). Sum of RGB (Red+Green+Blue) = 239+183+96=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB760 is #10489F. Grayscale: #BEBEBE. Windows color (decimal): -1067168 or 6338543. OLE color: 6338543.

HSL color Cylindrical-coordinate representation of color #EFB760: hue angle of 36.5º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFB760 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23918396-
CMYK00.230.600.06
HSL36.5º81.71%65.69%-
HSV(B)36.5º59.83%93.73%-
XYZ54.6453.0618.43-
YUV189.8375.05163.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.14%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 96 (37.89% from 255) = 18.53%
R=46.14%
G=35.33%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391839600.230.600.0636.581.7165.69
HexEFB7600173C6255242
Octal35726714002774645122102
Binary1110111110110111110000001011111110011010010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB760; }

 p { color: rgb(239,183,96); }

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

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

 a { background-color: rgb(239,183,96); }

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

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

 span { border-color: rgb(239,183,96); }

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