Shades of Moon Yellow #EDC41D
Tints of Moon Yellow #EDC41D
RGB
CMYK
RGB Variations
Color information
#EDC41D (or 0xEDC41D) is known color: Moon Yellow. HEX triplet: ED, C4 and 1D. RGB value is (237,196,29). Sum of RGB (Red+Green+Blue) = 237+196+29=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC41D is #123BE2. Grayscale: #BDBDBD. Windows color (decimal): -1194979 or 1950957. OLE color: 1950957.
HSL color Cylindrical-coordinate representation of color #EDC41D: hue angle of 48.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC41D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.07 |
| HSL | 48.17º | 0.85% | 0.52% | - |
| HSV(B) | 48.17º | 0.88% | 0.93% | - |
| XYZ | 54.89 | 57.57 | 9.38 | - |
| YUV | 189.22 | 37.58 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 29 | 0 | 0.17 | 0.88 | 0.07 | 48.17 | 0.85 | 0.52 |
| Hex | ED | C4 | 1D | 0 | 11 | 58 | 7 | 30 | 55 | 34 |
| Octal | 355 | 304 | 35 | 0 | 21 | 130 | 7 | 60 | 125 | 64 |
| Binary | 11101101 | 11000100 | 11101 | 0 | 10001 | 1011000 | 111 | 110000 | 1010101 | 110100 |
Color Harmonies of #EDC41D
Complementary color
Monochromatic Colors of #EDC41D
Black with #EDC41D
Text Example
Text Example
White with #EDC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC41D; }
p { color: rgb(237,196,29); }
H1.HeaderClassName
{
color: #EDC41D;
}
.AnyTagClassName
{
color: #EDC41D;
}
</style>
background-color css
<style>
a { background-color: #EDC41D; }
a { background-color: rgb(237,196,29); }
div.DivClassName
{
background-color: #EDC41D;
}
.BgClassName
{
background-color: #EDC41D;
}
</style>
border-color css
<style>
span { border-color: #EDC41D; }
span { border-color: rgb(237,196,29); }
td.TdClassName
{
border-color: #EDC41D;
}
.TagClassName
{
border-color: #EDC41D;
}
</style>