#EFBA6D

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

Shades of Harvest Gold #EFBA6D

Tints of Harvest Gold #EFBA6D

Color information

#EFBA6D (or 0xEFBA6D) is unknown color: approx Harvest Gold. HEX triplet: EF, BA and 6D. RGB value is (239,186,109). Sum of RGB (Red+Green+Blue) = 239+186+109=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA6D is #104592. Grayscale: #C1C1C1. Windows color (decimal): -1066387 or 7191279. OLE color: 7191279.

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

Color convert

RGB239186109-
CMYK00.220.540.06
HSL35.54º80.25%68.24%-
HSV(B)35.54º54.39%93.73%-
XYZ55.9254.5722.05-
YUV193.0780.56160.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 109 (42.97% from 255) = 20.41%
R=44.76%
G=34.83%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918610900.220.540.0635.5480.2568.24
HexEFBA6D016366245044
Octal35727215502666644120104
Binary1110111110111010110110101011011011011010010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA6D; }

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

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

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

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

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

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

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

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