Shades of Moon Yellow #ECC412
Tints of Moon Yellow #ECC412
RGB
CMYK
RGB Variations
Color information
#ECC412 (or 0xECC412) is known color: Moon Yellow. HEX triplet: EC, C4 and 12. RGB value is (236,196,18). Sum of RGB (Red+Green+Blue) = 236+196+18=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC412 is #133BED. Grayscale: #BCBCBC. Windows color (decimal): -1260526 or 1230060. OLE color: 1230060.
HSL color Cylindrical-coordinate representation of color #ECC412: hue angle of 48.99º 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 #ECC412 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 48.99º | 0.86% | 0.5% | - |
| HSV(B) | 48.99º | 0.92% | 0.93% | - |
| XYZ | 54.44 | 57.36 | 8.77 | - |
| YUV | 187.67 | 32.25 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 18 | 0 | 0.17 | 0.92 | 0.07 | 48.99 | 0.86 | 0.5 |
| Hex | EC | C4 | 12 | 0 | 11 | 5C | 7 | 31 | 56 | 32 |
| Octal | 354 | 304 | 22 | 0 | 21 | 134 | 7 | 61 | 126 | 62 |
| Binary | 11101100 | 11000100 | 10010 | 0 | 10001 | 1011100 | 111 | 110001 | 1010110 | 110010 |
Color Harmonies of #ECC412
Complementary color
Monochromatic Colors of #ECC412
Black with #ECC412
Text Example
Text Example
White with #ECC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC412; }
p { color: rgb(236,196,18); }
H1.HeaderClassName
{
color: #ECC412;
}
.AnyTagClassName
{
color: #ECC412;
}
</style>
background-color css
<style>
a { background-color: #ECC412; }
a { background-color: rgb(236,196,18); }
div.DivClassName
{
background-color: #ECC412;
}
.BgClassName
{
background-color: #ECC412;
}
</style>
border-color css
<style>
span { border-color: #ECC412; }
span { border-color: rgb(236,196,18); }
td.TdClassName
{
border-color: #ECC412;
}
.TagClassName
{
border-color: #ECC412;
}
</style>