Shades of Moon Yellow #EDB510
Tints of Moon Yellow #EDB510
RGB
CMYK
RGB Variations
Color information
#EDB510 (or 0xEDB510) is known color: Moon Yellow. HEX triplet: ED, B5 and 10. RGB value is (237,181,16). Sum of RGB (Red+Green+Blue) = 237+181+16=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB510 is #124AEF. Grayscale: #B3B3B3. Windows color (decimal): -1198832 or 1095149. OLE color: 1095149.
HSL color Cylindrical-coordinate representation of color #EDB510: hue angle of 44.8º 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 #EDB510 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.07 |
| HSL | 44.8º | 0.87% | 0.5% | - |
| HSV(B) | 44.8º | 0.93% | 0.93% | - |
| XYZ | 51.54 | 51.09 | 7.63 | - |
| YUV | 178.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 16 | 0 | 0.24 | 0.93 | 0.07 | 44.8 | 0.87 | 0.5 |
| Hex | ED | B5 | 10 | 0 | 18 | 5D | 7 | 2D | 57 | 32 |
| Octal | 355 | 265 | 20 | 0 | 30 | 135 | 7 | 55 | 127 | 62 |
| Binary | 11101101 | 10110101 | 10000 | 0 | 11000 | 1011101 | 111 | 101101 | 1010111 | 110010 |
Color Harmonies of #EDB510
Complementary color
Monochromatic Colors of #EDB510
Black with #EDB510
Text Example
Text Example
White with #EDB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB510; }
p { color: rgb(237,181,16); }
H1.HeaderClassName
{
color: #EDB510;
}
.AnyTagClassName
{
color: #EDB510;
}
</style>
background-color css
<style>
a { background-color: #EDB510; }
a { background-color: rgb(237,181,16); }
div.DivClassName
{
background-color: #EDB510;
}
.BgClassName
{
background-color: #EDB510;
}
</style>
border-color css
<style>
span { border-color: #EDB510; }
span { border-color: rgb(237,181,16); }
td.TdClassName
{
border-color: #EDB510;
}
.TagClassName
{
border-color: #EDB510;
}
</style>