Shades of Moon Yellow #ECC814
Tints of Moon Yellow #ECC814
RGB
CMYK
RGB Variations
Color information
#ECC814 (or 0xECC814) is known color: Moon Yellow. HEX triplet: EC, C8 and 14. RGB value is (236,200,20). Sum of RGB (Red+Green+Blue) = 236+200+20=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC814 is #1337EB. Grayscale: #BFBFBF. Windows color (decimal): -1259500 or 1362156. OLE color: 1362156.
HSL color Cylindrical-coordinate representation of color #ECC814: hue angle of 50º 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 #ECC814 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.07 |
| HSL | 50º | 0.85% | 0.5% | - |
| HSV(B) | 50º | 0.92% | 0.93% | - |
| XYZ | 55.37 | 59.19 | 9.17 | - |
| YUV | 190.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 20 | 0 | 0.15 | 0.92 | 0.07 | 50 | 0.85 | 0.5 |
| Hex | EC | C8 | 14 | 0 | F | 5C | 7 | 32 | 55 | 32 |
| Octal | 354 | 310 | 24 | 0 | 17 | 134 | 7 | 62 | 125 | 62 |
| Binary | 11101100 | 11001000 | 10100 | 0 | 1111 | 1011100 | 111 | 110010 | 1010101 | 110010 |
Color Harmonies of #ECC814
Complementary color
Monochromatic Colors of #ECC814
Black with #ECC814
Text Example
Text Example
White with #ECC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC814; }
p { color: rgb(236,200,20); }
H1.HeaderClassName
{
color: #ECC814;
}
.AnyTagClassName
{
color: #ECC814;
}
</style>
background-color css
<style>
a { background-color: #ECC814; }
a { background-color: rgb(236,200,20); }
div.DivClassName
{
background-color: #ECC814;
}
.BgClassName
{
background-color: #ECC814;
}
</style>
border-color css
<style>
span { border-color: #ECC814; }
span { border-color: rgb(236,200,20); }
td.TdClassName
{
border-color: #ECC814;
}
.TagClassName
{
border-color: #ECC814;
}
</style>