Shades of Moon Yellow #ECC014
Tints of Moon Yellow #ECC014
RGB
CMYK
RGB Variations
Color information
#ECC014 (or 0xECC014) is known color: Moon Yellow. HEX triplet: EC, C0 and 14. RGB value is (236,192,20). Sum of RGB (Red+Green+Blue) = 236+192+20=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC014 is #133FEB. Grayscale: #BABABA. Windows color (decimal): -1261548 or 1360108. OLE color: 1360108.
HSL color Cylindrical-coordinate representation of color #ECC014: hue angle of 47.78º degrees, saturation: 0.85, 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 #ECC014 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.78º | 0.85% | 0.5% | - |
| HSV(B) | 47.78º | 0.92% | 0.93% | - |
| XYZ | 53.57 | 55.58 | 8.57 | - |
| YUV | 185.55 | 34.58 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 20 | 0 | 0.19 | 0.92 | 0.07 | 47.78 | 0.85 | 0.5 |
| Hex | EC | C0 | 14 | 0 | 13 | 5C | 7 | 30 | 55 | 32 |
| Octal | 354 | 300 | 24 | 0 | 23 | 134 | 7 | 60 | 125 | 62 |
| Binary | 11101100 | 11000000 | 10100 | 0 | 10011 | 1011100 | 111 | 110000 | 1010101 | 110010 |
Color Harmonies of #ECC014
Complementary color
Monochromatic Colors of #ECC014
Black with #ECC014
Text Example
Text Example
White with #ECC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC014; }
p { color: rgb(236,192,20); }
H1.HeaderClassName
{
color: #ECC014;
}
.AnyTagClassName
{
color: #ECC014;
}
</style>
background-color css
<style>
a { background-color: #ECC014; }
a { background-color: rgb(236,192,20); }
div.DivClassName
{
background-color: #ECC014;
}
.BgClassName
{
background-color: #ECC014;
}
</style>
border-color css
<style>
span { border-color: #ECC014; }
span { border-color: rgb(236,192,20); }
td.TdClassName
{
border-color: #ECC014;
}
.TagClassName
{
border-color: #ECC014;
}
</style>