#ECBA5F

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

Shades of Harvest Gold #ECBA5F

Tints of Harvest Gold #ECBA5F

Color information

#ECBA5F (or 0xECBA5F) is unknown color: approx Harvest Gold. HEX triplet: EC, BA and 5F. RGB value is (236,186,95). Sum of RGB (Red+Green+Blue) = 236+186+95=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA5F is #1345A0. Grayscale: #BEBEBE. Windows color (decimal): -1263009 or 6273772. OLE color: 6273772.

HSL color Cylindrical-coordinate representation of color #ECBA5F: hue angle of 38.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECBA5F is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23618695-
CMYK00.210.600.07
HSL38.72º78.77%64.9%-
HSV(B)38.72º59.75%92.55%-
XYZ54.2253.7818.35-
YUV190.5874.06160.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=45.65%
G=35.98%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361869500.210.600.0738.7278.7764.9
HexECBA5F0153C7274f41
Octal35427213702574747117101
Binary1110110010111010101111101010111110011110011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA5F; }

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

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

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

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

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

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

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

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