Shades of Moon Yellow #ECC60E
Tints of Moon Yellow #ECC60E
RGB
CMYK
RGB Variations
Color information
#ECC60E (or 0xECC60E) is known color: Moon Yellow. HEX triplet: EC, C6 and 0E. RGB value is (236,198,14). Sum of RGB (Red+Green+Blue) = 236+198+14=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC60E is #1339F1. Grayscale: #BDBDBD. Windows color (decimal): -1260018 or 968428. OLE color: 968428.
HSL color Cylindrical-coordinate representation of color #ECC60E: hue angle of 49.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECC60E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.07 |
| HSL | 49.73º | 0.89% | 0.49% | - |
| HSV(B) | 49.73º | 0.94% | 0.93% | - |
| XYZ | 54.87 | 58.25 | 8.77 | - |
| YUV | 188.39 | 29.59 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 14 | 0 | 0.16 | 0.94 | 0.07 | 49.73 | 0.89 | 0.49 |
| Hex | EC | C6 | E | 0 | 10 | 5E | 7 | 32 | 59 | 31 |
| Octal | 354 | 306 | 16 | 0 | 20 | 136 | 7 | 62 | 131 | 61 |
| Binary | 11101100 | 11000110 | 1110 | 0 | 10000 | 1011110 | 111 | 110010 | 1011001 | 110001 |
Color Harmonies of #ECC60E
Complementary color
Monochromatic Colors of #ECC60E
Black with #ECC60E
Text Example
Text Example
White with #ECC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC60E; }
p { color: rgb(236,198,14); }
H1.HeaderClassName
{
color: #ECC60E;
}
.AnyTagClassName
{
color: #ECC60E;
}
</style>
background-color css
<style>
a { background-color: #ECC60E; }
a { background-color: rgb(236,198,14); }
div.DivClassName
{
background-color: #ECC60E;
}
.BgClassName
{
background-color: #ECC60E;
}
</style>
border-color css
<style>
span { border-color: #ECC60E; }
span { border-color: rgb(236,198,14); }
td.TdClassName
{
border-color: #ECC60E;
}
.TagClassName
{
border-color: #ECC60E;
}
</style>