Shades of Moon Yellow #ECC816
Tints of Moon Yellow #ECC816
RGB
CMYK
RGB Variations
Color information
#ECC816 (or 0xECC816) is known color: Moon Yellow. HEX triplet: EC, C8 and 16. RGB value is (236,200,22). Sum of RGB (Red+Green+Blue) = 236+200+22=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC816 is #1337E9. Grayscale: #BFBFBF. Windows color (decimal): -1259498 or 1493228. OLE color: 1493228.
HSL color Cylindrical-coordinate representation of color #ECC816: hue angle of 49.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECC816 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.07 |
| HSL | 49.91º | 0.85% | 0.51% | - |
| HSV(B) | 49.91º | 0.91% | 0.93% | - |
| XYZ | 55.39 | 59.2 | 9.27 | - |
| YUV | 190.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 22 | 0 | 0.15 | 0.91 | 0.07 | 49.91 | 0.85 | 0.51 |
| Hex | EC | C8 | 16 | 0 | F | 5B | 7 | 32 | 55 | 33 |
| Octal | 354 | 310 | 26 | 0 | 17 | 133 | 7 | 62 | 125 | 63 |
| Binary | 11101100 | 11001000 | 10110 | 0 | 1111 | 1011011 | 111 | 110010 | 1010101 | 110011 |
Color Harmonies of #ECC816
Complementary color
Monochromatic Colors of #ECC816
Black with #ECC816
Text Example
Text Example
White with #ECC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC816; }
p { color: rgb(236,200,22); }
H1.HeaderClassName
{
color: #ECC816;
}
.AnyTagClassName
{
color: #ECC816;
}
</style>
background-color css
<style>
a { background-color: #ECC816; }
a { background-color: rgb(236,200,22); }
div.DivClassName
{
background-color: #ECC816;
}
.BgClassName
{
background-color: #ECC816;
}
</style>
border-color css
<style>
span { border-color: #ECC816; }
span { border-color: rgb(236,200,22); }
td.TdClassName
{
border-color: #ECC816;
}
.TagClassName
{
border-color: #ECC816;
}
</style>