Shades of Moon Yellow #ECC712
Tints of Moon Yellow #ECC712
RGB
CMYK
RGB Variations
Color information
#ECC712 (or 0xECC712) is known color: Moon Yellow. HEX triplet: EC, C7 and 12. RGB value is (236,199,18). Sum of RGB (Red+Green+Blue) = 236+199+18=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC712 is #1338ED. Grayscale: #BEBEBE. Windows color (decimal): -1259758 or 1230828. OLE color: 1230828.
HSL color Cylindrical-coordinate representation of color #ECC712: hue angle of 49.82º 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 #ECC712 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.82º | 0.86% | 0.5% | - |
| HSV(B) | 49.82º | 0.92% | 0.93% | - |
| XYZ | 55.12 | 58.72 | 9 | - |
| YUV | 189.43 | 31.26 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 18 | 0 | 0.16 | 0.92 | 0.07 | 49.82 | 0.86 | 0.5 |
| Hex | EC | C7 | 12 | 0 | 10 | 5C | 7 | 32 | 56 | 32 |
| Octal | 354 | 307 | 22 | 0 | 20 | 134 | 7 | 62 | 126 | 62 |
| Binary | 11101100 | 11000111 | 10010 | 0 | 10000 | 1011100 | 111 | 110010 | 1010110 | 110010 |
Color Harmonies of #ECC712
Complementary color
Monochromatic Colors of #ECC712
Black with #ECC712
Text Example
Text Example
White with #ECC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC712; }
p { color: rgb(236,199,18); }
H1.HeaderClassName
{
color: #ECC712;
}
.AnyTagClassName
{
color: #ECC712;
}
</style>
background-color css
<style>
a { background-color: #ECC712; }
a { background-color: rgb(236,199,18); }
div.DivClassName
{
background-color: #ECC712;
}
.BgClassName
{
background-color: #ECC712;
}
</style>
border-color css
<style>
span { border-color: #ECC712; }
span { border-color: rgb(236,199,18); }
td.TdClassName
{
border-color: #ECC712;
}
.TagClassName
{
border-color: #ECC712;
}
</style>