#EFB160

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

Shades of Harvest Gold #EFB160

Tints of Harvest Gold #EFB160

Color information

#EFB160 (or 0xEFB160) is unknown color: approx Harvest Gold. HEX triplet: EF, B1 and 60. RGB value is (239,177,96). Sum of RGB (Red+Green+Blue) = 239+177+96=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB160 is #104E9F. Grayscale: #BABABA. Windows color (decimal): -1068704 or 6337007. OLE color: 6337007.

HSL color Cylindrical-coordinate representation of color #EFB160: hue angle of 33.99º 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 #EFB160 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23917796-
CMYK00.260.600.06
HSL33.99º81.71%65.69%-
HSV(B)33.99º59.83%93.73%-
XYZ53.4350.6418.02-
YUV186.377.04165.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=46.68%
G=34.57%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391779600.260.600.0633.9981.7165.69
HexEFB16001A3C6225242
Octal35726114003274642122102
Binary1110111110110001110000001101011110011010001010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB160; }

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

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

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

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

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

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

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

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