Shades of Moon Yellow #ECC615
Tints of Moon Yellow #ECC615
RGB
CMYK
RGB Variations
Color information
#ECC615 (or 0xECC615) is known color: Moon Yellow. HEX triplet: EC, C6 and 15. RGB value is (236,198,21). Sum of RGB (Red+Green+Blue) = 236+198+21=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC615 is #1339EA. Grayscale: #BDBDBD. Windows color (decimal): -1260011 or 1427180. OLE color: 1427180.
HSL color Cylindrical-coordinate representation of color #ECC615: hue angle of 49.4º 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 #ECC615 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 21 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.07 |
| HSL | 49.4º | 0.85% | 0.5% | - |
| HSV(B) | 49.4º | 0.91% | 0.93% | - |
| XYZ | 54.92 | 58.28 | 9.06 | - |
| YUV | 189.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 21 | 0 | 0.16 | 0.91 | 0.07 | 49.4 | 0.85 | 0.5 |
| Hex | EC | C6 | 15 | 0 | 10 | 5B | 7 | 31 | 55 | 32 |
| Octal | 354 | 306 | 25 | 0 | 20 | 133 | 7 | 61 | 125 | 62 |
| Binary | 11101100 | 11000110 | 10101 | 0 | 10000 | 1011011 | 111 | 110001 | 1010101 | 110010 |
Color Harmonies of #ECC615
Complementary color
Monochromatic Colors of #ECC615
Black with #ECC615
Text Example
Text Example
White with #ECC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC615; }
p { color: rgb(236,198,21); }
H1.HeaderClassName
{
color: #ECC615;
}
.AnyTagClassName
{
color: #ECC615;
}
</style>
background-color css
<style>
a { background-color: #ECC615; }
a { background-color: rgb(236,198,21); }
div.DivClassName
{
background-color: #ECC615;
}
.BgClassName
{
background-color: #ECC615;
}
</style>
border-color css
<style>
span { border-color: #ECC615; }
span { border-color: rgb(236,198,21); }
td.TdClassName
{
border-color: #ECC615;
}
.TagClassName
{
border-color: #ECC615;
}
</style>