Shades of Moon Yellow #ECC015
Tints of Moon Yellow #ECC015
RGB
CMYK
RGB Variations
Color information
#ECC015 (or 0xECC015) is known color: Moon Yellow. HEX triplet: EC, C0 and 15. RGB value is (236,192,21). Sum of RGB (Red+Green+Blue) = 236+192+21=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC015 is #133FEA. Grayscale: #BABABA. Windows color (decimal): -1261547 or 1425644. OLE color: 1425644.
HSL color Cylindrical-coordinate representation of color #ECC015: hue angle of 47.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECC015 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 21 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.07 |
| HSL | 47.72º | 0.85% | 0.5% | - |
| HSV(B) | 47.72º | 0.91% | 0.93% | - |
| XYZ | 53.58 | 55.59 | 8.61 | - |
| YUV | 185.66 | 35.08 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 21 | 0 | 0.19 | 0.91 | 0.07 | 47.72 | 0.85 | 0.5 |
| Hex | EC | C0 | 15 | 0 | 13 | 5B | 7 | 30 | 55 | 32 |
| Octal | 354 | 300 | 25 | 0 | 23 | 133 | 7 | 60 | 125 | 62 |
| Binary | 11101100 | 11000000 | 10101 | 0 | 10011 | 1011011 | 111 | 110000 | 1010101 | 110010 |
Color Harmonies of #ECC015
Complementary color
Monochromatic Colors of #ECC015
Black with #ECC015
Text Example
Text Example
White with #ECC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC015; }
p { color: rgb(236,192,21); }
H1.HeaderClassName
{
color: #ECC015;
}
.AnyTagClassName
{
color: #ECC015;
}
</style>
background-color css
<style>
a { background-color: #ECC015; }
a { background-color: rgb(236,192,21); }
div.DivClassName
{
background-color: #ECC015;
}
.BgClassName
{
background-color: #ECC015;
}
</style>
border-color css
<style>
span { border-color: #ECC015; }
span { border-color: rgb(236,192,21); }
td.TdClassName
{
border-color: #ECC015;
}
.TagClassName
{
border-color: #ECC015;
}
</style>