Shades of Moon Yellow #EDC511
Tints of Moon Yellow #EDC511
RGB
CMYK
RGB Variations
Color information
#EDC511 (or 0xEDC511) is known color: Moon Yellow. HEX triplet: ED, C5 and 11. RGB value is (237,197,17). Sum of RGB (Red+Green+Blue) = 237+197+17=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC511 is #123AEE. Grayscale: #BDBDBD. Windows color (decimal): -1194735 or 1164781. OLE color: 1164781.
HSL color Cylindrical-coordinate representation of color #EDC511: hue angle of 49.09º 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 #EDC511 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.07 |
| HSL | 49.09º | 0.87% | 0.5% | - |
| HSV(B) | 49.09º | 0.93% | 0.93% | - |
| XYZ | 54.99 | 57.98 | 8.82 | - |
| YUV | 188.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 17 | 0 | 0.17 | 0.93 | 0.07 | 49.09 | 0.87 | 0.5 |
| Hex | ED | C5 | 11 | 0 | 11 | 5D | 7 | 31 | 57 | 32 |
| Octal | 355 | 305 | 21 | 0 | 21 | 135 | 7 | 61 | 127 | 62 |
| Binary | 11101101 | 11000101 | 10001 | 0 | 10001 | 1011101 | 111 | 110001 | 1010111 | 110010 |
Color Harmonies of #EDC511
Complementary color
Monochromatic Colors of #EDC511
Black with #EDC511
Text Example
Text Example
White with #EDC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC511; }
p { color: rgb(237,197,17); }
H1.HeaderClassName
{
color: #EDC511;
}
.AnyTagClassName
{
color: #EDC511;
}
</style>
background-color css
<style>
a { background-color: #EDC511; }
a { background-color: rgb(237,197,17); }
div.DivClassName
{
background-color: #EDC511;
}
.BgClassName
{
background-color: #EDC511;
}
</style>
border-color css
<style>
span { border-color: #EDC511; }
span { border-color: rgb(237,197,17); }
td.TdClassName
{
border-color: #EDC511;
}
.TagClassName
{
border-color: #EDC511;
}
</style>