Shades of Moon Yellow #ECCC13
Tints of Moon Yellow #ECCC13
RGB
CMYK
RGB Variations
Color information
#ECCC13 (or 0xECCC13) is known color: Moon Yellow. HEX triplet: EC, CC and 13. RGB value is (236,204,19). Sum of RGB (Red+Green+Blue) = 236+204+19=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC13 is #1333EC. Grayscale: #C1C1C1. Windows color (decimal): -1258477 or 1297644. OLE color: 1297644.
HSL color Cylindrical-coordinate representation of color #ECCC13: hue angle of 51.15º 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 #ECCC13 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.07 |
| HSL | 51.15º | 0.85% | 0.5% | - |
| HSV(B) | 51.15º | 0.92% | 0.93% | - |
| XYZ | 56.3 | 61.07 | 9.44 | - |
| YUV | 192.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 19 | 0 | 0.14 | 0.92 | 0.07 | 51.15 | 0.85 | 0.5 |
| Hex | EC | CC | 13 | 0 | E | 5C | 7 | 33 | 55 | 32 |
| Octal | 354 | 314 | 23 | 0 | 16 | 134 | 7 | 63 | 125 | 62 |
| Binary | 11101100 | 11001100 | 10011 | 0 | 1110 | 1011100 | 111 | 110011 | 1010101 | 110010 |
Color Harmonies of #ECCC13
Complementary color
Monochromatic Colors of #ECCC13
Black with #ECCC13
Text Example
Text Example
White with #ECCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC13; }
p { color: rgb(236,204,19); }
H1.HeaderClassName
{
color: #ECCC13;
}
.AnyTagClassName
{
color: #ECCC13;
}
</style>
background-color css
<style>
a { background-color: #ECCC13; }
a { background-color: rgb(236,204,19); }
div.DivClassName
{
background-color: #ECCC13;
}
.BgClassName
{
background-color: #ECCC13;
}
</style>
border-color css
<style>
span { border-color: #ECCC13; }
span { border-color: rgb(236,204,19); }
td.TdClassName
{
border-color: #ECCC13;
}
.TagClassName
{
border-color: #ECCC13;
}
</style>