Shades of Moon Yellow #EDC51F
Tints of Moon Yellow #EDC51F
RGB
CMYK
RGB Variations
Color information
#EDC51F (or 0xEDC51F) is known color: Moon Yellow. HEX triplet: ED, C5 and 1F. RGB value is (237,197,31). Sum of RGB (Red+Green+Blue) = 237+197+31=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC51F is #123AE0. Grayscale: #BEBEBE. Windows color (decimal): -1194721 or 2082285. OLE color: 2082285.
HSL color Cylindrical-coordinate representation of color #EDC51F: hue angle of 48.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDC51F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 31 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.07 |
| HSL | 48.35º | 0.85% | 0.53% | - |
| HSV(B) | 48.35º | 0.87% | 0.93% | - |
| XYZ | 55.14 | 58.04 | 9.59 | - |
| YUV | 190.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 31 | 0 | 0.17 | 0.87 | 0.07 | 48.35 | 0.85 | 0.53 |
| Hex | ED | C5 | 1F | 0 | 11 | 57 | 7 | 30 | 55 | 35 |
| Octal | 355 | 305 | 37 | 0 | 21 | 127 | 7 | 60 | 125 | 65 |
| Binary | 11101101 | 11000101 | 11111 | 0 | 10001 | 1010111 | 111 | 110000 | 1010101 | 110101 |
Color Harmonies of #EDC51F
Complementary color
Monochromatic Colors of #EDC51F
Black with #EDC51F
Text Example
Text Example
White with #EDC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC51F; }
p { color: rgb(237,197,31); }
H1.HeaderClassName
{
color: #EDC51F;
}
.AnyTagClassName
{
color: #EDC51F;
}
</style>
background-color css
<style>
a { background-color: #EDC51F; }
a { background-color: rgb(237,197,31); }
div.DivClassName
{
background-color: #EDC51F;
}
.BgClassName
{
background-color: #EDC51F;
}
</style>
border-color css
<style>
span { border-color: #EDC51F; }
span { border-color: rgb(237,197,31); }
td.TdClassName
{
border-color: #EDC51F;
}
.TagClassName
{
border-color: #EDC51F;
}
</style>