#EFB76D

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

Shades of Harvest Gold #EFB76D

Tints of Harvest Gold #EFB76D

Color information

#EFB76D (or 0xEFB76D) is unknown color: approx Harvest Gold. HEX triplet: EF, B7 and 6D. RGB value is (239,183,109). Sum of RGB (Red+Green+Blue) = 239+183+109=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB76D is #104892. Grayscale: #BFBFBF. Windows color (decimal): -1067155 or 7190511. OLE color: 7190511.

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

Color convert

RGB239183109-
CMYK00.230.540.06
HSL34.15º80.25%68.24%-
HSV(B)34.15º54.39%93.73%-
XYZ55.2953.3221.85-
YUV191.3181.55162.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=45.01%
G=34.46%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918310900.230.540.0634.1580.2568.24
HexEFB76D017366225044
Octal35726715502766642120104
Binary1110111110110111110110101011111011011010001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB76D; }

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

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

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

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

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

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

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

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