Shades of Moon Yellow #ECC012
Tints of Moon Yellow #ECC012
RGB
CMYK
RGB Variations
Color information
#ECC012 (or 0xECC012) is known color: Moon Yellow. HEX triplet: EC, C0 and 12. RGB value is (236,192,18). Sum of RGB (Red+Green+Blue) = 236+192+18=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC012 is #133FED. Grayscale: #BABABA. Windows color (decimal): -1261550 or 1229036. OLE color: 1229036.
HSL color Cylindrical-coordinate representation of color #ECC012: hue angle of 47.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECC012 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 18 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.89º | 0.86% | 0.5% | - |
| HSV(B) | 47.89º | 0.92% | 0.93% | - |
| XYZ | 53.55 | 55.58 | 8.48 | - |
| YUV | 185.32 | 33.58 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 18 | 0 | 0.19 | 0.92 | 0.07 | 47.89 | 0.86 | 0.5 |
| Hex | EC | C0 | 12 | 0 | 13 | 5C | 7 | 30 | 56 | 32 |
| Octal | 354 | 300 | 22 | 0 | 23 | 134 | 7 | 60 | 126 | 62 |
| Binary | 11101100 | 11000000 | 10010 | 0 | 10011 | 1011100 | 111 | 110000 | 1010110 | 110010 |
Color Harmonies of #ECC012
Complementary color
Monochromatic Colors of #ECC012
Black with #ECC012
Text Example
Text Example
White with #ECC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC012; }
p { color: rgb(236,192,18); }
H1.HeaderClassName
{
color: #ECC012;
}
.AnyTagClassName
{
color: #ECC012;
}
</style>
background-color css
<style>
a { background-color: #ECC012; }
a { background-color: rgb(236,192,18); }
div.DivClassName
{
background-color: #ECC012;
}
.BgClassName
{
background-color: #ECC012;
}
</style>
border-color css
<style>
span { border-color: #ECC012; }
span { border-color: rgb(236,192,18); }
td.TdClassName
{
border-color: #ECC012;
}
.TagClassName
{
border-color: #ECC012;
}
</style>