Shades of Moon Yellow #EDB819
Tints of Moon Yellow #EDB819
RGB
CMYK
RGB Variations
Color information
#EDB819 (or 0xEDB819) is known color: Moon Yellow. HEX triplet: ED, B8 and 19. RGB value is (237,184,25). Sum of RGB (Red+Green+Blue) = 237+184+25=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB819 is #1247E6. Grayscale: #B6B6B6. Windows color (decimal): -1198055 or 1685741. OLE color: 1685741.
HSL color Cylindrical-coordinate representation of color #EDB819: hue angle of 45º 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 #EDB819 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.07 |
| HSL | 45º | 0.85% | 0.51% | - |
| HSV(B) | 45º | 0.89% | 0.93% | - |
| XYZ | 52.24 | 52.36 | 8.27 | - |
| YUV | 181.72 | 39.56 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 25 | 0 | 0.22 | 0.89 | 0.07 | 45 | 0.85 | 0.51 |
| Hex | ED | B8 | 19 | 0 | 16 | 59 | 7 | 2D | 55 | 33 |
| Octal | 355 | 270 | 31 | 0 | 26 | 131 | 7 | 55 | 125 | 63 |
| Binary | 11101101 | 10111000 | 11001 | 0 | 10110 | 1011001 | 111 | 101101 | 1010101 | 110011 |
Color Harmonies of #EDB819
Complementary color
Monochromatic Colors of #EDB819
Black with #EDB819
Text Example
Text Example
White with #EDB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB819; }
p { color: rgb(237,184,25); }
H1.HeaderClassName
{
color: #EDB819;
}
.AnyTagClassName
{
color: #EDB819;
}
</style>
background-color css
<style>
a { background-color: #EDB819; }
a { background-color: rgb(237,184,25); }
div.DivClassName
{
background-color: #EDB819;
}
.BgClassName
{
background-color: #EDB819;
}
</style>
border-color css
<style>
span { border-color: #EDB819; }
span { border-color: rgb(237,184,25); }
td.TdClassName
{
border-color: #EDB819;
}
.TagClassName
{
border-color: #EDB819;
}
</style>