#ECB864

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

Shades of Harvest Gold #ECB864

Tints of Harvest Gold #ECB864

Color information

#ECB864 (or 0xECB864) is unknown color: approx Harvest Gold. HEX triplet: EC, B8 and 64. RGB value is (236,184,100). Sum of RGB (Red+Green+Blue) = 236+184+100=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB864 is #13479B. Grayscale: #BEBEBE. Windows color (decimal): -1263516 or 6600940. OLE color: 6600940.

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

Color convert

RGB236184100-
CMYK00.220.580.07
HSL37.06º78.16%65.88%-
HSV(B)37.06º57.63%92.55%-
XYZ54.0353.0319.45-
YUV189.9777.23160.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 100 (39.45% from 255) = 19.23%
R=45.38%
G=35.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618410000.220.580.0737.0678.1665.88
HexECB8640163A7254e42
Octal35427014402672745116102
Binary1110110010111000110010001011011101011110010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB864; }

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

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

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

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

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

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

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

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