Shades of Moon Yellow #ECBC14
Tints of Moon Yellow #ECBC14
RGB
CMYK
RGB Variations
Color information
#ECBC14 (or 0xECBC14) is known color: Moon Yellow. HEX triplet: EC, BC and 14. RGB value is (236,188,20). Sum of RGB (Red+Green+Blue) = 236+188+20=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC14 is #1343EB. Grayscale: #B7B7B7. Windows color (decimal): -1262572 or 1359084. OLE color: 1359084.
HSL color Cylindrical-coordinate representation of color #ECBC14: hue angle of 46.67º 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 #ECBC14 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.07 |
| HSL | 46.67º | 0.85% | 0.5% | - |
| HSV(B) | 46.67º | 0.92% | 0.93% | - |
| XYZ | 52.7 | 53.85 | 8.28 | - |
| YUV | 183.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 20 | 0 | 0.20 | 0.92 | 0.07 | 46.67 | 0.85 | 0.5 |
| Hex | EC | BC | 14 | 0 | 14 | 5C | 7 | 2F | 55 | 32 |
| Octal | 354 | 274 | 24 | 0 | 24 | 134 | 7 | 57 | 125 | 62 |
| Binary | 11101100 | 10111100 | 10100 | 0 | 10100 | 1011100 | 111 | 101111 | 1010101 | 110010 |
Color Harmonies of #ECBC14
Complementary color
Monochromatic Colors of #ECBC14
Black with #ECBC14
Text Example
Text Example
White with #ECBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC14; }
p { color: rgb(236,188,20); }
H1.HeaderClassName
{
color: #ECBC14;
}
.AnyTagClassName
{
color: #ECBC14;
}
</style>
background-color css
<style>
a { background-color: #ECBC14; }
a { background-color: rgb(236,188,20); }
div.DivClassName
{
background-color: #ECBC14;
}
.BgClassName
{
background-color: #ECBC14;
}
</style>
border-color css
<style>
span { border-color: #ECBC14; }
span { border-color: rgb(236,188,20); }
td.TdClassName
{
border-color: #ECBC14;
}
.TagClassName
{
border-color: #ECBC14;
}
</style>