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