#EFB06D

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

Shades of Harvest Gold #EFB06D

Tints of Harvest Gold #EFB06D

Color information

#EFB06D (or 0xEFB06D) is unknown color: approx Harvest Gold. HEX triplet: EF, B0 and 6D. RGB value is (239,176,109). Sum of RGB (Red+Green+Blue) = 239+176+109=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06D is #104F92. Grayscale: #BBBBBB. Windows color (decimal): -1068947 or 7188719. OLE color: 7188719.

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

Color convert

RGB239176109-
CMYK00.260.540.06
HSL30.92º80.25%68.24%-
HSV(B)30.92º54.39%93.73%-
XYZ53.8850.5121.38-
YUV187.283.87164.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=45.61%
G=33.59%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917610900.260.540.0630.9280.2568.24
HexEFB06D01A3661f5044
Octal35726015503266637120104
Binary111011111011000011011010110101101101101111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB06D; }

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

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

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

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

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

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

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

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