Shades of Moon Yellow #ECC50D
Tints of Moon Yellow #ECC50D
RGB
CMYK
RGB Variations
Color information
#ECC50D (or 0xECC50D) is known color: Moon Yellow. HEX triplet: EC, C5 and 0D. RGB value is (236,197,13). Sum of RGB (Red+Green+Blue) = 236+197+13=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC50D is #133AF2. Grayscale: #BCBCBC. Windows color (decimal): -1260275 or 902636. OLE color: 902636.
HSL color Cylindrical-coordinate representation of color #ECC50D: hue angle of 49.51º degrees, saturation: 0.9, 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 #ECC50D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.07 |
| HSL | 49.51º | 0.9% | 0.49% | - |
| HSV(B) | 49.51º | 0.94% | 0.93% | - |
| XYZ | 54.63 | 57.79 | 8.66 | - |
| YUV | 187.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 13 | 0 | 0.17 | 0.94 | 0.07 | 49.51 | 0.9 | 0.49 |
| Hex | EC | C5 | D | 0 | 11 | 5E | 7 | 32 | 5A | 31 |
| Octal | 354 | 305 | 15 | 0 | 21 | 136 | 7 | 62 | 132 | 61 |
| Binary | 11101100 | 11000101 | 1101 | 0 | 10001 | 1011110 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #ECC50D
Complementary color
Monochromatic Colors of #ECC50D
Black with #ECC50D
Text Example
Text Example
White with #ECC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC50D; }
p { color: rgb(236,197,13); }
H1.HeaderClassName
{
color: #ECC50D;
}
.AnyTagClassName
{
color: #ECC50D;
}
</style>
background-color css
<style>
a { background-color: #ECC50D; }
a { background-color: rgb(236,197,13); }
div.DivClassName
{
background-color: #ECC50D;
}
.BgClassName
{
background-color: #ECC50D;
}
</style>
border-color css
<style>
span { border-color: #ECC50D; }
span { border-color: rgb(236,197,13); }
td.TdClassName
{
border-color: #ECC50D;
}
.TagClassName
{
border-color: #ECC50D;
}
</style>