Shades of Moon Yellow #EDBA19
Tints of Moon Yellow #EDBA19
RGB
CMYK
RGB Variations
Color information
#EDBA19 (or 0xEDBA19) is known color: Moon Yellow. HEX triplet: ED, BA and 19. RGB value is (237,186,25). Sum of RGB (Red+Green+Blue) = 237+186+25=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA19 is #1245E6. Grayscale: #B7B7B7. Windows color (decimal): -1197543 or 1686253. OLE color: 1686253.
HSL color Cylindrical-coordinate representation of color #EDBA19: hue angle of 45.57º 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 #EDBA19 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.07 |
| HSL | 45.57º | 0.85% | 0.51% | - |
| HSV(B) | 45.57º | 0.89% | 0.93% | - |
| XYZ | 52.66 | 53.19 | 8.41 | - |
| YUV | 182.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 25 | 0 | 0.22 | 0.89 | 0.07 | 45.57 | 0.85 | 0.51 |
| Hex | ED | BA | 19 | 0 | 16 | 59 | 7 | 2E | 55 | 33 |
| Octal | 355 | 272 | 31 | 0 | 26 | 131 | 7 | 56 | 125 | 63 |
| Binary | 11101101 | 10111010 | 11001 | 0 | 10110 | 1011001 | 111 | 101110 | 1010101 | 110011 |
Color Harmonies of #EDBA19
Complementary color
Monochromatic Colors of #EDBA19
Black with #EDBA19
Text Example
Text Example
White with #EDBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA19; }
p { color: rgb(237,186,25); }
H1.HeaderClassName
{
color: #EDBA19;
}
.AnyTagClassName
{
color: #EDBA19;
}
</style>
background-color css
<style>
a { background-color: #EDBA19; }
a { background-color: rgb(237,186,25); }
div.DivClassName
{
background-color: #EDBA19;
}
.BgClassName
{
background-color: #EDBA19;
}
</style>
border-color css
<style>
span { border-color: #EDBA19; }
span { border-color: rgb(237,186,25); }
td.TdClassName
{
border-color: #EDBA19;
}
.TagClassName
{
border-color: #EDBA19;
}
</style>