#ECB961

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

Shades of Harvest Gold #ECB961

Tints of Harvest Gold #ECB961

Color information

#ECB961 (or 0xECB961) is unknown color: approx Harvest Gold. HEX triplet: EC, B9 and 61. RGB value is (236,185,97). Sum of RGB (Red+Green+Blue) = 236+185+97=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB961 is #13469E. Grayscale: #BEBEBE. Windows color (decimal): -1263263 or 6404588. OLE color: 6404588.

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

Color convert

RGB23618597-
CMYK00.220.590.07
HSL37.99º78.53%65.29%-
HSV(B)37.99º58.9%92.55%-
XYZ54.153.3918.76-
YUV190.2275.4160.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=45.56%
G=35.71%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361859700.220.590.0737.9978.5365.29
HexECB9610163B7264f41
Octal35427114102673746117101
Binary1110110010111001110000101011011101111110011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB961; }

 p { color: rgb(236,185,97); }

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

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

 a { background-color: rgb(236,185,97); }

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

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

 span { border-color: rgb(236,185,97); }

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