Shades of Moon Yellow #EDC71F
Tints of Moon Yellow #EDC71F
RGB
CMYK
RGB Variations
Color information
#EDC71F (or 0xEDC71F) is known color: Moon Yellow. HEX triplet: ED, C7 and 1F. RGB value is (237,199,31). Sum of RGB (Red+Green+Blue) = 237+199+31=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC71F is #1238E0. Grayscale: #BFBFBF. Windows color (decimal): -1194209 or 2082797. OLE color: 2082797.
HSL color Cylindrical-coordinate representation of color #EDC71F: hue angle of 48.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDC71F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 31 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.07 |
| HSL | 48.93º | 0.85% | 0.53% | - |
| HSV(B) | 48.93º | 0.87% | 0.93% | - |
| XYZ | 55.6 | 58.95 | 9.74 | - |
| YUV | 191.21 | 37.59 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 31 | 0 | 0.16 | 0.87 | 0.07 | 48.93 | 0.85 | 0.53 |
| Hex | ED | C7 | 1F | 0 | 10 | 57 | 7 | 31 | 55 | 35 |
| Octal | 355 | 307 | 37 | 0 | 20 | 127 | 7 | 61 | 125 | 65 |
| Binary | 11101101 | 11000111 | 11111 | 0 | 10000 | 1010111 | 111 | 110001 | 1010101 | 110101 |
Color Harmonies of #EDC71F
Complementary color
Monochromatic Colors of #EDC71F
Black with #EDC71F
Text Example
Text Example
White with #EDC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC71F; }
p { color: rgb(237,199,31); }
H1.HeaderClassName
{
color: #EDC71F;
}
.AnyTagClassName
{
color: #EDC71F;
}
</style>
background-color css
<style>
a { background-color: #EDC71F; }
a { background-color: rgb(237,199,31); }
div.DivClassName
{
background-color: #EDC71F;
}
.BgClassName
{
background-color: #EDC71F;
}
</style>
border-color css
<style>
span { border-color: #EDC71F; }
span { border-color: rgb(237,199,31); }
td.TdClassName
{
border-color: #EDC71F;
}
.TagClassName
{
border-color: #EDC71F;
}
</style>