Shades of Moon Yellow #ECCA14
Tints of Moon Yellow #ECCA14
RGB
CMYK
RGB Variations
Color information
#ECCA14 (or 0xECCA14) is known color: Moon Yellow. HEX triplet: EC, CA and 14. RGB value is (236,202,20). Sum of RGB (Red+Green+Blue) = 236+202+20=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCA14 is #1335EB. Grayscale: #C0C0C0. Windows color (decimal): -1258988 or 1362668. OLE color: 1362668.
HSL color Cylindrical-coordinate representation of color #ECCA14: hue angle of 50.56º 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 #ECCA14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.07 |
| HSL | 50.56º | 0.85% | 0.5% | - |
| HSV(B) | 50.56º | 0.92% | 0.93% | - |
| XYZ | 55.84 | 60.12 | 9.32 | - |
| YUV | 191.42 | 31.26 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 20 | 0 | 0.14 | 0.92 | 0.07 | 50.56 | 0.85 | 0.5 |
| Hex | EC | CA | 14 | 0 | E | 5C | 7 | 33 | 55 | 32 |
| Octal | 354 | 312 | 24 | 0 | 16 | 134 | 7 | 63 | 125 | 62 |
| Binary | 11101100 | 11001010 | 10100 | 0 | 1110 | 1011100 | 111 | 110011 | 1010101 | 110010 |
Color Harmonies of #ECCA14
Complementary color
Monochromatic Colors of #ECCA14
Black with #ECCA14
Text Example
Text Example
White with #ECCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA14; }
p { color: rgb(236,202,20); }
H1.HeaderClassName
{
color: #ECCA14;
}
.AnyTagClassName
{
color: #ECCA14;
}
</style>
background-color css
<style>
a { background-color: #ECCA14; }
a { background-color: rgb(236,202,20); }
div.DivClassName
{
background-color: #ECCA14;
}
.BgClassName
{
background-color: #ECCA14;
}
</style>
border-color css
<style>
span { border-color: #ECCA14; }
span { border-color: rgb(236,202,20); }
td.TdClassName
{
border-color: #ECCA14;
}
.TagClassName
{
border-color: #ECCA14;
}
</style>