Shades of Moon Yellow #ECC113
Tints of Moon Yellow #ECC113
RGB
CMYK
RGB Variations
Color information
#ECC113 (or 0xECC113) is known color: Moon Yellow. HEX triplet: EC, C1 and 13. RGB value is (236,193,19). Sum of RGB (Red+Green+Blue) = 236+193+19=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC113 is #133EEC. Grayscale: #BABABA. Windows color (decimal): -1261293 or 1294828. OLE color: 1294828.
HSL color Cylindrical-coordinate representation of color #ECC113: hue angle of 48.11º degrees, saturation: 0.85, 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 #ECC113 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 19 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.07 |
| HSL | 48.11º | 0.85% | 0.5% | - |
| HSV(B) | 48.11º | 0.92% | 0.93% | - |
| XYZ | 53.78 | 56.02 | 8.59 | - |
| YUV | 186.02 | 33.75 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 19 | 0 | 0.18 | 0.92 | 0.07 | 48.11 | 0.85 | 0.5 |
| Hex | EC | C1 | 13 | 0 | 12 | 5C | 7 | 30 | 55 | 32 |
| Octal | 354 | 301 | 23 | 0 | 22 | 134 | 7 | 60 | 125 | 62 |
| Binary | 11101100 | 11000001 | 10011 | 0 | 10010 | 1011100 | 111 | 110000 | 1010101 | 110010 |
Color Harmonies of #ECC113
Complementary color
Monochromatic Colors of #ECC113
Black with #ECC113
Text Example
Text Example
White with #ECC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC113; }
p { color: rgb(236,193,19); }
H1.HeaderClassName
{
color: #ECC113;
}
.AnyTagClassName
{
color: #ECC113;
}
</style>
background-color css
<style>
a { background-color: #ECC113; }
a { background-color: rgb(236,193,19); }
div.DivClassName
{
background-color: #ECC113;
}
.BgClassName
{
background-color: #ECC113;
}
</style>
border-color css
<style>
span { border-color: #ECC113; }
span { border-color: rgb(236,193,19); }
td.TdClassName
{
border-color: #ECC113;
}
.TagClassName
{
border-color: #ECC113;
}
</style>