Shades of Moon Yellow #EDB519
Tints of Moon Yellow #EDB519
RGB
CMYK
RGB Variations
Color information
#EDB519 (or 0xEDB519) is known color: Moon Yellow. HEX triplet: ED, B5 and 19. RGB value is (237,181,25). Sum of RGB (Red+Green+Blue) = 237+181+25=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB519 is #124AE6. Grayscale: #B4B4B4. Windows color (decimal): -1198823 or 1684973. OLE color: 1684973.
HSL color Cylindrical-coordinate representation of color #EDB519: hue angle of 44.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDB519 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 44.15º | 0.85% | 0.51% | - |
| HSV(B) | 44.15º | 0.89% | 0.93% | - |
| XYZ | 51.62 | 51.12 | 8.07 | - |
| YUV | 179.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 25 | 0 | 0.24 | 0.89 | 0.07 | 44.15 | 0.85 | 0.51 |
| Hex | ED | B5 | 19 | 0 | 18 | 59 | 7 | 2C | 55 | 33 |
| Octal | 355 | 265 | 31 | 0 | 30 | 131 | 7 | 54 | 125 | 63 |
| Binary | 11101101 | 10110101 | 11001 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #EDB519
Complementary color
Monochromatic Colors of #EDB519
Black with #EDB519
Text Example
Text Example
White with #EDB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB519; }
p { color: rgb(237,181,25); }
H1.HeaderClassName
{
color: #EDB519;
}
.AnyTagClassName
{
color: #EDB519;
}
</style>
background-color css
<style>
a { background-color: #EDB519; }
a { background-color: rgb(237,181,25); }
div.DivClassName
{
background-color: #EDB519;
}
.BgClassName
{
background-color: #EDB519;
}
</style>
border-color css
<style>
span { border-color: #EDB519; }
span { border-color: rgb(237,181,25); }
td.TdClassName
{
border-color: #EDB519;
}
.TagClassName
{
border-color: #EDB519;
}
</style>