Shades of Moon Yellow #EDC51A
Tints of Moon Yellow #EDC51A
RGB
CMYK
RGB Variations
Color information
#EDC51A (or 0xEDC51A) is known color: Moon Yellow. HEX triplet: ED, C5 and 1A. RGB value is (237,197,26). Sum of RGB (Red+Green+Blue) = 237+197+26=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC51A is #123AE5. Grayscale: #BEBEBE. Windows color (decimal): -1194726 or 1754605. OLE color: 1754605.
HSL color Cylindrical-coordinate representation of color #EDC51A: hue angle of 48.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDC51A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.07 |
| HSL | 48.63º | 0.85% | 0.52% | - |
| HSV(B) | 48.63º | 0.89% | 0.93% | - |
| XYZ | 55.08 | 58.01 | 9.27 | - |
| YUV | 189.47 | 35.75 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 26 | 0 | 0.17 | 0.89 | 0.07 | 48.63 | 0.85 | 0.52 |
| Hex | ED | C5 | 1A | 0 | 11 | 59 | 7 | 31 | 55 | 34 |
| Octal | 355 | 305 | 32 | 0 | 21 | 131 | 7 | 61 | 125 | 64 |
| Binary | 11101101 | 11000101 | 11010 | 0 | 10001 | 1011001 | 111 | 110001 | 1010101 | 110100 |
Color Harmonies of #EDC51A
Complementary color
Monochromatic Colors of #EDC51A
Black with #EDC51A
Text Example
Text Example
White with #EDC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC51A; }
p { color: rgb(237,197,26); }
H1.HeaderClassName
{
color: #EDC51A;
}
.AnyTagClassName
{
color: #EDC51A;
}
</style>
background-color css
<style>
a { background-color: #EDC51A; }
a { background-color: rgb(237,197,26); }
div.DivClassName
{
background-color: #EDC51A;
}
.BgClassName
{
background-color: #EDC51A;
}
</style>
border-color css
<style>
span { border-color: #EDC51A; }
span { border-color: rgb(237,197,26); }
td.TdClassName
{
border-color: #EDC51A;
}
.TagClassName
{
border-color: #EDC51A;
}
</style>