Shades of Moon Yellow #ECC215
Tints of Moon Yellow #ECC215
RGB
CMYK
RGB Variations
Color information
#ECC215 (or 0xECC215) is known color: Moon Yellow. HEX triplet: EC, C2 and 15. RGB value is (236,194,21). Sum of RGB (Red+Green+Blue) = 236+194+21=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC215 is #133DEA. Grayscale: #BBBBBB. Windows color (decimal): -1261035 or 1426156. OLE color: 1426156.
HSL color Cylindrical-coordinate representation of color #ECC215: hue angle of 48.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECC215 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 21 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.07 |
| HSL | 48.28º | 0.85% | 0.5% | - |
| HSV(B) | 48.28º | 0.91% | 0.93% | - |
| XYZ | 54.02 | 56.47 | 8.76 | - |
| YUV | 186.84 | 34.41 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 21 | 0 | 0.18 | 0.91 | 0.07 | 48.28 | 0.85 | 0.5 |
| Hex | EC | C2 | 15 | 0 | 12 | 5B | 7 | 30 | 55 | 32 |
| Octal | 354 | 302 | 25 | 0 | 22 | 133 | 7 | 60 | 125 | 62 |
| Binary | 11101100 | 11000010 | 10101 | 0 | 10010 | 1011011 | 111 | 110000 | 1010101 | 110010 |
Color Harmonies of #ECC215
Complementary color
Monochromatic Colors of #ECC215
Black with #ECC215
Text Example
Text Example
White with #ECC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC215; }
p { color: rgb(236,194,21); }
H1.HeaderClassName
{
color: #ECC215;
}
.AnyTagClassName
{
color: #ECC215;
}
</style>
background-color css
<style>
a { background-color: #ECC215; }
a { background-color: rgb(236,194,21); }
div.DivClassName
{
background-color: #ECC215;
}
.BgClassName
{
background-color: #ECC215;
}
</style>
border-color css
<style>
span { border-color: #ECC215; }
span { border-color: rgb(236,194,21); }
td.TdClassName
{
border-color: #ECC215;
}
.TagClassName
{
border-color: #ECC215;
}
</style>