#ECBC5F

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

Shades of Harvest Gold #ECBC5F

Tints of Harvest Gold #ECBC5F

Color information

#ECBC5F (or 0xECBC5F) is unknown color: approx Harvest Gold. HEX triplet: EC, BC and 5F. RGB value is (236,188,95). Sum of RGB (Red+Green+Blue) = 236+188+95=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC5F is #1343A0. Grayscale: #C0C0C0. Windows color (decimal): -1262497 or 6274284. OLE color: 6274284.

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

Color convert

RGB23618895-
CMYK00.200.600.07
HSL39.57º78.77%64.9%-
HSV(B)39.57º59.75%92.55%-
XYZ54.6454.6318.49-
YUV191.7573.4159.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 95 (37.5% from 255) = 18.30%
R=45.47%
G=36.22%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361889500.200.600.0739.5778.7764.9
HexECBC5F0143C7284f41
Octal35427413702474750117101
Binary1110110010111100101111101010011110011110100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBC5F; }

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

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

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

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

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

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

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

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