#E5BA60

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

Shades of Harvest Gold #E5BA60

Tints of Harvest Gold #E5BA60

Color information

#E5BA60 (or 0xE5BA60) is unknown color: approx Harvest Gold. HEX triplet: E5, BA and 60. RGB value is (229,186,96). Sum of RGB (Red+Green+Blue) = 229+186+96=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA60 is #1A459F. Grayscale: #BDBDBD. Windows color (decimal): -1721760 or 6339301. OLE color: 6339301.

HSL color Cylindrical-coordinate representation of color #E5BA60: hue angle of 40.6º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5BA60 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22918696-
CMYK00.190.580.10
HSL40.6º71.89%63.73%-
HSV(B)40.6º58.08%89.8%-
XYZ51.9852.6218.48-
YUV188.675.75156.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.81%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=44.81%
G=36.40%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291869600.190.580.1040.671.8963.73
HexE5BA600133AA294840
Octal345272140023721251110100
Binary11100101101110101100000010011111010101010100110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA60; }

 p { color: rgb(229,186,96); }

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

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

 a { background-color: rgb(229,186,96); }

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

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

 span { border-color: rgb(229,186,96); }

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