Shades of Moon Yellow #EDB913
Tints of Moon Yellow #EDB913
RGB
CMYK
RGB Variations
Color information
#EDB913 (or 0xEDB913) is known color: Moon Yellow. HEX triplet: ED, B9 and 13. RGB value is (237,185,19). Sum of RGB (Red+Green+Blue) = 237+185+19=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB913 is #1246EC. Grayscale: #B6B6B6. Windows color (decimal): -1197805 or 1292781. OLE color: 1292781.
HSL color Cylindrical-coordinate representation of color #EDB913: hue angle of 45.69º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDB913 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.07 |
| HSL | 45.69º | 0.86% | 0.5% | - |
| HSV(B) | 45.69º | 0.92% | 0.93% | - |
| XYZ | 52.39 | 52.75 | 8.04 | - |
| YUV | 181.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 19 | 0 | 0.22 | 0.92 | 0.07 | 45.69 | 0.86 | 0.5 |
| Hex | ED | B9 | 13 | 0 | 16 | 5C | 7 | 2E | 56 | 32 |
| Octal | 355 | 271 | 23 | 0 | 26 | 134 | 7 | 56 | 126 | 62 |
| Binary | 11101101 | 10111001 | 10011 | 0 | 10110 | 1011100 | 111 | 101110 | 1010110 | 110010 |
Color Harmonies of #EDB913
Complementary color
Monochromatic Colors of #EDB913
Black with #EDB913
Text Example
Text Example
White with #EDB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB913; }
p { color: rgb(237,185,19); }
H1.HeaderClassName
{
color: #EDB913;
}
.AnyTagClassName
{
color: #EDB913;
}
</style>
background-color css
<style>
a { background-color: #EDB913; }
a { background-color: rgb(237,185,19); }
div.DivClassName
{
background-color: #EDB913;
}
.BgClassName
{
background-color: #EDB913;
}
</style>
border-color css
<style>
span { border-color: #EDB913; }
span { border-color: rgb(237,185,19); }
td.TdClassName
{
border-color: #EDB913;
}
.TagClassName
{
border-color: #EDB913;
}
</style>