#EFB573

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

Shades of Harvest Gold #EFB573

Tints of Harvest Gold #EFB573

Color information

#EFB573 (or 0xEFB573) is unknown color: approx Harvest Gold. HEX triplet: EF, B5 and 73. RGB value is (239,181,115). Sum of RGB (Red+Green+Blue) = 239+181+115=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB573 is #104A8C. Grayscale: #BFBFBF. Windows color (decimal): -1067661 or 7583215. OLE color: 7583215.

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

Color convert

RGB239181115-
CMYK00.240.520.06
HSL31.94º79.49%69.41%-
HSV(B)31.94º51.88%93.73%-
XYZ55.2152.6423.47-
YUV190.8285.22162.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 115 (45.31% from 255) = 21.50%
R=44.67%
G=33.83%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918111500.240.520.0631.9479.4969.41
HexEFB573018346204f45
Octal35726516303064640117105
Binary1110111110110101111001101100011010011010000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB573; }

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

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

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

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

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

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

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

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