Shades of Moon Yellow #EDB511
Tints of Moon Yellow #EDB511
RGB
CMYK
RGB Variations
Color information
#EDB511 (or 0xEDB511) is known color: Moon Yellow. HEX triplet: ED, B5 and 11. RGB value is (237,181,17). Sum of RGB (Red+Green+Blue) = 237+181+17=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB511 is #124AEE. Grayscale: #B3B3B3. Windows color (decimal): -1198831 or 1160685. OLE color: 1160685.
HSL color Cylindrical-coordinate representation of color #EDB511: hue angle of 44.73º 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 #EDB511 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.07 |
| HSL | 44.73º | 0.87% | 0.5% | - |
| HSV(B) | 44.73º | 0.93% | 0.93% | - |
| XYZ | 51.55 | 51.09 | 7.68 | - |
| YUV | 179.05 | 36.55 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 17 | 0 | 0.24 | 0.93 | 0.07 | 44.73 | 0.87 | 0.5 |
| Hex | ED | B5 | 11 | 0 | 18 | 5D | 7 | 2D | 57 | 32 |
| Octal | 355 | 265 | 21 | 0 | 30 | 135 | 7 | 55 | 127 | 62 |
| Binary | 11101101 | 10110101 | 10001 | 0 | 11000 | 1011101 | 111 | 101101 | 1010111 | 110010 |
Color Harmonies of #EDB511
Complementary color
Monochromatic Colors of #EDB511
Black with #EDB511
Text Example
Text Example
White with #EDB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB511; }
p { color: rgb(237,181,17); }
H1.HeaderClassName
{
color: #EDB511;
}
.AnyTagClassName
{
color: #EDB511;
}
</style>
background-color css
<style>
a { background-color: #EDB511; }
a { background-color: rgb(237,181,17); }
div.DivClassName
{
background-color: #EDB511;
}
.BgClassName
{
background-color: #EDB511;
}
</style>
border-color css
<style>
span { border-color: #EDB511; }
span { border-color: rgb(237,181,17); }
td.TdClassName
{
border-color: #EDB511;
}
.TagClassName
{
border-color: #EDB511;
}
</style>