Shades of Moon Yellow #ECC524
Tints of Moon Yellow #ECC524
RGB
CMYK
RGB Variations
Color information
#ECC524 (or 0xECC524) is known color: Moon Yellow. HEX triplet: EC, C5 and 24. RGB value is (236,197,36). Sum of RGB (Red+Green+Blue) = 236+197+36=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC524 is #133ADB. Grayscale: #BEBEBE. Windows color (decimal): -1260252 or 2409964. OLE color: 2409964.
HSL color Cylindrical-coordinate representation of color #ECC524: hue angle of 48.3º 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 #ECC524 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 36 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.07 |
| HSL | 48.3º | 0.84% | 0.53% | - |
| HSV(B) | 48.3º | 0.85% | 0.93% | - |
| XYZ | 54.88 | 57.89 | 9.95 | - |
| YUV | 190.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 36 | 0 | 0.17 | 0.85 | 0.07 | 48.3 | 0.84 | 0.53 |
| Hex | EC | C5 | 24 | 0 | 11 | 55 | 7 | 30 | 54 | 35 |
| Octal | 354 | 305 | 44 | 0 | 21 | 125 | 7 | 60 | 124 | 65 |
| Binary | 11101100 | 11000101 | 100100 | 0 | 10001 | 1010101 | 111 | 110000 | 1010100 | 110101 |
Color Harmonies of #ECC524
Complementary color
Monochromatic Colors of #ECC524
Black with #ECC524
Text Example
Text Example
White with #ECC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC524; }
p { color: rgb(236,197,36); }
H1.HeaderClassName
{
color: #ECC524;
}
.AnyTagClassName
{
color: #ECC524;
}
</style>
background-color css
<style>
a { background-color: #ECC524; }
a { background-color: rgb(236,197,36); }
div.DivClassName
{
background-color: #ECC524;
}
.BgClassName
{
background-color: #ECC524;
}
</style>
border-color css
<style>
span { border-color: #ECC524; }
span { border-color: rgb(236,197,36); }
td.TdClassName
{
border-color: #ECC524;
}
.TagClassName
{
border-color: #ECC524;
}
</style>