Shades of Moon Yellow #ECC414
Tints of Moon Yellow #ECC414
RGB
CMYK
RGB Variations
Color information
#ECC414 (or 0xECC414) is known color: Moon Yellow. HEX triplet: EC, C4 and 14. RGB value is (236,196,20). Sum of RGB (Red+Green+Blue) = 236+196+20=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC414 is #133BEB. Grayscale: #BCBCBC. Windows color (decimal): -1260524 or 1361132. OLE color: 1361132.
HSL color Cylindrical-coordinate representation of color #ECC414: hue angle of 48.89º 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 #ECC414 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 48.89º | 0.85% | 0.5% | - |
| HSV(B) | 48.89º | 0.92% | 0.93% | - |
| XYZ | 54.46 | 57.36 | 8.86 | - |
| YUV | 187.9 | 33.25 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 20 | 0 | 0.17 | 0.92 | 0.07 | 48.89 | 0.85 | 0.5 |
| Hex | EC | C4 | 14 | 0 | 11 | 5C | 7 | 31 | 55 | 32 |
| Octal | 354 | 304 | 24 | 0 | 21 | 134 | 7 | 61 | 125 | 62 |
| Binary | 11101100 | 11000100 | 10100 | 0 | 10001 | 1011100 | 111 | 110001 | 1010101 | 110010 |
Color Harmonies of #ECC414
Complementary color
Monochromatic Colors of #ECC414
Black with #ECC414
Text Example
Text Example
White with #ECC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC414; }
p { color: rgb(236,196,20); }
H1.HeaderClassName
{
color: #ECC414;
}
.AnyTagClassName
{
color: #ECC414;
}
</style>
background-color css
<style>
a { background-color: #ECC414; }
a { background-color: rgb(236,196,20); }
div.DivClassName
{
background-color: #ECC414;
}
.BgClassName
{
background-color: #ECC414;
}
</style>
border-color css
<style>
span { border-color: #ECC414; }
span { border-color: rgb(236,196,20); }
td.TdClassName
{
border-color: #ECC414;
}
.TagClassName
{
border-color: #ECC414;
}
</style>