Shades of Moon Yellow #ECBA16
Tints of Moon Yellow #ECBA16
RGB
CMYK
RGB Variations
Color information
#ECBA16 (or 0xECBA16) is known color: Moon Yellow. HEX triplet: EC, BA and 16. RGB value is (236,186,22). Sum of RGB (Red+Green+Blue) = 236+186+22=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA16 is #1345E9. Grayscale: #B6B6B6. Windows color (decimal): -1263082 or 1489644. OLE color: 1489644.
HSL color Cylindrical-coordinate representation of color #ECBA16: hue angle of 45.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECBA16 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.07 |
| HSL | 45.98º | 0.85% | 0.51% | - |
| HSV(B) | 45.98º | 0.91% | 0.93% | - |
| XYZ | 52.3 | 53.01 | 8.23 | - |
| YUV | 182.25 | 37.57 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 22 | 0 | 0.21 | 0.91 | 0.07 | 45.98 | 0.85 | 0.51 |
| Hex | EC | BA | 16 | 0 | 15 | 5B | 7 | 2E | 55 | 33 |
| Octal | 354 | 272 | 26 | 0 | 25 | 133 | 7 | 56 | 125 | 63 |
| Binary | 11101100 | 10111010 | 10110 | 0 | 10101 | 1011011 | 111 | 101110 | 1010101 | 110011 |
Color Harmonies of #ECBA16
Complementary color
Monochromatic Colors of #ECBA16
Black with #ECBA16
Text Example
Text Example
White with #ECBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA16; }
p { color: rgb(236,186,22); }
H1.HeaderClassName
{
color: #ECBA16;
}
.AnyTagClassName
{
color: #ECBA16;
}
</style>
background-color css
<style>
a { background-color: #ECBA16; }
a { background-color: rgb(236,186,22); }
div.DivClassName
{
background-color: #ECBA16;
}
.BgClassName
{
background-color: #ECBA16;
}
</style>
border-color css
<style>
span { border-color: #ECBA16; }
span { border-color: rgb(236,186,22); }
td.TdClassName
{
border-color: #ECBA16;
}
.TagClassName
{
border-color: #ECBA16;
}
</style>