Shades of Moon Yellow #EDC710
Tints of Moon Yellow #EDC710
RGB
CMYK
RGB Variations
Color information
#EDC710 (or 0xEDC710) is known color: Moon Yellow. HEX triplet: ED, C7 and 10. RGB value is (237,199,16). Sum of RGB (Red+Green+Blue) = 237+199+16=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC710 is #1238EF. Grayscale: #BEBEBE. Windows color (decimal): -1194224 or 1099757. OLE color: 1099757.
HSL color Cylindrical-coordinate representation of color #EDC710: hue angle of 49.68º 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 #EDC710 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.07 |
| HSL | 49.68º | 0.87% | 0.5% | - |
| HSV(B) | 49.68º | 0.93% | 0.93% | - |
| XYZ | 55.44 | 58.89 | 8.93 | - |
| YUV | 189.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 16 | 0 | 0.16 | 0.93 | 0.07 | 49.68 | 0.87 | 0.5 |
| Hex | ED | C7 | 10 | 0 | 10 | 5D | 7 | 32 | 57 | 32 |
| Octal | 355 | 307 | 20 | 0 | 20 | 135 | 7 | 62 | 127 | 62 |
| Binary | 11101101 | 11000111 | 10000 | 0 | 10000 | 1011101 | 111 | 110010 | 1010111 | 110010 |
Color Harmonies of #EDC710
Complementary color
Monochromatic Colors of #EDC710
Black with #EDC710
Text Example
Text Example
White with #EDC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC710; }
p { color: rgb(237,199,16); }
H1.HeaderClassName
{
color: #EDC710;
}
.AnyTagClassName
{
color: #EDC710;
}
</style>
background-color css
<style>
a { background-color: #EDC710; }
a { background-color: rgb(237,199,16); }
div.DivClassName
{
background-color: #EDC710;
}
.BgClassName
{
background-color: #EDC710;
}
</style>
border-color css
<style>
span { border-color: #EDC710; }
span { border-color: rgb(237,199,16); }
td.TdClassName
{
border-color: #EDC710;
}
.TagClassName
{
border-color: #EDC710;
}
</style>