Shades of Moon Yellow #EDBA15
Tints of Moon Yellow #EDBA15
RGB
CMYK
RGB Variations
Color information
#EDBA15 (or 0xEDBA15) is known color: Moon Yellow. HEX triplet: ED, BA and 15. RGB value is (237,186,21). Sum of RGB (Red+Green+Blue) = 237+186+21=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA15 is #1245EA. Grayscale: #B7B7B7. Windows color (decimal): -1197547 or 1424109. OLE color: 1424109.
HSL color Cylindrical-coordinate representation of color #EDBA15: hue angle of 45.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDBA15 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 21 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.07 |
| HSL | 45.83º | 0.86% | 0.51% | - |
| HSV(B) | 45.83º | 0.91% | 0.93% | - |
| XYZ | 52.62 | 53.18 | 8.2 | - |
| YUV | 182.44 | 36.9 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 21 | 0 | 0.22 | 0.91 | 0.07 | 45.83 | 0.86 | 0.51 |
| Hex | ED | BA | 15 | 0 | 16 | 5B | 7 | 2E | 56 | 33 |
| Octal | 355 | 272 | 25 | 0 | 26 | 133 | 7 | 56 | 126 | 63 |
| Binary | 11101101 | 10111010 | 10101 | 0 | 10110 | 1011011 | 111 | 101110 | 1010110 | 110011 |
Color Harmonies of #EDBA15
Complementary color
Monochromatic Colors of #EDBA15
Black with #EDBA15
Text Example
Text Example
White with #EDBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA15; }
p { color: rgb(237,186,21); }
H1.HeaderClassName
{
color: #EDBA15;
}
.AnyTagClassName
{
color: #EDBA15;
}
</style>
background-color css
<style>
a { background-color: #EDBA15; }
a { background-color: rgb(237,186,21); }
div.DivClassName
{
background-color: #EDBA15;
}
.BgClassName
{
background-color: #EDBA15;
}
</style>
border-color css
<style>
span { border-color: #EDBA15; }
span { border-color: rgb(237,186,21); }
td.TdClassName
{
border-color: #EDBA15;
}
.TagClassName
{
border-color: #EDBA15;
}
</style>