Shades of Moon Yellow #ECC523
Tints of Moon Yellow #ECC523
RGB
CMYK
RGB Variations
Color information
#ECC523 (or 0xECC523) is known color: Moon Yellow. HEX triplet: EC, C5 and 23. RGB value is (236,197,35). Sum of RGB (Red+Green+Blue) = 236+197+35=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC523 is #133ADC. Grayscale: #BEBEBE. Windows color (decimal): -1260253 or 2344428. OLE color: 2344428.
HSL color Cylindrical-coordinate representation of color #ECC523: hue angle of 48.36º 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 #ECC523 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 35 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.07 |
| HSL | 48.36º | 0.84% | 0.53% | - |
| HSV(B) | 48.36º | 0.85% | 0.93% | - |
| XYZ | 54.86 | 57.89 | 9.87 | - |
| YUV | 190.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 35 | 0 | 0.17 | 0.85 | 0.07 | 48.36 | 0.84 | 0.53 |
| Hex | EC | C5 | 23 | 0 | 11 | 55 | 7 | 30 | 54 | 35 |
| Octal | 354 | 305 | 43 | 0 | 21 | 125 | 7 | 60 | 124 | 65 |
| Binary | 11101100 | 11000101 | 100011 | 0 | 10001 | 1010101 | 111 | 110000 | 1010100 | 110101 |
Color Harmonies of #ECC523
Complementary color
Monochromatic Colors of #ECC523
Black with #ECC523
Text Example
Text Example
White with #ECC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC523; }
p { color: rgb(236,197,35); }
H1.HeaderClassName
{
color: #ECC523;
}
.AnyTagClassName
{
color: #ECC523;
}
</style>
background-color css
<style>
a { background-color: #ECC523; }
a { background-color: rgb(236,197,35); }
div.DivClassName
{
background-color: #ECC523;
}
.BgClassName
{
background-color: #ECC523;
}
</style>
border-color css
<style>
span { border-color: #ECC523; }
span { border-color: rgb(236,197,35); }
td.TdClassName
{
border-color: #ECC523;
}
.TagClassName
{
border-color: #ECC523;
}
</style>