Shades of Moon Yellow #ECC212
Tints of Moon Yellow #ECC212
RGB
CMYK
RGB Variations
Color information
#ECC212 (or 0xECC212) is known color: Moon Yellow. HEX triplet: EC, C2 and 12. RGB value is (236,194,18). Sum of RGB (Red+Green+Blue) = 236+194+18=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC212 is #133DED. Grayscale: #BBBBBB. Windows color (decimal): -1261038 or 1229548. OLE color: 1229548.
HSL color Cylindrical-coordinate representation of color #ECC212: hue angle of 48.44º 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 #ECC212 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.07 |
| HSL | 48.44º | 0.86% | 0.5% | - |
| HSV(B) | 48.44º | 0.92% | 0.93% | - |
| XYZ | 53.99 | 56.46 | 8.62 | - |
| YUV | 186.49 | 32.91 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 18 | 0 | 0.18 | 0.92 | 0.07 | 48.44 | 0.86 | 0.5 |
| Hex | EC | C2 | 12 | 0 | 12 | 5C | 7 | 30 | 56 | 32 |
| Octal | 354 | 302 | 22 | 0 | 22 | 134 | 7 | 60 | 126 | 62 |
| Binary | 11101100 | 11000010 | 10010 | 0 | 10010 | 1011100 | 111 | 110000 | 1010110 | 110010 |
Color Harmonies of #ECC212
Complementary color
Monochromatic Colors of #ECC212
Black with #ECC212
Text Example
Text Example
White with #ECC212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC212; }
p { color: rgb(236,194,18); }
H1.HeaderClassName
{
color: #ECC212;
}
.AnyTagClassName
{
color: #ECC212;
}
</style>
background-color css
<style>
a { background-color: #ECC212; }
a { background-color: rgb(236,194,18); }
div.DivClassName
{
background-color: #ECC212;
}
.BgClassName
{
background-color: #ECC212;
}
</style>
border-color css
<style>
span { border-color: #ECC212; }
span { border-color: rgb(236,194,18); }
td.TdClassName
{
border-color: #ECC212;
}
.TagClassName
{
border-color: #ECC212;
}
</style>