Shades of Moon Yellow #ECC914
Tints of Moon Yellow #ECC914
RGB
CMYK
RGB Variations
Color information
#ECC914 (or 0xECC914) is known color: Moon Yellow. HEX triplet: EC, C9 and 14. RGB value is (236,201,20). Sum of RGB (Red+Green+Blue) = 236+201+20=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC914 is #1336EB. Grayscale: #BFBFBF. Windows color (decimal): -1259244 or 1362412. OLE color: 1362412.
HSL color Cylindrical-coordinate representation of color #ECC914: hue angle of 50.28º 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 #ECC914 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.07 |
| HSL | 50.28º | 0.85% | 0.5% | - |
| HSV(B) | 50.28º | 0.92% | 0.93% | - |
| XYZ | 55.6 | 59.66 | 9.25 | - |
| YUV | 190.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 20 | 0 | 0.15 | 0.92 | 0.07 | 50.28 | 0.85 | 0.5 |
| Hex | EC | C9 | 14 | 0 | F | 5C | 7 | 32 | 55 | 32 |
| Octal | 354 | 311 | 24 | 0 | 17 | 134 | 7 | 62 | 125 | 62 |
| Binary | 11101100 | 11001001 | 10100 | 0 | 1111 | 1011100 | 111 | 110010 | 1010101 | 110010 |
Color Harmonies of #ECC914
Complementary color
Monochromatic Colors of #ECC914
Black with #ECC914
Text Example
Text Example
White with #ECC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC914; }
p { color: rgb(236,201,20); }
H1.HeaderClassName
{
color: #ECC914;
}
.AnyTagClassName
{
color: #ECC914;
}
</style>
background-color css
<style>
a { background-color: #ECC914; }
a { background-color: rgb(236,201,20); }
div.DivClassName
{
background-color: #ECC914;
}
.BgClassName
{
background-color: #ECC914;
}
</style>
border-color css
<style>
span { border-color: #ECC914; }
span { border-color: rgb(236,201,20); }
td.TdClassName
{
border-color: #ECC914;
}
.TagClassName
{
border-color: #ECC914;
}
</style>