#ECBB60

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

Shades of Harvest Gold #ECBB60

Tints of Harvest Gold #ECBB60

Color information

#ECBB60 (or 0xECBB60) is unknown color: approx Harvest Gold. HEX triplet: EC, BB and 60. RGB value is (236,187,96). Sum of RGB (Red+Green+Blue) = 236+187+96=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB60 is #13449F. Grayscale: #BFBFBF. Windows color (decimal): -1262752 or 6339564. OLE color: 6339564.

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

Color convert

RGB23618796-
CMYK00.210.590.07
HSL39º78.65%65.1%-
HSV(B)39º59.32%92.55%-
XYZ54.4754.2218.66-
YUV191.2874.23159.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 96 (37.89% from 255) = 18.50%
R=45.47%
G=36.03%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361879600.210.590.073978.6565.1
HexECBB600153B7274f41
Octal35427314002573747117101
Binary1110110010111011110000001010111101111110011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBB60; }

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

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

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

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

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

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

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

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