Shades of Moon Yellow #EDC711
Tints of Moon Yellow #EDC711
RGB
CMYK
RGB Variations
Color information
#EDC711 (or 0xEDC711) is known color: Moon Yellow. HEX triplet: ED, C7 and 11. RGB value is (237,199,17). Sum of RGB (Red+Green+Blue) = 237+199+17=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC711 is #1238EE. Grayscale: #BEBEBE. Windows color (decimal): -1194223 or 1165293. OLE color: 1165293.
HSL color Cylindrical-coordinate representation of color #EDC711: hue angle of 49.64º 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 #EDC711 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.07 |
| HSL | 49.64º | 0.87% | 0.5% | - |
| HSV(B) | 49.64º | 0.93% | 0.93% | - |
| XYZ | 55.45 | 58.89 | 8.98 | - |
| YUV | 189.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 17 | 0 | 0.16 | 0.93 | 0.07 | 49.64 | 0.87 | 0.5 |
| Hex | ED | C7 | 11 | 0 | 10 | 5D | 7 | 32 | 57 | 32 |
| Octal | 355 | 307 | 21 | 0 | 20 | 135 | 7 | 62 | 127 | 62 |
| Binary | 11101101 | 11000111 | 10001 | 0 | 10000 | 1011101 | 111 | 110010 | 1010111 | 110010 |
Color Harmonies of #EDC711
Complementary color
Monochromatic Colors of #EDC711
Black with #EDC711
Text Example
Text Example
White with #EDC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC711; }
p { color: rgb(237,199,17); }
H1.HeaderClassName
{
color: #EDC711;
}
.AnyTagClassName
{
color: #EDC711;
}
</style>
background-color css
<style>
a { background-color: #EDC711; }
a { background-color: rgb(237,199,17); }
div.DivClassName
{
background-color: #EDC711;
}
.BgClassName
{
background-color: #EDC711;
}
</style>
border-color css
<style>
span { border-color: #EDC711; }
span { border-color: rgb(237,199,17); }
td.TdClassName
{
border-color: #EDC711;
}
.TagClassName
{
border-color: #EDC711;
}
</style>