#EFBC6A

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

Shades of Harvest Gold #EFBC6A

Tints of Harvest Gold #EFBC6A

Color information

#EFBC6A (or 0xEFBC6A) is unknown color: approx Harvest Gold. HEX triplet: EF, BC and 6A. RGB value is (239,188,106). Sum of RGB (Red+Green+Blue) = 239+188+106=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6A is #104395. Grayscale: #C2C2C2. Windows color (decimal): -1065878 or 6995183. OLE color: 6995183.

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

Color convert

RGB239188106-
CMYK00.210.560.06
HSL36.99º80.61%67.65%-
HSV(B)36.99º55.65%93.73%-
XYZ56.1855.3621.36-
YUV193.978.4160.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=44.84%
G=35.27%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918810600.210.560.0636.9980.6167.65
HexEFBC6A015386255144
Octal35727415202570645121104
Binary1110111110111100110101001010111100011010010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC6A; }

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

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

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

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

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

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

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

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