Shades of Moon Yellow #EDC812
Tints of Moon Yellow #EDC812
RGB
CMYK
RGB Variations
Color information
#EDC812 (or 0xEDC812) is known color: Moon Yellow. HEX triplet: ED, C8 and 12. RGB value is (237,200,18). Sum of RGB (Red+Green+Blue) = 237+200+18=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC812 is #1237ED. Grayscale: #BFBFBF. Windows color (decimal): -1193966 or 1231085. OLE color: 1231085.
HSL color Cylindrical-coordinate representation of color #EDC812: hue angle of 49.86º 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 #EDC812 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.86º | 0.86% | 0.5% | - |
| HSV(B) | 49.86º | 0.92% | 0.93% | - |
| XYZ | 55.69 | 59.36 | 9.09 | - |
| YUV | 190.32 | 30.76 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 18 | 0 | 0.16 | 0.92 | 0.07 | 49.86 | 0.86 | 0.5 |
| Hex | ED | C8 | 12 | 0 | 10 | 5C | 7 | 32 | 56 | 32 |
| Octal | 355 | 310 | 22 | 0 | 20 | 134 | 7 | 62 | 126 | 62 |
| Binary | 11101101 | 11001000 | 10010 | 0 | 10000 | 1011100 | 111 | 110010 | 1010110 | 110010 |
Color Harmonies of #EDC812
Complementary color
Monochromatic Colors of #EDC812
Black with #EDC812
Text Example
Text Example
White with #EDC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC812; }
p { color: rgb(237,200,18); }
H1.HeaderClassName
{
color: #EDC812;
}
.AnyTagClassName
{
color: #EDC812;
}
</style>
background-color css
<style>
a { background-color: #EDC812; }
a { background-color: rgb(237,200,18); }
div.DivClassName
{
background-color: #EDC812;
}
.BgClassName
{
background-color: #EDC812;
}
</style>
border-color css
<style>
span { border-color: #EDC812; }
span { border-color: rgb(237,200,18); }
td.TdClassName
{
border-color: #EDC812;
}
.TagClassName
{
border-color: #EDC812;
}
</style>