Shades of Moon Yellow #ECC312
Tints of Moon Yellow #ECC312
RGB
CMYK
RGB Variations
Color information
#ECC312 (or 0xECC312) is known color: Moon Yellow. HEX triplet: EC, C3 and 12. RGB value is (236,195,18). Sum of RGB (Red+Green+Blue) = 236+195+18=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC312 is #133CED. Grayscale: #BBBBBB. Windows color (decimal): -1260782 or 1229804. OLE color: 1229804.
HSL color Cylindrical-coordinate representation of color #ECC312: hue angle of 48.72º 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 #ECC312 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 48.72º | 0.86% | 0.5% | - |
| HSV(B) | 48.72º | 0.92% | 0.93% | - |
| XYZ | 54.22 | 56.91 | 8.7 | - |
| YUV | 187.08 | 32.58 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 18 | 0 | 0.17 | 0.92 | 0.07 | 48.72 | 0.86 | 0.5 |
| Hex | EC | C3 | 12 | 0 | 11 | 5C | 7 | 31 | 56 | 32 |
| Octal | 354 | 303 | 22 | 0 | 21 | 134 | 7 | 61 | 126 | 62 |
| Binary | 11101100 | 11000011 | 10010 | 0 | 10001 | 1011100 | 111 | 110001 | 1010110 | 110010 |
Color Harmonies of #ECC312
Complementary color
Monochromatic Colors of #ECC312
Black with #ECC312
Text Example
Text Example
White with #ECC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC312; }
p { color: rgb(236,195,18); }
H1.HeaderClassName
{
color: #ECC312;
}
.AnyTagClassName
{
color: #ECC312;
}
</style>
background-color css
<style>
a { background-color: #ECC312; }
a { background-color: rgb(236,195,18); }
div.DivClassName
{
background-color: #ECC312;
}
.BgClassName
{
background-color: #ECC312;
}
</style>
border-color css
<style>
span { border-color: #ECC312; }
span { border-color: rgb(236,195,18); }
td.TdClassName
{
border-color: #ECC312;
}
.TagClassName
{
border-color: #ECC312;
}
</style>