Shades of Moon Yellow #EDC512
Tints of Moon Yellow #EDC512
RGB
CMYK
RGB Variations
Color information
#EDC512 (or 0xEDC512) is known color: Moon Yellow. HEX triplet: ED, C5 and 12. RGB value is (237,197,18). Sum of RGB (Red+Green+Blue) = 237+197+18=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC512 is #123AED. Grayscale: #BDBDBD. Windows color (decimal): -1194734 or 1230317. OLE color: 1230317.
HSL color Cylindrical-coordinate representation of color #EDC512: hue angle of 49.04º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDC512 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 49.04º | 0.86% | 0.5% | - |
| HSV(B) | 49.04º | 0.92% | 0.93% | - |
| XYZ | 55 | 57.98 | 8.86 | - |
| YUV | 188.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 18 | 0 | 0.17 | 0.92 | 0.07 | 49.04 | 0.86 | 0.5 |
| Hex | ED | C5 | 12 | 0 | 11 | 5C | 7 | 31 | 56 | 32 |
| Octal | 355 | 305 | 22 | 0 | 21 | 134 | 7 | 61 | 126 | 62 |
| Binary | 11101101 | 11000101 | 10010 | 0 | 10001 | 1011100 | 111 | 110001 | 1010110 | 110010 |
Color Harmonies of #EDC512
Complementary color
Monochromatic Colors of #EDC512
Black with #EDC512
Text Example
Text Example
White with #EDC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC512; }
p { color: rgb(237,197,18); }
H1.HeaderClassName
{
color: #EDC512;
}
.AnyTagClassName
{
color: #EDC512;
}
</style>
background-color css
<style>
a { background-color: #EDC512; }
a { background-color: rgb(237,197,18); }
div.DivClassName
{
background-color: #EDC512;
}
.BgClassName
{
background-color: #EDC512;
}
</style>
border-color css
<style>
span { border-color: #EDC512; }
span { border-color: rgb(237,197,18); }
td.TdClassName
{
border-color: #EDC512;
}
.TagClassName
{
border-color: #EDC512;
}
</style>