#ECC164

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

Shades of Harvest Gold #ECC164

Tints of Harvest Gold #ECC164

Color information

#ECC164 (or 0xECC164) is unknown color: approx Harvest Gold. HEX triplet: EC, C1 and 64. RGB value is (236,193,100). Sum of RGB (Red+Green+Blue) = 236+193+100=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC164 is #133E9B. Grayscale: #C3C3C3. Windows color (decimal): -1261212 or 6603244. OLE color: 6603244.

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

Color convert

RGB236193100-
CMYK00.180.580.07
HSL41.03º78.16%65.88%-
HSV(B)41.03º57.63%92.55%-
XYZ55.9656.8920.09-
YUV195.2674.25157.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=44.61%
G=36.48%
B=18.90%

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
Decimal23619310000.180.580.0741.0378.1665.88
HexECC1640123A7294e42
Octal35430114402272751116102
Binary1110110011000001110010001001011101011110100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC164; }

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

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

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

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

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

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

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

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