Shades of Moon Yellow #EDB518
Tints of Moon Yellow #EDB518
RGB
CMYK
RGB Variations
Color information
#EDB518 (or 0xEDB518) is known color: Moon Yellow. HEX triplet: ED, B5 and 18. RGB value is (237,181,24). Sum of RGB (Red+Green+Blue) = 237+181+24=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB518 is #124AE7. Grayscale: #B4B4B4. Windows color (decimal): -1198824 or 1619437. OLE color: 1619437.
HSL color Cylindrical-coordinate representation of color #EDB518: hue angle of 44.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDB518 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.07 |
| HSL | 44.23º | 0.86% | 0.51% | - |
| HSV(B) | 44.23º | 0.9% | 0.93% | - |
| XYZ | 51.61 | 51.12 | 8.01 | - |
| YUV | 179.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 24 | 0 | 0.24 | 0.90 | 0.07 | 44.23 | 0.86 | 0.51 |
| Hex | ED | B5 | 18 | 0 | 18 | 5A | 7 | 2C | 56 | 33 |
| Octal | 355 | 265 | 30 | 0 | 30 | 132 | 7 | 54 | 126 | 63 |
| Binary | 11101101 | 10110101 | 11000 | 0 | 11000 | 1011010 | 111 | 101100 | 1010110 | 110011 |
Color Harmonies of #EDB518
Complementary color
Monochromatic Colors of #EDB518
Black with #EDB518
Text Example
Text Example
White with #EDB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB518; }
p { color: rgb(237,181,24); }
H1.HeaderClassName
{
color: #EDB518;
}
.AnyTagClassName
{
color: #EDB518;
}
</style>
background-color css
<style>
a { background-color: #EDB518; }
a { background-color: rgb(237,181,24); }
div.DivClassName
{
background-color: #EDB518;
}
.BgClassName
{
background-color: #EDB518;
}
</style>
border-color css
<style>
span { border-color: #EDB518; }
span { border-color: rgb(237,181,24); }
td.TdClassName
{
border-color: #EDB518;
}
.TagClassName
{
border-color: #EDB518;
}
</style>