#ECB460

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

Shades of Harvest Gold #ECB460

Tints of Harvest Gold #ECB460

Color information

#ECB460 (or 0xECB460) is unknown color: approx Harvest Gold. HEX triplet: EC, B4 and 60. RGB value is (236,180,96). Sum of RGB (Red+Green+Blue) = 236+180+96=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB460 is #134B9F. Grayscale: #BBBBBB. Windows color (decimal): -1264544 or 6337772. OLE color: 6337772.

HSL color Cylindrical-coordinate representation of color #ECB460: hue angle of 36º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECB460 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23618096-
CMYK00.240.590.07
HSL36º78.65%65.1%-
HSV(B)36º59.32%92.55%-
XYZ53.0251.3218.18-
YUV187.1776.55162.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=46.09%
G=35.16%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361809600.240.590.073678.6565.1
HexECB4600183B7244f41
Octal35426414003073744117101
Binary1110110010110100110000001100011101111110010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB460; }

 p { color: rgb(236,180,96); }

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

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

 a { background-color: rgb(236,180,96); }

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

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

 span { border-color: rgb(236,180,96); }

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