Shades of Moon Yellow #ECC512
Tints of Moon Yellow #ECC512
RGB
CMYK
RGB Variations
Color information
#ECC512 (or 0xECC512) is known color: Moon Yellow. HEX triplet: EC, C5 and 12. RGB value is (236,197,18). Sum of RGB (Red+Green+Blue) = 236+197+18=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC512 is #133AED. Grayscale: #BDBDBD. Windows color (decimal): -1260270 or 1230316. OLE color: 1230316.
HSL color Cylindrical-coordinate representation of color #ECC512: hue angle of 49.27º 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 #ECC512 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 49.27º | 0.86% | 0.5% | - |
| HSV(B) | 49.27º | 0.92% | 0.93% | - |
| XYZ | 54.67 | 57.81 | 8.85 | - |
| YUV | 188.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 18 | 0 | 0.17 | 0.92 | 0.07 | 49.27 | 0.86 | 0.5 |
| Hex | EC | C5 | 12 | 0 | 11 | 5C | 7 | 31 | 56 | 32 |
| Octal | 354 | 305 | 22 | 0 | 21 | 134 | 7 | 61 | 126 | 62 |
| Binary | 11101100 | 11000101 | 10010 | 0 | 10001 | 1011100 | 111 | 110001 | 1010110 | 110010 |
Color Harmonies of #ECC512
Complementary color
Monochromatic Colors of #ECC512
Black with #ECC512
Text Example
Text Example
White with #ECC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC512; }
p { color: rgb(236,197,18); }
H1.HeaderClassName
{
color: #ECC512;
}
.AnyTagClassName
{
color: #ECC512;
}
</style>
background-color css
<style>
a { background-color: #ECC512; }
a { background-color: rgb(236,197,18); }
div.DivClassName
{
background-color: #ECC512;
}
.BgClassName
{
background-color: #ECC512;
}
</style>
border-color css
<style>
span { border-color: #ECC512; }
span { border-color: rgb(236,197,18); }
td.TdClassName
{
border-color: #ECC512;
}
.TagClassName
{
border-color: #ECC512;
}
</style>