#EFB860

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

Shades of Harvest Gold #EFB860

Tints of Harvest Gold #EFB860

Color information

#EFB860 (or 0xEFB860) is unknown color: approx Harvest Gold. HEX triplet: EF, B8 and 60. RGB value is (239,184,96). Sum of RGB (Red+Green+Blue) = 239+184+96=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB860 is #10479F. Grayscale: #BEBEBE. Windows color (decimal): -1066912 or 6338799. OLE color: 6338799.

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

Color convert

RGB23918496-
CMYK00.230.600.06
HSL36.92º81.71%65.69%-
HSV(B)36.92º59.83%93.73%-
XYZ54.8553.4818.5-
YUV190.4174.72162.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 96 (37.89% from 255) = 18.50%
R=46.05%
G=35.45%
B=18.50%

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
Decimal2391849600.230.600.0636.9281.7165.69
HexEFB8600173C6255242
Octal35727014002774645122102
Binary1110111110111000110000001011111110011010010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB860; }

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

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

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

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

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

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

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

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