#EFBC65

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

Shades of Harvest Gold #EFBC65

Tints of Harvest Gold #EFBC65

Color information

#EFBC65 (or 0xEFBC65) is unknown color: approx Harvest Gold. HEX triplet: EF, BC and 65. RGB value is (239,188,101). Sum of RGB (Red+Green+Blue) = 239+188+101=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC65 is #10439A. Grayscale: #C1C1C1. Windows color (decimal): -1065883 or 6667503. OLE color: 6667503.

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

Color convert

RGB239188101-
CMYK00.210.580.06
HSL37.83º81.18%66.67%-
HSV(B)37.83º57.74%93.73%-
XYZ55.9355.2620.03-
YUV193.3375.9160.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=45.27%
G=35.61%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918810100.210.580.0637.8381.1866.67
HexEFBC650153A6265143
Octal35727414502572646121103
Binary1110111110111100110010101010111101011010011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC65; }

 p { color: rgb(239,188,101); }

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

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

 a { background-color: rgb(239,188,101); }

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

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

 span { border-color: rgb(239,188,101); }

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