Shades of Moon Yellow #ECCE0E
Tints of Moon Yellow #ECCE0E
RGB
CMYK
RGB Variations
Color information
#ECCE0E (or 0xECCE0E) is known color: Moon Yellow. HEX triplet: EC, CE and 0E. RGB value is (236,206,14). Sum of RGB (Red+Green+Blue) = 236+206+14=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE0E is #1331F1. Grayscale: #C1C1C1. Windows color (decimal): -1257970 or 970476. OLE color: 970476.
HSL color Cylindrical-coordinate representation of color #ECCE0E: hue angle of 51.89º 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 #ECCE0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.07 |
| HSL | 51.89º | 0.89% | 0.49% | - |
| HSV(B) | 51.89º | 0.94% | 0.93% | - |
| XYZ | 56.74 | 62.01 | 9.39 | - |
| YUV | 193.08 | 26.94 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 14 | 0 | 0.13 | 0.94 | 0.07 | 51.89 | 0.89 | 0.49 |
| Hex | EC | CE | E | 0 | D | 5E | 7 | 34 | 59 | 31 |
| Octal | 354 | 316 | 16 | 0 | 15 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101100 | 11001110 | 1110 | 0 | 1101 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #ECCE0E
Complementary color
Monochromatic Colors of #ECCE0E
Black with #ECCE0E
Text Example
Text Example
White with #ECCE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE0E; }
p { color: rgb(236,206,14); }
H1.HeaderClassName
{
color: #ECCE0E;
}
.AnyTagClassName
{
color: #ECCE0E;
}
</style>
background-color css
<style>
a { background-color: #ECCE0E; }
a { background-color: rgb(236,206,14); }
div.DivClassName
{
background-color: #ECCE0E;
}
.BgClassName
{
background-color: #ECCE0E;
}
</style>
border-color css
<style>
span { border-color: #ECCE0E; }
span { border-color: rgb(236,206,14); }
td.TdClassName
{
border-color: #ECCE0E;
}
.TagClassName
{
border-color: #ECCE0E;
}
</style>