Shades of Moon Yellow #ECC715
Tints of Moon Yellow #ECC715
RGB
CMYK
RGB Variations
Color information
#ECC715 (or 0xECC715) is known color: Moon Yellow. HEX triplet: EC, C7 and 15. RGB value is (236,199,21). Sum of RGB (Red+Green+Blue) = 236+199+21=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC715 is #1338EA. Grayscale: #BEBEBE. Windows color (decimal): -1259755 or 1427436. OLE color: 1427436.
HSL color Cylindrical-coordinate representation of color #ECC715: hue angle of 49.67º 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 #ECC715 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 21 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.07 |
| HSL | 49.67º | 0.85% | 0.5% | - |
| HSV(B) | 49.67º | 0.91% | 0.93% | - |
| XYZ | 55.15 | 58.73 | 9.14 | - |
| YUV | 189.77 | 32.76 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 21 | 0 | 0.16 | 0.91 | 0.07 | 49.67 | 0.85 | 0.5 |
| Hex | EC | C7 | 15 | 0 | 10 | 5B | 7 | 32 | 55 | 32 |
| Octal | 354 | 307 | 25 | 0 | 20 | 133 | 7 | 62 | 125 | 62 |
| Binary | 11101100 | 11000111 | 10101 | 0 | 10000 | 1011011 | 111 | 110010 | 1010101 | 110010 |
Color Harmonies of #ECC715
Complementary color
Monochromatic Colors of #ECC715
Black with #ECC715
Text Example
Text Example
White with #ECC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC715; }
p { color: rgb(236,199,21); }
H1.HeaderClassName
{
color: #ECC715;
}
.AnyTagClassName
{
color: #ECC715;
}
</style>
background-color css
<style>
a { background-color: #ECC715; }
a { background-color: rgb(236,199,21); }
div.DivClassName
{
background-color: #ECC715;
}
.BgClassName
{
background-color: #ECC715;
}
</style>
border-color css
<style>
span { border-color: #ECC715; }
span { border-color: rgb(236,199,21); }
td.TdClassName
{
border-color: #ECC715;
}
.TagClassName
{
border-color: #ECC715;
}
</style>