Shades of Moon Yellow #ECC716
Tints of Moon Yellow #ECC716
RGB
CMYK
RGB Variations
Color information
#ECC716 (or 0xECC716) is known color: Moon Yellow. HEX triplet: EC, C7 and 16. RGB value is (236,199,22). Sum of RGB (Red+Green+Blue) = 236+199+22=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC716 is #1338E9. Grayscale: #BEBEBE. Windows color (decimal): -1259754 or 1492972. OLE color: 1492972.
HSL color Cylindrical-coordinate representation of color #ECC716: hue angle of 49.63º 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 #ECC716 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.07 |
| HSL | 49.63º | 0.85% | 0.51% | - |
| HSV(B) | 49.63º | 0.91% | 0.93% | - |
| XYZ | 55.16 | 58.74 | 9.19 | - |
| YUV | 189.89 | 33.26 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 22 | 0 | 0.16 | 0.91 | 0.07 | 49.63 | 0.85 | 0.51 |
| Hex | EC | C7 | 16 | 0 | 10 | 5B | 7 | 32 | 55 | 33 |
| Octal | 354 | 307 | 26 | 0 | 20 | 133 | 7 | 62 | 125 | 63 |
| Binary | 11101100 | 11000111 | 10110 | 0 | 10000 | 1011011 | 111 | 110010 | 1010101 | 110011 |
Color Harmonies of #ECC716
Complementary color
Monochromatic Colors of #ECC716
Black with #ECC716
Text Example
Text Example
White with #ECC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC716; }
p { color: rgb(236,199,22); }
H1.HeaderClassName
{
color: #ECC716;
}
.AnyTagClassName
{
color: #ECC716;
}
</style>
background-color css
<style>
a { background-color: #ECC716; }
a { background-color: rgb(236,199,22); }
div.DivClassName
{
background-color: #ECC716;
}
.BgClassName
{
background-color: #ECC716;
}
</style>
border-color css
<style>
span { border-color: #ECC716; }
span { border-color: rgb(236,199,22); }
td.TdClassName
{
border-color: #ECC716;
}
.TagClassName
{
border-color: #ECC716;
}
</style>