#ECBF60

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

Shades of Harvest Gold #ECBF60

Tints of Harvest Gold #ECBF60

Color information

#ECBF60 (or 0xECBF60) is unknown color: approx Harvest Gold. HEX triplet: EC, BF and 60. RGB value is (236,191,96). Sum of RGB (Red+Green+Blue) = 236+191+96=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF60 is #13409F. Grayscale: #C2C2C2. Windows color (decimal): -1261728 or 6340588. OLE color: 6340588.

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

Color convert

RGB23619196-
CMYK00.190.590.07
HSL40.71º78.65%65.1%-
HSV(B)40.71º59.32%92.55%-
XYZ55.3355.9418.95-
YUV193.6272.91158.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=45.12%
G=36.52%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361919600.190.590.0740.7178.6565.1
HexECBF600133B7294f41
Octal35427714002373751117101
Binary1110110010111111110000001001111101111110100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF60; }

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

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

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

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

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

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

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

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