Shades of Moon Yellow #ECCE10
Tints of Moon Yellow #ECCE10
RGB
CMYK
RGB Variations
Color information
#ECCE10 (or 0xECCE10) is known color: Moon Yellow. HEX triplet: EC, CE and 10. RGB value is (236,206,16). Sum of RGB (Red+Green+Blue) = 236+206+16=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE10 is #1331EF. Grayscale: #C2C2C2. Windows color (decimal): -1257968 or 1101548. OLE color: 1101548.
HSL color Cylindrical-coordinate representation of color #ECCE10: hue angle of 51.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECCE10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.07 |
| HSL | 51.82º | 0.87% | 0.49% | - |
| HSV(B) | 51.82º | 0.93% | 0.93% | - |
| XYZ | 56.76 | 62.01 | 9.47 | - |
| YUV | 193.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 16 | 0 | 0.13 | 0.93 | 0.07 | 51.82 | 0.87 | 0.49 |
| Hex | EC | CE | 10 | 0 | D | 5D | 7 | 34 | 57 | 31 |
| Octal | 354 | 316 | 20 | 0 | 15 | 135 | 7 | 64 | 127 | 61 |
| Binary | 11101100 | 11001110 | 10000 | 0 | 1101 | 1011101 | 111 | 110100 | 1010111 | 110001 |
Color Harmonies of #ECCE10
Complementary color
Monochromatic Colors of #ECCE10
Black with #ECCE10
Text Example
Text Example
White with #ECCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE10; }
p { color: rgb(236,206,16); }
H1.HeaderClassName
{
color: #ECCE10;
}
.AnyTagClassName
{
color: #ECCE10;
}
</style>
background-color css
<style>
a { background-color: #ECCE10; }
a { background-color: rgb(236,206,16); }
div.DivClassName
{
background-color: #ECCE10;
}
.BgClassName
{
background-color: #ECCE10;
}
</style>
border-color css
<style>
span { border-color: #ECCE10; }
span { border-color: rgb(236,206,16); }
td.TdClassName
{
border-color: #ECCE10;
}
.TagClassName
{
border-color: #ECCE10;
}
</style>