Shades of Moon Yellow #ECC124
Tints of Moon Yellow #ECC124
RGB
CMYK
RGB Variations
Color information
#ECC124 (or 0xECC124) is known color: Moon Yellow. HEX triplet: EC, C1 and 24. RGB value is (236,193,36). Sum of RGB (Red+Green+Blue) = 236+193+36=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC124 is #133EDB. Grayscale: #BCBCBC. Windows color (decimal): -1261276 or 2408940. OLE color: 2408940.
HSL color Cylindrical-coordinate representation of color #ECC124: hue angle of 47.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECC124 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 36 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.07 |
| HSL | 47.1º | 0.84% | 0.53% | - |
| HSV(B) | 47.1º | 0.85% | 0.93% | - |
| XYZ | 53.98 | 56.1 | 9.65 | - |
| YUV | 187.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 36 | 0 | 0.18 | 0.85 | 0.07 | 47.1 | 0.84 | 0.53 |
| Hex | EC | C1 | 24 | 0 | 12 | 55 | 7 | 2F | 54 | 35 |
| Octal | 354 | 301 | 44 | 0 | 22 | 125 | 7 | 57 | 124 | 65 |
| Binary | 11101100 | 11000001 | 100100 | 0 | 10010 | 1010101 | 111 | 101111 | 1010100 | 110101 |
Color Harmonies of #ECC124
Complementary color
Monochromatic Colors of #ECC124
Black with #ECC124
Text Example
Text Example
White with #ECC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC124; }
p { color: rgb(236,193,36); }
H1.HeaderClassName
{
color: #ECC124;
}
.AnyTagClassName
{
color: #ECC124;
}
</style>
background-color css
<style>
a { background-color: #ECC124; }
a { background-color: rgb(236,193,36); }
div.DivClassName
{
background-color: #ECC124;
}
.BgClassName
{
background-color: #ECC124;
}
</style>
border-color css
<style>
span { border-color: #ECC124; }
span { border-color: rgb(236,193,36); }
td.TdClassName
{
border-color: #ECC124;
}
.TagClassName
{
border-color: #ECC124;
}
</style>