#EFB86A

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

Shades of Harvest Gold #EFB86A

Tints of Harvest Gold #EFB86A

Color information

#EFB86A (or 0xEFB86A) is unknown color: approx Harvest Gold. HEX triplet: EF, B8 and 6A. RGB value is (239,184,106). Sum of RGB (Red+Green+Blue) = 239+184+106=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86A is #104795. Grayscale: #BFBFBF. Windows color (decimal): -1066902 or 6994159. OLE color: 6994159.

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

Color convert

RGB239184106-
CMYK00.230.560.06
HSL35.19º80.61%67.65%-
HSV(B)35.19º55.65%93.73%-
XYZ55.3453.6721.08-
YUV191.5579.72161.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=45.18%
G=34.78%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918410600.230.560.0635.1980.6167.65
HexEFB86A017386235144
Octal35727015202770643121104
Binary1110111110111000110101001011111100011010001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB86A; }

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

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

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

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

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

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

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

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