Shades of Moon Yellow #EDC911
Tints of Moon Yellow #EDC911
RGB
CMYK
RGB Variations
Color information
#EDC911 (or 0xEDC911) is known color: Moon Yellow. HEX triplet: ED, C9 and 11. RGB value is (237,201,17). Sum of RGB (Red+Green+Blue) = 237+201+17=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC911 is #1236EE. Grayscale: #BFBFBF. Windows color (decimal): -1193711 or 1165805. OLE color: 1165805.
HSL color Cylindrical-coordinate representation of color #EDC911: hue angle of 50.18º 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 #EDC911 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 17 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.07 |
| HSL | 50.18º | 0.87% | 0.5% | - |
| HSV(B) | 50.18º | 0.93% | 0.93% | - |
| XYZ | 55.91 | 59.82 | 9.13 | - |
| YUV | 190.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 17 | 0 | 0.15 | 0.93 | 0.07 | 50.18 | 0.87 | 0.5 |
| Hex | ED | C9 | 11 | 0 | F | 5D | 7 | 32 | 57 | 32 |
| Octal | 355 | 311 | 21 | 0 | 17 | 135 | 7 | 62 | 127 | 62 |
| Binary | 11101101 | 11001001 | 10001 | 0 | 1111 | 1011101 | 111 | 110010 | 1010111 | 110010 |
Color Harmonies of #EDC911
Complementary color
Monochromatic Colors of #EDC911
Black with #EDC911
Text Example
Text Example
White with #EDC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC911; }
p { color: rgb(237,201,17); }
H1.HeaderClassName
{
color: #EDC911;
}
.AnyTagClassName
{
color: #EDC911;
}
</style>
background-color css
<style>
a { background-color: #EDC911; }
a { background-color: rgb(237,201,17); }
div.DivClassName
{
background-color: #EDC911;
}
.BgClassName
{
background-color: #EDC911;
}
</style>
border-color css
<style>
span { border-color: #EDC911; }
span { border-color: rgb(237,201,17); }
td.TdClassName
{
border-color: #EDC911;
}
.TagClassName
{
border-color: #EDC911;
}
</style>