Shades of Moon Yellow #ECC210
Tints of Moon Yellow #ECC210
RGB
CMYK
RGB Variations
Color information
#ECC210 (or 0xECC210) is known color: Moon Yellow. HEX triplet: EC, C2 and 10. RGB value is (236,194,16). Sum of RGB (Red+Green+Blue) = 236+194+16=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC210 is #133DEF. Grayscale: #BBBBBB. Windows color (decimal): -1261040 or 1098476. OLE color: 1098476.
HSL color Cylindrical-coordinate representation of color #ECC210: hue angle of 48.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECC210 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.07 |
| HSL | 48.55º | 0.87% | 0.49% | - |
| HSV(B) | 48.55º | 0.93% | 0.93% | - |
| XYZ | 53.98 | 56.45 | 8.54 | - |
| YUV | 186.27 | 31.91 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 16 | 0 | 0.18 | 0.93 | 0.07 | 48.55 | 0.87 | 0.49 |
| Hex | EC | C2 | 10 | 0 | 12 | 5D | 7 | 31 | 57 | 31 |
| Octal | 354 | 302 | 20 | 0 | 22 | 135 | 7 | 61 | 127 | 61 |
| Binary | 11101100 | 11000010 | 10000 | 0 | 10010 | 1011101 | 111 | 110001 | 1010111 | 110001 |
Color Harmonies of #ECC210
Complementary color
Monochromatic Colors of #ECC210
Black with #ECC210
Text Example
Text Example
White with #ECC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC210; }
p { color: rgb(236,194,16); }
H1.HeaderClassName
{
color: #ECC210;
}
.AnyTagClassName
{
color: #ECC210;
}
</style>
background-color css
<style>
a { background-color: #ECC210; }
a { background-color: rgb(236,194,16); }
div.DivClassName
{
background-color: #ECC210;
}
.BgClassName
{
background-color: #ECC210;
}
</style>
border-color css
<style>
span { border-color: #ECC210; }
span { border-color: rgb(236,194,16); }
td.TdClassName
{
border-color: #ECC210;
}
.TagClassName
{
border-color: #ECC210;
}
</style>