#ECB56C

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

Shades of Harvest Gold #ECB56C

Tints of Harvest Gold #ECB56C

Color information

#ECB56C (or 0xECB56C) is unknown color: approx Harvest Gold. HEX triplet: EC, B5 and 6C. RGB value is (236,181,108). Sum of RGB (Red+Green+Blue) = 236+181+108=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB56C is #134A93. Grayscale: #BDBDBD. Windows color (decimal): -1264276 or 7124460. OLE color: 7124460.

HSL color Cylindrical-coordinate representation of color #ECB56C: hue angle of 34.22º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECB56C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB236181108-
CMYK00.230.540.07
HSL34.22º77.11%67.45%-
HSV(B)34.22º54.24%92.55%-
XYZ53.8251.9621.38-
YUV189.1282.22161.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 108 (42.58% from 255) = 20.57%
R=44.95%
G=34.48%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618110800.230.540.0734.2277.1167.45
HexECB56C017367224d43
Octal35426515402766742115103
Binary1110110010110101110110001011111011011110001010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB56C; }

 p { color: rgb(236,181,108); }

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

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

 a { background-color: rgb(236,181,108); }

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

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

 span { border-color: rgb(236,181,108); }

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