#ECBB5F

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

Shades of Harvest Gold #ECBB5F

Tints of Harvest Gold #ECBB5F

Color information

#ECBB5F (or 0xECBB5F) is unknown color: approx Harvest Gold. HEX triplet: EC, BB and 5F. RGB value is (236,187,95). Sum of RGB (Red+Green+Blue) = 236+187+95=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB5F is #1344A0. Grayscale: #BFBFBF. Windows color (decimal): -1262753 or 6274028. OLE color: 6274028.

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

Color convert

RGB23618795-
CMYK00.210.600.07
HSL39.15º78.77%64.9%-
HSV(B)39.15º59.75%92.55%-
XYZ54.4354.218.42-
YUV191.1673.73159.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 95 (37.5% from 255) = 18.34%
R=45.56%
G=36.10%
B=18.34%

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
Decimal2361879500.210.600.0739.1578.7764.9
HexECBB5F0153C7274f41
Octal35427313702574747117101
Binary1110110010111011101111101010111110011110011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBB5F; }

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

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

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

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

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

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

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

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