Shades of Moon Yellow #ECBA12
Tints of Moon Yellow #ECBA12
RGB
CMYK
RGB Variations
Color information
#ECBA12 (or 0xECBA12) is known color: Moon Yellow. HEX triplet: EC, BA and 12. RGB value is (236,186,18). Sum of RGB (Red+Green+Blue) = 236+186+18=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA12 is #1345ED. Grayscale: #B6B6B6. Windows color (decimal): -1263086 or 1227500. OLE color: 1227500.
HSL color Cylindrical-coordinate representation of color #ECBA12: hue angle of 46.24º degrees, saturation: 0.86, 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 #ECBA12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.07 |
| HSL | 46.24º | 0.86% | 0.5% | - |
| HSV(B) | 46.24º | 0.92% | 0.93% | - |
| XYZ | 52.26 | 52.99 | 8.05 | - |
| YUV | 181.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 18 | 0 | 0.21 | 0.92 | 0.07 | 46.24 | 0.86 | 0.5 |
| Hex | EC | BA | 12 | 0 | 15 | 5C | 7 | 2E | 56 | 32 |
| Octal | 354 | 272 | 22 | 0 | 25 | 134 | 7 | 56 | 126 | 62 |
| Binary | 11101100 | 10111010 | 10010 | 0 | 10101 | 1011100 | 111 | 101110 | 1010110 | 110010 |
Color Harmonies of #ECBA12
Complementary color
Monochromatic Colors of #ECBA12
Black with #ECBA12
Text Example
Text Example
White with #ECBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA12; }
p { color: rgb(236,186,18); }
H1.HeaderClassName
{
color: #ECBA12;
}
.AnyTagClassName
{
color: #ECBA12;
}
</style>
background-color css
<style>
a { background-color: #ECBA12; }
a { background-color: rgb(236,186,18); }
div.DivClassName
{
background-color: #ECBA12;
}
.BgClassName
{
background-color: #ECBA12;
}
</style>
border-color css
<style>
span { border-color: #ECBA12; }
span { border-color: rgb(236,186,18); }
td.TdClassName
{
border-color: #ECBA12;
}
.TagClassName
{
border-color: #ECBA12;
}
</style>