Shades of Moon Yellow #ECBA10
Tints of Moon Yellow #ECBA10
RGB
CMYK
RGB Variations
Color information
#ECBA10 (or 0xECBA10) is known color: Moon Yellow. HEX triplet: EC, BA and 10. RGB value is (236,186,16). Sum of RGB (Red+Green+Blue) = 236+186+16=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA10 is #1345EF. Grayscale: #B6B6B6. Windows color (decimal): -1263088 or 1096428. OLE color: 1096428.
HSL color Cylindrical-coordinate representation of color #ECBA10: hue angle of 46.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECBA10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.07 |
| HSL | 46.36º | 0.87% | 0.49% | - |
| HSV(B) | 46.36º | 0.93% | 0.93% | - |
| XYZ | 52.24 | 52.99 | 7.96 | - |
| YUV | 181.57 | 34.57 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 16 | 0 | 0.21 | 0.93 | 0.07 | 46.36 | 0.87 | 0.49 |
| Hex | EC | BA | 10 | 0 | 15 | 5D | 7 | 2E | 57 | 31 |
| Octal | 354 | 272 | 20 | 0 | 25 | 135 | 7 | 56 | 127 | 61 |
| Binary | 11101100 | 10111010 | 10000 | 0 | 10101 | 1011101 | 111 | 101110 | 1010111 | 110001 |
Color Harmonies of #ECBA10
Complementary color
Monochromatic Colors of #ECBA10
Black with #ECBA10
Text Example
Text Example
White with #ECBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA10; }
p { color: rgb(236,186,16); }
H1.HeaderClassName
{
color: #ECBA10;
}
.AnyTagClassName
{
color: #ECBA10;
}
</style>
background-color css
<style>
a { background-color: #ECBA10; }
a { background-color: rgb(236,186,16); }
div.DivClassName
{
background-color: #ECBA10;
}
.BgClassName
{
background-color: #ECBA10;
}
</style>
border-color css
<style>
span { border-color: #ECBA10; }
span { border-color: rgb(236,186,16); }
td.TdClassName
{
border-color: #ECBA10;
}
.TagClassName
{
border-color: #ECBA10;
}
</style>