#EFB86D

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

Shades of Harvest Gold #EFB86D

Tints of Harvest Gold #EFB86D

Color information

#EFB86D (or 0xEFB86D) is unknown color: approx Harvest Gold. HEX triplet: EF, B8 and 6D. RGB value is (239,184,109). Sum of RGB (Red+Green+Blue) = 239+184+109=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86D is #104792. Grayscale: #C0C0C0. Windows color (decimal): -1066899 or 7190767. OLE color: 7190767.

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

Color convert

RGB239184109-
CMYK00.230.540.06
HSL34.62º80.25%68.24%-
HSV(B)34.62º54.39%93.73%-
XYZ55.553.7421.92-
YUV191.981.22161.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 109 (42.97% from 255) = 20.49%
R=44.92%
G=34.59%
B=20.49%

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
Decimal23918410900.230.540.0634.6280.2568.24
HexEFB86D017366235044
Octal35727015502766643120104
Binary1110111110111000110110101011111011011010001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB86D; }

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

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

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

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

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

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

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

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