Shades of Moon Yellow #ECBC12
Tints of Moon Yellow #ECBC12
RGB
CMYK
RGB Variations
Color information
#ECBC12 (or 0xECBC12) is known color: Moon Yellow. HEX triplet: EC, BC and 12. RGB value is (236,188,18). Sum of RGB (Red+Green+Blue) = 236+188+18=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC12 is #1343ED. Grayscale: #B7B7B7. Windows color (decimal): -1262574 or 1228012. OLE color: 1228012.
HSL color Cylindrical-coordinate representation of color #ECBC12: hue angle of 46.79º 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 #ECBC12 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.07 |
| HSL | 46.79º | 0.86% | 0.5% | - |
| HSV(B) | 46.79º | 0.92% | 0.93% | - |
| XYZ | 52.68 | 53.84 | 8.19 | - |
| YUV | 182.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 18 | 0 | 0.20 | 0.92 | 0.07 | 46.79 | 0.86 | 0.5 |
| Hex | EC | BC | 12 | 0 | 14 | 5C | 7 | 2F | 56 | 32 |
| Octal | 354 | 274 | 22 | 0 | 24 | 134 | 7 | 57 | 126 | 62 |
| Binary | 11101100 | 10111100 | 10010 | 0 | 10100 | 1011100 | 111 | 101111 | 1010110 | 110010 |
Color Harmonies of #ECBC12
Complementary color
Monochromatic Colors of #ECBC12
Black with #ECBC12
Text Example
Text Example
White with #ECBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC12; }
p { color: rgb(236,188,18); }
H1.HeaderClassName
{
color: #ECBC12;
}
.AnyTagClassName
{
color: #ECBC12;
}
</style>
background-color css
<style>
a { background-color: #ECBC12; }
a { background-color: rgb(236,188,18); }
div.DivClassName
{
background-color: #ECBC12;
}
.BgClassName
{
background-color: #ECBC12;
}
</style>
border-color css
<style>
span { border-color: #ECBC12; }
span { border-color: rgb(236,188,18); }
td.TdClassName
{
border-color: #ECBC12;
}
.TagClassName
{
border-color: #ECBC12;
}
</style>