#EFBF73

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

Shades of Harvest Gold #EFBF73

Tints of Harvest Gold #EFBF73

Color information

#EFBF73 (or 0xEFBF73) is unknown color: approx Harvest Gold. HEX triplet: EF, BF and 73. RGB value is (239,191,115). Sum of RGB (Red+Green+Blue) = 239+191+115=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF73 is #10408C. Grayscale: #C5C5C5. Windows color (decimal): -1065101 or 7585775. OLE color: 7585775.

HSL color Cylindrical-coordinate representation of color #EFBF73: hue angle of 36.77º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFBF73 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239191115-
CMYK00.200.520.06
HSL36.77º79.49%69.41%-
HSV(B)36.77º51.88%93.73%-
XYZ57.3256.8524.17-
YUV196.6981.9158.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 115 (45.31% from 255) = 21.10%
R=43.85%
G=35.05%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919111500.200.520.0636.7779.4969.41
HexEFBF73014346254f45
Octal35727716302464645117105
Binary1110111110111111111001101010011010011010010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF73; }

 p { color: rgb(239,191,115); }

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

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

 a { background-color: rgb(239,191,115); }

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

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

 span { border-color: rgb(239,191,115); }

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