Shades of Moon Yellow #ECBA13
Tints of Moon Yellow #ECBA13
RGB
CMYK
RGB Variations
Color information
#ECBA13 (or 0xECBA13) is known color: Moon Yellow. HEX triplet: EC, BA and 13. RGB value is (236,186,19). Sum of RGB (Red+Green+Blue) = 236+186+19=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA13 is #1345EC. Grayscale: #B6B6B6. Windows color (decimal): -1263085 or 1293036. OLE color: 1293036.
HSL color Cylindrical-coordinate representation of color #ECBA13: hue angle of 46.18º 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 #ECBA13 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.07 |
| HSL | 46.18º | 0.85% | 0.5% | - |
| HSV(B) | 46.18º | 0.92% | 0.93% | - |
| XYZ | 52.27 | 53 | 8.09 | - |
| YUV | 181.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 19 | 0 | 0.21 | 0.92 | 0.07 | 46.18 | 0.85 | 0.5 |
| Hex | EC | BA | 13 | 0 | 15 | 5C | 7 | 2E | 55 | 32 |
| Octal | 354 | 272 | 23 | 0 | 25 | 134 | 7 | 56 | 125 | 62 |
| Binary | 11101100 | 10111010 | 10011 | 0 | 10101 | 1011100 | 111 | 101110 | 1010101 | 110010 |
Color Harmonies of #ECBA13
Complementary color
Monochromatic Colors of #ECBA13
Black with #ECBA13
Text Example
Text Example
White with #ECBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA13; }
p { color: rgb(236,186,19); }
H1.HeaderClassName
{
color: #ECBA13;
}
.AnyTagClassName
{
color: #ECBA13;
}
</style>
background-color css
<style>
a { background-color: #ECBA13; }
a { background-color: rgb(236,186,19); }
div.DivClassName
{
background-color: #ECBA13;
}
.BgClassName
{
background-color: #ECBA13;
}
</style>
border-color css
<style>
span { border-color: #ECBA13; }
span { border-color: rgb(236,186,19); }
td.TdClassName
{
border-color: #ECBA13;
}
.TagClassName
{
border-color: #ECBA13;
}
</style>