Shades of Moon Yellow #EDC70F
Tints of Moon Yellow #EDC70F
RGB
CMYK
RGB Variations
Color information
#EDC70F (or 0xEDC70F) is known color: Moon Yellow. HEX triplet: ED, C7 and 0F. RGB value is (237,199,15). Sum of RGB (Red+Green+Blue) = 237+199+15=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC70F is #1238F0. Grayscale: #BEBEBE. Windows color (decimal): -1194225 or 1034221. OLE color: 1034221.
HSL color Cylindrical-coordinate representation of color #EDC70F: hue angle of 49.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDC70F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.07 |
| HSL | 49.73º | 0.88% | 0.49% | - |
| HSV(B) | 49.73º | 0.94% | 0.93% | - |
| XYZ | 55.43 | 58.89 | 8.9 | - |
| YUV | 189.39 | 29.59 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 15 | 0 | 0.16 | 0.94 | 0.07 | 49.73 | 0.88 | 0.49 |
| Hex | ED | C7 | F | 0 | 10 | 5E | 7 | 32 | 58 | 31 |
| Octal | 355 | 307 | 17 | 0 | 20 | 136 | 7 | 62 | 130 | 61 |
| Binary | 11101101 | 11000111 | 1111 | 0 | 10000 | 1011110 | 111 | 110010 | 1011000 | 110001 |
Color Harmonies of #EDC70F
Complementary color
Monochromatic Colors of #EDC70F
Black with #EDC70F
Text Example
Text Example
White with #EDC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC70F; }
p { color: rgb(237,199,15); }
H1.HeaderClassName
{
color: #EDC70F;
}
.AnyTagClassName
{
color: #EDC70F;
}
</style>
background-color css
<style>
a { background-color: #EDC70F; }
a { background-color: rgb(237,199,15); }
div.DivClassName
{
background-color: #EDC70F;
}
.BgClassName
{
background-color: #EDC70F;
}
</style>
border-color css
<style>
span { border-color: #EDC70F; }
span { border-color: rgb(237,199,15); }
td.TdClassName
{
border-color: #EDC70F;
}
.TagClassName
{
border-color: #EDC70F;
}
</style>