#EFBA72

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

Shades of Harvest Gold #EFBA72

Tints of Harvest Gold #EFBA72

Color information

#EFBA72 (or 0xEFBA72) is unknown color: approx Harvest Gold. HEX triplet: EF, BA and 72. RGB value is (239,186,114). Sum of RGB (Red+Green+Blue) = 239+186+114=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA72 is #10458D. Grayscale: #C1C1C1. Windows color (decimal): -1066382 or 7518959. OLE color: 7518959.

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

Color convert

RGB239186114-
CMYK00.220.520.06
HSL34.56º79.62%69.22%-
HSV(B)34.56º52.3%93.73%-
XYZ56.1954.6823.51-
YUV193.6483.06160.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 114 (44.92% from 255) = 21.15%
R=44.34%
G=34.51%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918611400.220.520.0634.5679.6269.22
HexEFBA72016346235045
Octal35727216202664643120105
Binary1110111110111010111001001011011010011010001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA72; }

 p { color: rgb(239,186,114); }

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

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

 a { background-color: rgb(239,186,114); }

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

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

 span { border-color: rgb(239,186,114); }

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