Shades of Moon Yellow #ECC520
Tints of Moon Yellow #ECC520
RGB
CMYK
RGB Variations
Color information
#ECC520 (or 0xECC520) is known color: Moon Yellow. HEX triplet: EC, C5 and 20. RGB value is (236,197,32). Sum of RGB (Red+Green+Blue) = 236+197+32=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC520 is #133ADF. Grayscale: #BEBEBE. Windows color (decimal): -1260256 or 2147820. OLE color: 2147820.
HSL color Cylindrical-coordinate representation of color #ECC520: hue angle of 48.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECC520 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 32 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.07 |
| HSL | 48.53º | 0.84% | 0.53% | - |
| HSV(B) | 48.53º | 0.86% | 0.93% | - |
| XYZ | 54.82 | 57.87 | 9.65 | - |
| YUV | 189.85 | 38.92 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 32 | 0 | 0.17 | 0.86 | 0.07 | 48.53 | 0.84 | 0.53 |
| Hex | EC | C5 | 20 | 0 | 11 | 56 | 7 | 31 | 54 | 35 |
| Octal | 354 | 305 | 40 | 0 | 21 | 126 | 7 | 61 | 124 | 65 |
| Binary | 11101100 | 11000101 | 100000 | 0 | 10001 | 1010110 | 111 | 110001 | 1010100 | 110101 |
Color Harmonies of #ECC520
Complementary color
Monochromatic Colors of #ECC520
Black with #ECC520
Text Example
Text Example
White with #ECC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC520; }
p { color: rgb(236,197,32); }
H1.HeaderClassName
{
color: #ECC520;
}
.AnyTagClassName
{
color: #ECC520;
}
</style>
background-color css
<style>
a { background-color: #ECC520; }
a { background-color: rgb(236,197,32); }
div.DivClassName
{
background-color: #ECC520;
}
.BgClassName
{
background-color: #ECC520;
}
</style>
border-color css
<style>
span { border-color: #ECC520; }
span { border-color: rgb(236,197,32); }
td.TdClassName
{
border-color: #ECC520;
}
.TagClassName
{
border-color: #ECC520;
}
</style>