#ECBA61

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

Shades of Harvest Gold #ECBA61

Tints of Harvest Gold #ECBA61

Color information

#ECBA61 (or 0xECBA61) is unknown color: approx Harvest Gold. HEX triplet: EC, BA and 61. RGB value is (236,186,97). Sum of RGB (Red+Green+Blue) = 236+186+97=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA61 is #13459E. Grayscale: #BFBFBF. Windows color (decimal): -1263007 or 6404844. OLE color: 6404844.

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

Color convert

RGB23618697-
CMYK00.210.590.07
HSL38.42º78.53%65.29%-
HSV(B)38.42º58.9%92.55%-
XYZ54.3153.8118.83-
YUV190.875.06160.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=45.47%
G=35.84%
B=18.69%

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
Decimal2361869700.210.590.0738.4278.5365.29
HexECBA610153B7264f41
Octal35427214102573746117101
Binary1110110010111010110000101010111101111110011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA61; }

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

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

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

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

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

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

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

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