Shades of Moon Yellow #ECC020
Tints of Moon Yellow #ECC020
RGB
CMYK
RGB Variations
Color information
#ECC020 (or 0xECC020) is known color: Moon Yellow. HEX triplet: EC, C0 and 20. RGB value is (236,192,32). Sum of RGB (Red+Green+Blue) = 236+192+32=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC020 is #133FDF. Grayscale: #BBBBBB. Windows color (decimal): -1261536 or 2146540. OLE color: 2146540.
HSL color Cylindrical-coordinate representation of color #ECC020: hue angle of 47.06º 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 #ECC020 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 32 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.07 |
| HSL | 47.06º | 0.84% | 0.53% | - |
| HSV(B) | 47.06º | 0.86% | 0.93% | - |
| XYZ | 53.7 | 55.64 | 9.27 | - |
| YUV | 186.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 32 | 0 | 0.19 | 0.86 | 0.07 | 47.06 | 0.84 | 0.53 |
| Hex | EC | C0 | 20 | 0 | 13 | 56 | 7 | 2F | 54 | 35 |
| Octal | 354 | 300 | 40 | 0 | 23 | 126 | 7 | 57 | 124 | 65 |
| Binary | 11101100 | 11000000 | 100000 | 0 | 10011 | 1010110 | 111 | 101111 | 1010100 | 110101 |
Color Harmonies of #ECC020
Complementary color
Monochromatic Colors of #ECC020
Black with #ECC020
Text Example
Text Example
White with #ECC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC020; }
p { color: rgb(236,192,32); }
H1.HeaderClassName
{
color: #ECC020;
}
.AnyTagClassName
{
color: #ECC020;
}
</style>
background-color css
<style>
a { background-color: #ECC020; }
a { background-color: rgb(236,192,32); }
div.DivClassName
{
background-color: #ECC020;
}
.BgClassName
{
background-color: #ECC020;
}
</style>
border-color css
<style>
span { border-color: #ECC020; }
span { border-color: rgb(236,192,32); }
td.TdClassName
{
border-color: #ECC020;
}
.TagClassName
{
border-color: #ECC020;
}
</style>