#EFBD61

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

Shades of Harvest Gold #EFBD61

Tints of Harvest Gold #EFBD61

Color information

#EFBD61 (or 0xEFBD61) is unknown color: approx Harvest Gold. HEX triplet: EF, BD and 61. RGB value is (239,189,97). Sum of RGB (Red+Green+Blue) = 239+189+97=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD61 is #10429E. Grayscale: #C1C1C1. Windows color (decimal): -1065631 or 6405615. OLE color: 6405615.

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

Color convert

RGB23918997-
CMYK00.210.590.06
HSL38.87º81.61%65.88%-
HSV(B)38.87º59.41%93.73%-
XYZ55.9555.6119.09-
YUV193.4673.56160.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=45.52%
G=36%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391899700.210.590.0638.8781.6165.88
HexEFBD610153B6275242
Octal35727514102573647122102
Binary1110111110111101110000101010111101111010011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD61; }

 p { color: rgb(239,189,97); }

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

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

 a { background-color: rgb(239,189,97); }

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

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

 span { border-color: rgb(239,189,97); }

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