#EFB062

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

Shades of Harvest Gold #EFB062

Tints of Harvest Gold #EFB062

Color information

#EFB062 (or 0xEFB062) is unknown color: approx Harvest Gold. HEX triplet: EF, B0 and 62. RGB value is (239,176,98). Sum of RGB (Red+Green+Blue) = 239+176+98=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB062 is #104F9D. Grayscale: #BABABA. Windows color (decimal): -1068958 or 6467823. OLE color: 6467823.

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

Color convert

RGB23917698-
CMYK00.260.590.06
HSL33.19º81.5%66.08%-
HSV(B)33.19º59%93.73%-
XYZ53.3350.2818.45-
YUV185.9478.37165.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 98 (38.67% from 255) = 19.10%
R=46.59%
G=34.31%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391769800.260.590.0633.1981.566.08
HexEFB06201A3B6215242
Octal35726014203273641122102
Binary1110111110110000110001001101011101111010000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB062; }

 p { color: rgb(239,176,98); }

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

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

 a { background-color: rgb(239,176,98); }

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

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

 span { border-color: rgb(239,176,98); }

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