Shades of Moon Yellow #EDBA17
Tints of Moon Yellow #EDBA17
RGB
CMYK
RGB Variations
Color information
#EDBA17 (or 0xEDBA17) is known color: Moon Yellow. HEX triplet: ED, BA and 17. RGB value is (237,186,23). Sum of RGB (Red+Green+Blue) = 237+186+23=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 23 (9.38% from 255 or 5.16% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA17 is #1245E8. Grayscale: #B7B7B7. Windows color (decimal): -1197545 or 1555181. OLE color: 1555181.
HSL color Cylindrical-coordinate representation of color #EDBA17: hue angle of 45.7º 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 #EDBA17 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 23 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.07 |
| HSL | 45.7º | 0.86% | 0.51% | - |
| HSV(B) | 45.7º | 0.9% | 0.93% | - |
| XYZ | 52.64 | 53.18 | 8.3 | - |
| YUV | 182.67 | 37.9 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 23 | 0 | 0.22 | 0.90 | 0.07 | 45.7 | 0.86 | 0.51 |
| Hex | ED | BA | 17 | 0 | 16 | 5A | 7 | 2E | 56 | 33 |
| Octal | 355 | 272 | 27 | 0 | 26 | 132 | 7 | 56 | 126 | 63 |
| Binary | 11101101 | 10111010 | 10111 | 0 | 10110 | 1011010 | 111 | 101110 | 1010110 | 110011 |
Color Harmonies of #EDBA17
Complementary color
Monochromatic Colors of #EDBA17
Black with #EDBA17
Text Example
Text Example
White with #EDBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA17; }
p { color: rgb(237,186,23); }
H1.HeaderClassName
{
color: #EDBA17;
}
.AnyTagClassName
{
color: #EDBA17;
}
</style>
background-color css
<style>
a { background-color: #EDBA17; }
a { background-color: rgb(237,186,23); }
div.DivClassName
{
background-color: #EDBA17;
}
.BgClassName
{
background-color: #EDBA17;
}
</style>
border-color css
<style>
span { border-color: #EDBA17; }
span { border-color: rgb(237,186,23); }
td.TdClassName
{
border-color: #EDBA17;
}
.TagClassName
{
border-color: #EDBA17;
}
</style>