Shades of Moon Yellow #ECC017
Tints of Moon Yellow #ECC017
RGB
CMYK
RGB Variations
Color information
#ECC017 (or 0xECC017) is known color: Moon Yellow. HEX triplet: EC, C0 and 17. RGB value is (236,192,23). Sum of RGB (Red+Green+Blue) = 236+192+23=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC017 is #133FE8. Grayscale: #BABABA. Windows color (decimal): -1261545 or 1556716. OLE color: 1556716.
HSL color Cylindrical-coordinate representation of color #ECC017: hue angle of 47.61º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECC017 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 23 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.07 |
| HSL | 47.61º | 0.85% | 0.51% | - |
| HSV(B) | 47.61º | 0.9% | 0.93% | - |
| XYZ | 53.6 | 55.59 | 8.72 | - |
| YUV | 185.89 | 36.08 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 23 | 0 | 0.19 | 0.90 | 0.07 | 47.61 | 0.85 | 0.51 |
| Hex | EC | C0 | 17 | 0 | 13 | 5A | 7 | 30 | 55 | 33 |
| Octal | 354 | 300 | 27 | 0 | 23 | 132 | 7 | 60 | 125 | 63 |
| Binary | 11101100 | 11000000 | 10111 | 0 | 10011 | 1011010 | 111 | 110000 | 1010101 | 110011 |
Color Harmonies of #ECC017
Complementary color
Monochromatic Colors of #ECC017
Black with #ECC017
Text Example
Text Example
White with #ECC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC017; }
p { color: rgb(236,192,23); }
H1.HeaderClassName
{
color: #ECC017;
}
.AnyTagClassName
{
color: #ECC017;
}
</style>
background-color css
<style>
a { background-color: #ECC017; }
a { background-color: rgb(236,192,23); }
div.DivClassName
{
background-color: #ECC017;
}
.BgClassName
{
background-color: #ECC017;
}
</style>
border-color css
<style>
span { border-color: #ECC017; }
span { border-color: rgb(236,192,23); }
td.TdClassName
{
border-color: #ECC017;
}
.TagClassName
{
border-color: #ECC017;
}
</style>