Shades of Moon Yellow #ECBC13
Tints of Moon Yellow #ECBC13
RGB
CMYK
RGB Variations
Color information
#ECBC13 (or 0xECBC13) is known color: Moon Yellow. HEX triplet: EC, BC and 13. RGB value is (236,188,19). Sum of RGB (Red+Green+Blue) = 236+188+19=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC13 is #1343EC. Grayscale: #B7B7B7. Windows color (decimal): -1262573 or 1293548. OLE color: 1293548.
HSL color Cylindrical-coordinate representation of color #ECBC13: hue angle of 46.73º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECBC13 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 19 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.07 |
| HSL | 46.73º | 0.85% | 0.5% | - |
| HSV(B) | 46.73º | 0.92% | 0.93% | - |
| XYZ | 52.69 | 53.85 | 8.23 | - |
| YUV | 183.09 | 35.4 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 19 | 0 | 0.20 | 0.92 | 0.07 | 46.73 | 0.85 | 0.5 |
| Hex | EC | BC | 13 | 0 | 14 | 5C | 7 | 2F | 55 | 32 |
| Octal | 354 | 274 | 23 | 0 | 24 | 134 | 7 | 57 | 125 | 62 |
| Binary | 11101100 | 10111100 | 10011 | 0 | 10100 | 1011100 | 111 | 101111 | 1010101 | 110010 |
Color Harmonies of #ECBC13
Complementary color
Monochromatic Colors of #ECBC13
Black with #ECBC13
Text Example
Text Example
White with #ECBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC13; }
p { color: rgb(236,188,19); }
H1.HeaderClassName
{
color: #ECBC13;
}
.AnyTagClassName
{
color: #ECBC13;
}
</style>
background-color css
<style>
a { background-color: #ECBC13; }
a { background-color: rgb(236,188,19); }
div.DivClassName
{
background-color: #ECBC13;
}
.BgClassName
{
background-color: #ECBC13;
}
</style>
border-color css
<style>
span { border-color: #ECBC13; }
span { border-color: rgb(236,188,19); }
td.TdClassName
{
border-color: #ECBC13;
}
.TagClassName
{
border-color: #ECBC13;
}
</style>