#e5c063

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

Shades of Harvest Gold #E5C063

Tints of Harvest Gold #E5C063

Color information

#E5C063 (or 0xE5C063) is unknown color: approx Harvest Gold. HEX triplet: E5, C0 and 63. RGB value is (229,192,99). Sum of RGB (Red+Green+Blue) = 229+192+99=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C063 is #1A3F9C. Grayscale: #C0C0C0. Windows color (decimal): -1720221 or 6537445. OLE color: 6537445.

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

Color convert

RGB22919299-
CMYK00.160.570.10
HSL42.92º71.43%64.31%-
HSV(B)42.92º56.77%89.8%-
XYZ53.4155.2619.66-
YUV192.4675.26154.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 99 (39.06% from 255) = 19.04%
R=44.04%
G=36.92%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291929900.160.570.1042.9271.4364.31
HexE5C06301039A2b4740
Octal345300143020711253107100
Binary11100101110000001100011010000111001101010101110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c063; }

 p { color: rgb(229,192,99); }

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

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

 a { background-color: rgb(229,192,99); }

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

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

 span { border-color: rgb(229,192,99); }

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