#ECB160

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

Shades of Harvest Gold #ECB160

Tints of Harvest Gold #ECB160

Color information

#ECB160 (or 0xECB160) is unknown color: approx Harvest Gold. HEX triplet: EC, B1 and 60. RGB value is (236,177,96). Sum of RGB (Red+Green+Blue) = 236+177+96=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB160 is #134E9F. Grayscale: #B9B9B9. Windows color (decimal): -1265312 or 6337004. OLE color: 6337004.

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

Color convert

RGB23617796-
CMYK00.250.590.07
HSL34.71º78.65%65.1%-
HSV(B)34.71º59.32%92.55%-
XYZ52.4350.1217.98-
YUV185.4177.55164.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=46.37%
G=34.77%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361779600.250.590.0734.7178.6565.1
HexECB1600193B7234f41
Octal35426114003173743117101
Binary1110110010110001110000001100111101111110001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB160; }

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

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

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

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

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

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

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

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