Shades of Moon Yellow #EDC41F
Tints of Moon Yellow #EDC41F
RGB
CMYK
RGB Variations
Color information
#EDC41F (or 0xEDC41F) is known color: Moon Yellow. HEX triplet: ED, C4 and 1F. RGB value is (237,196,31). Sum of RGB (Red+Green+Blue) = 237+196+31=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC41F is #123BE0. Grayscale: #BEBEBE. Windows color (decimal): -1194977 or 2082029. OLE color: 2082029.
HSL color Cylindrical-coordinate representation of color #EDC41F: hue angle of 48.06º 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 #EDC41F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 31 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.07 |
| HSL | 48.06º | 0.85% | 0.53% | - |
| HSV(B) | 48.06º | 0.87% | 0.93% | - |
| XYZ | 54.91 | 57.58 | 9.52 | - |
| YUV | 189.45 | 38.58 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 31 | 0 | 0.17 | 0.87 | 0.07 | 48.06 | 0.85 | 0.53 |
| Hex | ED | C4 | 1F | 0 | 11 | 57 | 7 | 30 | 55 | 35 |
| Octal | 355 | 304 | 37 | 0 | 21 | 127 | 7 | 60 | 125 | 65 |
| Binary | 11101101 | 11000100 | 11111 | 0 | 10001 | 1010111 | 111 | 110000 | 1010101 | 110101 |
Color Harmonies of #EDC41F
Complementary color
Monochromatic Colors of #EDC41F
Black with #EDC41F
Text Example
Text Example
White with #EDC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC41F; }
p { color: rgb(237,196,31); }
H1.HeaderClassName
{
color: #EDC41F;
}
.AnyTagClassName
{
color: #EDC41F;
}
</style>
background-color css
<style>
a { background-color: #EDC41F; }
a { background-color: rgb(237,196,31); }
div.DivClassName
{
background-color: #EDC41F;
}
.BgClassName
{
background-color: #EDC41F;
}
</style>
border-color css
<style>
span { border-color: #EDC41F; }
span { border-color: rgb(237,196,31); }
td.TdClassName
{
border-color: #EDC41F;
}
.TagClassName
{
border-color: #EDC41F;
}
</style>