#ECC163

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

Shades of Harvest Gold #ECC163

Tints of Harvest Gold #ECC163

Color information

#ECC163 (or 0xECC163) is unknown color: approx Harvest Gold. HEX triplet: EC, C1 and 63. RGB value is (236,193,99). Sum of RGB (Red+Green+Blue) = 236+193+99=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC163 is #133E9C. Grayscale: #C3C3C3. Windows color (decimal): -1261213 or 6537708. OLE color: 6537708.

HSL color Cylindrical-coordinate representation of color #ECC163: hue angle of 41.17º 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 #ECC163 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23619399-
CMYK00.180.580.07
HSL41.17º78.29%65.69%-
HSV(B)41.17º58.05%92.55%-
XYZ55.9156.8719.84-
YUV195.1473.75157.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 99 (39.06% from 255) = 18.75%
R=44.70%
G=36.55%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361939900.180.580.0741.1778.2965.69
HexECC1630123A7294e42
Octal35430114302272751116102
Binary1110110011000001110001101001011101011110100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC163; }

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

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

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

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

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

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

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

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