#ECB45F

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

Shades of Harvest Gold #ECB45F

Tints of Harvest Gold #ECB45F

Color information

#ECB45F (or 0xECB45F) is unknown color: approx Harvest Gold. HEX triplet: EC, B4 and 5F. RGB value is (236,180,95). Sum of RGB (Red+Green+Blue) = 236+180+95=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB45F is #134BA0. Grayscale: #BBBBBB. Windows color (decimal): -1264545 or 6272236. OLE color: 6272236.

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

Color convert

RGB23618095-
CMYK00.240.600.07
HSL36.17º78.77%64.9%-
HSV(B)36.17º59.75%92.55%-
XYZ52.9851.317.94-
YUV187.0576.05162.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=46.18%
G=35.23%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361809500.240.600.0736.1778.7764.9
HexECB45F0183C7244f41
Octal35426413703074744117101
Binary1110110010110100101111101100011110011110010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB45F; }

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

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

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

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

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

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

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

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