Shades of Moon Yellow #EDC210
Tints of Moon Yellow #EDC210
RGB
CMYK
RGB Variations
Color information
#EDC210 (or 0xEDC210) is known color: Moon Yellow. HEX triplet: ED, C2 and 10. RGB value is (237,194,16). Sum of RGB (Red+Green+Blue) = 237+194+16=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC210 is #123DEF. Grayscale: #BBBBBB. Windows color (decimal): -1195504 or 1098477. OLE color: 1098477.
HSL color Cylindrical-coordinate representation of color #EDC210: hue angle of 48.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDC210 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.07 |
| HSL | 48.33º | 0.87% | 0.5% | - |
| HSV(B) | 48.33º | 0.93% | 0.93% | - |
| XYZ | 54.31 | 56.63 | 8.56 | - |
| YUV | 186.57 | 31.75 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 16 | 0 | 0.18 | 0.93 | 0.07 | 48.33 | 0.87 | 0.5 |
| Hex | ED | C2 | 10 | 0 | 12 | 5D | 7 | 30 | 57 | 32 |
| Octal | 355 | 302 | 20 | 0 | 22 | 135 | 7 | 60 | 127 | 62 |
| Binary | 11101101 | 11000010 | 10000 | 0 | 10010 | 1011101 | 111 | 110000 | 1010111 | 110010 |
Color Harmonies of #EDC210
Complementary color
Monochromatic Colors of #EDC210
Black with #EDC210
Text Example
Text Example
White with #EDC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC210; }
p { color: rgb(237,194,16); }
H1.HeaderClassName
{
color: #EDC210;
}
.AnyTagClassName
{
color: #EDC210;
}
</style>
background-color css
<style>
a { background-color: #EDC210; }
a { background-color: rgb(237,194,16); }
div.DivClassName
{
background-color: #EDC210;
}
.BgClassName
{
background-color: #EDC210;
}
</style>
border-color css
<style>
span { border-color: #EDC210; }
span { border-color: rgb(237,194,16); }
td.TdClassName
{
border-color: #EDC210;
}
.TagClassName
{
border-color: #EDC210;
}
</style>