Shades of Moon Yellow #EDC90D
Tints of Moon Yellow #EDC90D
RGB
CMYK
RGB Variations
Color information
#EDC90D (or 0xEDC90D) is known color: Moon Yellow. HEX triplet: ED, C9 and 0D. RGB value is (237,201,13). Sum of RGB (Red+Green+Blue) = 237+201+13=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC90D is #1236F2. Grayscale: #BFBFBF. Windows color (decimal): -1193715 or 903661. OLE color: 903661.
HSL color Cylindrical-coordinate representation of color #EDC90D: hue angle of 50.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC90D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.36º | 0.9% | 0.49% | - |
| HSV(B) | 50.36º | 0.95% | 0.93% | - |
| XYZ | 55.88 | 59.81 | 8.98 | - |
| YUV | 190.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 13 | 0 | 0.15 | 0.95 | 0.07 | 50.36 | 0.9 | 0.49 |
| Hex | ED | C9 | D | 0 | F | 5F | 7 | 32 | 5A | 31 |
| Octal | 355 | 311 | 15 | 0 | 17 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101101 | 11001001 | 1101 | 0 | 1111 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #EDC90D
Complementary color
Monochromatic Colors of #EDC90D
Black with #EDC90D
Text Example
Text Example
White with #EDC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC90D; }
p { color: rgb(237,201,13); }
H1.HeaderClassName
{
color: #EDC90D;
}
.AnyTagClassName
{
color: #EDC90D;
}
</style>
background-color css
<style>
a { background-color: #EDC90D; }
a { background-color: rgb(237,201,13); }
div.DivClassName
{
background-color: #EDC90D;
}
.BgClassName
{
background-color: #EDC90D;
}
</style>
border-color css
<style>
span { border-color: #EDC90D; }
span { border-color: rgb(237,201,13); }
td.TdClassName
{
border-color: #EDC90D;
}
.TagClassName
{
border-color: #EDC90D;
}
</style>