#ECC063

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

Shades of Harvest Gold #ECC063

Tints of Harvest Gold #ECC063

Color information

#ECC063 (or 0xECC063) is unknown color: approx Harvest Gold. HEX triplet: EC, C0 and 63. RGB value is (236,192,99). Sum of RGB (Red+Green+Blue) = 236+192+99=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC063 is #133F9C. Grayscale: #C2C2C2. Windows color (decimal): -1261469 or 6537452. OLE color: 6537452.

HSL color Cylindrical-coordinate representation of color #ECC063: hue angle of 40.73º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC063 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23619299-
CMYK00.190.580.07
HSL40.73º78.29%65.69%-
HSV(B)40.73º58.05%92.55%-
XYZ55.6956.4319.76-
YUV194.5574.08157.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=44.78%
G=36.43%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2361929900.190.580.0740.7378.2965.69
HexECC0630133A7294e42
Octal35430014302372751116102
Binary1110110011000000110001101001111101011110100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC063; }

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

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

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

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

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

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

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

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