Shades of Moon Yellow #EDBA10
Tints of Moon Yellow #EDBA10
RGB
CMYK
RGB Variations
Color information
#EDBA10 (or 0xEDBA10) is known color: Moon Yellow. HEX triplet: ED, BA and 10. RGB value is (237,186,16). Sum of RGB (Red+Green+Blue) = 237+186+16=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA10 is #1245EF. Grayscale: #B6B6B6. Windows color (decimal): -1197552 or 1096429. OLE color: 1096429.
HSL color Cylindrical-coordinate representation of color #EDBA10: hue angle of 46.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDBA10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.07 |
| HSL | 46.15º | 0.87% | 0.5% | - |
| HSV(B) | 46.15º | 0.93% | 0.93% | - |
| XYZ | 52.58 | 53.16 | 7.98 | - |
| YUV | 181.87 | 34.4 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 16 | 0 | 0.22 | 0.93 | 0.07 | 46.15 | 0.87 | 0.5 |
| Hex | ED | BA | 10 | 0 | 16 | 5D | 7 | 2E | 57 | 32 |
| Octal | 355 | 272 | 20 | 0 | 26 | 135 | 7 | 56 | 127 | 62 |
| Binary | 11101101 | 10111010 | 10000 | 0 | 10110 | 1011101 | 111 | 101110 | 1010111 | 110010 |
Color Harmonies of #EDBA10
Complementary color
Monochromatic Colors of #EDBA10
Black with #EDBA10
Text Example
Text Example
White with #EDBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA10; }
p { color: rgb(237,186,16); }
H1.HeaderClassName
{
color: #EDBA10;
}
.AnyTagClassName
{
color: #EDBA10;
}
</style>
background-color css
<style>
a { background-color: #EDBA10; }
a { background-color: rgb(237,186,16); }
div.DivClassName
{
background-color: #EDBA10;
}
.BgClassName
{
background-color: #EDBA10;
}
</style>
border-color css
<style>
span { border-color: #EDBA10; }
span { border-color: rgb(237,186,16); }
td.TdClassName
{
border-color: #EDBA10;
}
.TagClassName
{
border-color: #EDBA10;
}
</style>