Shades of Moon Yellow #EDC41C
Tints of Moon Yellow #EDC41C
RGB
CMYK
RGB Variations
Color information
#EDC41C (or 0xEDC41C) is known color: Moon Yellow. HEX triplet: ED, C4 and 1C. RGB value is (237,196,28). Sum of RGB (Red+Green+Blue) = 237+196+28=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC41C is #123BE3. Grayscale: #BDBDBD. Windows color (decimal): -1194980 or 1885421. OLE color: 1885421.
HSL color Cylindrical-coordinate representation of color #EDC41C: hue angle of 48.23º 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 #EDC41C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 28 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.07 |
| HSL | 48.23º | 0.85% | 0.52% | - |
| HSV(B) | 48.23º | 0.88% | 0.93% | - |
| XYZ | 54.87 | 57.57 | 9.32 | - |
| YUV | 189.11 | 37.08 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 28 | 0 | 0.17 | 0.88 | 0.07 | 48.23 | 0.85 | 0.52 |
| Hex | ED | C4 | 1C | 0 | 11 | 58 | 7 | 30 | 55 | 34 |
| Octal | 355 | 304 | 34 | 0 | 21 | 130 | 7 | 60 | 125 | 64 |
| Binary | 11101101 | 11000100 | 11100 | 0 | 10001 | 1011000 | 111 | 110000 | 1010101 | 110100 |
Color Harmonies of #EDC41C
Complementary color
Monochromatic Colors of #EDC41C
Black with #EDC41C
Text Example
Text Example
White with #EDC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC41C; }
p { color: rgb(237,196,28); }
H1.HeaderClassName
{
color: #EDC41C;
}
.AnyTagClassName
{
color: #EDC41C;
}
</style>
background-color css
<style>
a { background-color: #EDC41C; }
a { background-color: rgb(237,196,28); }
div.DivClassName
{
background-color: #EDC41C;
}
.BgClassName
{
background-color: #EDC41C;
}
</style>
border-color css
<style>
span { border-color: #EDC41C; }
span { border-color: rgb(237,196,28); }
td.TdClassName
{
border-color: #EDC41C;
}
.TagClassName
{
border-color: #EDC41C;
}
</style>