Shades of Moon Yellow #EDC611
Tints of Moon Yellow #EDC611
RGB
CMYK
RGB Variations
Color information
#EDC611 (or 0xEDC611) is known color: Moon Yellow. HEX triplet: ED, C6 and 11. RGB value is (237,198,17). Sum of RGB (Red+Green+Blue) = 237+198+17=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC611 is #1239EE. Grayscale: #BDBDBD. Windows color (decimal): -1194479 or 1165037. OLE color: 1165037.
HSL color Cylindrical-coordinate representation of color #EDC611: hue angle of 49.36º 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 #EDC611 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.07 |
| HSL | 49.36º | 0.87% | 0.5% | - |
| HSV(B) | 49.36º | 0.93% | 0.93% | - |
| XYZ | 55.22 | 58.43 | 8.9 | - |
| YUV | 189.03 | 30.92 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 17 | 0 | 0.16 | 0.93 | 0.07 | 49.36 | 0.87 | 0.5 |
| Hex | ED | C6 | 11 | 0 | 10 | 5D | 7 | 31 | 57 | 32 |
| Octal | 355 | 306 | 21 | 0 | 20 | 135 | 7 | 61 | 127 | 62 |
| Binary | 11101101 | 11000110 | 10001 | 0 | 10000 | 1011101 | 111 | 110001 | 1010111 | 110010 |
Color Harmonies of #EDC611
Complementary color
Monochromatic Colors of #EDC611
Black with #EDC611
Text Example
Text Example
White with #EDC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC611; }
p { color: rgb(237,198,17); }
H1.HeaderClassName
{
color: #EDC611;
}
.AnyTagClassName
{
color: #EDC611;
}
</style>
background-color css
<style>
a { background-color: #EDC611; }
a { background-color: rgb(237,198,17); }
div.DivClassName
{
background-color: #EDC611;
}
.BgClassName
{
background-color: #EDC611;
}
</style>
border-color css
<style>
span { border-color: #EDC611; }
span { border-color: rgb(237,198,17); }
td.TdClassName
{
border-color: #EDC611;
}
.TagClassName
{
border-color: #EDC611;
}
</style>