Shades of Moon Yellow #EDC51C
Tints of Moon Yellow #EDC51C
RGB
CMYK
RGB Variations
Color information
#EDC51C (or 0xEDC51C) is known color: Moon Yellow. HEX triplet: ED, C5 and 1C. RGB value is (237,197,28). Sum of RGB (Red+Green+Blue) = 237+197+28=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC51C is #123AE3. Grayscale: #BEBEBE. Windows color (decimal): -1194724 or 1885677. OLE color: 1885677.
HSL color Cylindrical-coordinate representation of color #EDC51C: hue angle of 48.52º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC51C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 28 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.07 |
| HSL | 48.52º | 0.85% | 0.52% | - |
| HSV(B) | 48.52º | 0.88% | 0.93% | - |
| XYZ | 55.1 | 58.02 | 9.39 | - |
| YUV | 189.69 | 36.75 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 28 | 0 | 0.17 | 0.88 | 0.07 | 48.52 | 0.85 | 0.52 |
| Hex | ED | C5 | 1C | 0 | 11 | 58 | 7 | 31 | 55 | 34 |
| Octal | 355 | 305 | 34 | 0 | 21 | 130 | 7 | 61 | 125 | 64 |
| Binary | 11101101 | 11000101 | 11100 | 0 | 10001 | 1011000 | 111 | 110001 | 1010101 | 110100 |
Color Harmonies of #EDC51C
Complementary color
Monochromatic Colors of #EDC51C
Black with #EDC51C
Text Example
Text Example
White with #EDC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC51C; }
p { color: rgb(237,197,28); }
H1.HeaderClassName
{
color: #EDC51C;
}
.AnyTagClassName
{
color: #EDC51C;
}
</style>
background-color css
<style>
a { background-color: #EDC51C; }
a { background-color: rgb(237,197,28); }
div.DivClassName
{
background-color: #EDC51C;
}
.BgClassName
{
background-color: #EDC51C;
}
</style>
border-color css
<style>
span { border-color: #EDC51C; }
span { border-color: rgb(237,197,28); }
td.TdClassName
{
border-color: #EDC51C;
}
.TagClassName
{
border-color: #EDC51C;
}
</style>