Shades of Moon Yellow #ECC70E
Tints of Moon Yellow #ECC70E
RGB
CMYK
RGB Variations
Color information
#ECC70E (or 0xECC70E) is known color: Moon Yellow. HEX triplet: EC, C7 and 0E. RGB value is (236,199,14). Sum of RGB (Red+Green+Blue) = 236+199+14=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC70E is #1338F1. Grayscale: #BDBDBD. Windows color (decimal): -1259762 or 968684. OLE color: 968684.
HSL color Cylindrical-coordinate representation of color #ECC70E: hue angle of 50º 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 #ECC70E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.07 |
| HSL | 50º | 0.89% | 0.49% | - |
| HSV(B) | 50º | 0.94% | 0.93% | - |
| XYZ | 55.09 | 58.71 | 8.84 | - |
| YUV | 188.97 | 29.26 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 14 | 0 | 0.16 | 0.94 | 0.07 | 50 | 0.89 | 0.49 |
| Hex | EC | C7 | E | 0 | 10 | 5E | 7 | 32 | 59 | 31 |
| Octal | 354 | 307 | 16 | 0 | 20 | 136 | 7 | 62 | 131 | 61 |
| Binary | 11101100 | 11000111 | 1110 | 0 | 10000 | 1011110 | 111 | 110010 | 1011001 | 110001 |
Color Harmonies of #ECC70E
Complementary color
Monochromatic Colors of #ECC70E
Black with #ECC70E
Text Example
Text Example
White with #ECC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC70E; }
p { color: rgb(236,199,14); }
H1.HeaderClassName
{
color: #ECC70E;
}
.AnyTagClassName
{
color: #ECC70E;
}
</style>
background-color css
<style>
a { background-color: #ECC70E; }
a { background-color: rgb(236,199,14); }
div.DivClassName
{
background-color: #ECC70E;
}
.BgClassName
{
background-color: #ECC70E;
}
</style>
border-color css
<style>
span { border-color: #ECC70E; }
span { border-color: rgb(236,199,14); }
td.TdClassName
{
border-color: #ECC70E;
}
.TagClassName
{
border-color: #ECC70E;
}
</style>