Shades of Moon Yellow #EDC91C
Tints of Moon Yellow #EDC91C
RGB
CMYK
RGB Variations
Color information
#EDC91C (or 0xEDC91C) is known color: Moon Yellow. HEX triplet: ED, C9 and 1C. RGB value is (237,201,28). Sum of RGB (Red+Green+Blue) = 237+201+28=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC91C is #1236E3. Grayscale: #C0C0C0. Windows color (decimal): -1193700 or 1886701. OLE color: 1886701.
HSL color Cylindrical-coordinate representation of color #EDC91C: hue angle of 49.67º 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 #EDC91C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 28 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.07 |
| HSL | 49.67º | 0.85% | 0.52% | - |
| HSV(B) | 49.67º | 0.88% | 0.93% | - |
| XYZ | 56.02 | 59.86 | 9.7 | - |
| YUV | 192.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 28 | 0 | 0.15 | 0.88 | 0.07 | 49.67 | 0.85 | 0.52 |
| Hex | ED | C9 | 1C | 0 | F | 58 | 7 | 32 | 55 | 34 |
| Octal | 355 | 311 | 34 | 0 | 17 | 130 | 7 | 62 | 125 | 64 |
| Binary | 11101101 | 11001001 | 11100 | 0 | 1111 | 1011000 | 111 | 110010 | 1010101 | 110100 |
Color Harmonies of #EDC91C
Complementary color
Monochromatic Colors of #EDC91C
Black with #EDC91C
Text Example
Text Example
White with #EDC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC91C; }
p { color: rgb(237,201,28); }
H1.HeaderClassName
{
color: #EDC91C;
}
.AnyTagClassName
{
color: #EDC91C;
}
</style>
background-color css
<style>
a { background-color: #EDC91C; }
a { background-color: rgb(237,201,28); }
div.DivClassName
{
background-color: #EDC91C;
}
.BgClassName
{
background-color: #EDC91C;
}
</style>
border-color css
<style>
span { border-color: #EDC91C; }
span { border-color: rgb(237,201,28); }
td.TdClassName
{
border-color: #EDC91C;
}
.TagClassName
{
border-color: #EDC91C;
}
</style>