Shades of Moon Yellow #EDC91D
Tints of Moon Yellow #EDC91D
RGB
CMYK
RGB Variations
Color information
#EDC91D (or 0xEDC91D) is known color: Moon Yellow. HEX triplet: ED, C9 and 1D. RGB value is (237,201,29). Sum of RGB (Red+Green+Blue) = 237+201+29=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC91D is #1236E2. Grayscale: #C0C0C0. Windows color (decimal): -1193699 or 1952237. OLE color: 1952237.
HSL color Cylindrical-coordinate representation of color #EDC91D: hue angle of 49.62º 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 #EDC91D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.07 |
| HSL | 49.62º | 0.85% | 0.52% | - |
| HSV(B) | 49.62º | 0.88% | 0.93% | - |
| XYZ | 56.03 | 59.87 | 9.76 | - |
| YUV | 192.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 29 | 0 | 0.15 | 0.88 | 0.07 | 49.62 | 0.85 | 0.52 |
| Hex | ED | C9 | 1D | 0 | F | 58 | 7 | 32 | 55 | 34 |
| Octal | 355 | 311 | 35 | 0 | 17 | 130 | 7 | 62 | 125 | 64 |
| Binary | 11101101 | 11001001 | 11101 | 0 | 1111 | 1011000 | 111 | 110010 | 1010101 | 110100 |
Color Harmonies of #EDC91D
Complementary color
Monochromatic Colors of #EDC91D
Black with #EDC91D
Text Example
Text Example
White with #EDC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC91D; }
p { color: rgb(237,201,29); }
H1.HeaderClassName
{
color: #EDC91D;
}
.AnyTagClassName
{
color: #EDC91D;
}
</style>
background-color css
<style>
a { background-color: #EDC91D; }
a { background-color: rgb(237,201,29); }
div.DivClassName
{
background-color: #EDC91D;
}
.BgClassName
{
background-color: #EDC91D;
}
</style>
border-color css
<style>
span { border-color: #EDC91D; }
span { border-color: rgb(237,201,29); }
td.TdClassName
{
border-color: #EDC91D;
}
.TagClassName
{
border-color: #EDC91D;
}
</style>