#efb36f

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

Shades of Harvest Gold #EFB36F

Tints of Harvest Gold #EFB36F

Color information

#EFB36F (or 0xEFB36F) is unknown color: approx Harvest Gold. HEX triplet: EF, B3 and 6F. RGB value is (239,179,111). Sum of RGB (Red+Green+Blue) = 239+179+111=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB36F is #104C90. Grayscale: #BDBDBD. Windows color (decimal): -1068177 or 7320559. OLE color: 7320559.

HSL color Cylindrical-coordinate representation of color #EFB36F: hue angle of 31.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFB36F is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239179111-
CMYK00.250.540.06
HSL31.88º80%68.63%-
HSV(B)31.88º53.56%93.73%-
XYZ54.5951.7422.15-
YUV189.1983.88163.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 111 (43.75% from 255) = 20.98%
R=45.18%
G=33.84%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917911100.250.540.0631.888068.63
HexEFB36F019366205045
Octal35726315703166640120105
Binary1110111110110011110111101100111011011010000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efb36f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efb36f; }

 p { color: rgb(239,179,111); }

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

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

 a { background-color: rgb(239,179,111); }

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

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

 span { border-color: rgb(239,179,111); }

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