Shades of Moon Yellow #EDC90C
Tints of Moon Yellow #EDC90C
RGB
CMYK
RGB Variations
Color information
#EDC90C (or 0xEDC90C) is known color: Moon Yellow. HEX triplet: ED, C9 and 0C. RGB value is (237,201,12). Sum of RGB (Red+Green+Blue) = 237+201+12=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC90C is #1236F3. Grayscale: #BFBFBF. Windows color (decimal): -1193716 or 838125. OLE color: 838125.
HSL color Cylindrical-coordinate representation of color #EDC90C: hue angle of 50.4º 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 #EDC90C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.4º | 0.9% | 0.49% | - |
| HSV(B) | 50.4º | 0.95% | 0.93% | - |
| XYZ | 55.88 | 59.8 | 8.95 | - |
| YUV | 190.22 | 27.43 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 12 | 0 | 0.15 | 0.95 | 0.07 | 50.4 | 0.9 | 0.49 |
| Hex | ED | C9 | C | 0 | F | 5F | 7 | 32 | 5A | 31 |
| Octal | 355 | 311 | 14 | 0 | 17 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101101 | 11001001 | 1100 | 0 | 1111 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #EDC90C
Complementary color
Monochromatic Colors of #EDC90C
Black with #EDC90C
Text Example
Text Example
White with #EDC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC90C; }
p { color: rgb(237,201,12); }
H1.HeaderClassName
{
color: #EDC90C;
}
.AnyTagClassName
{
color: #EDC90C;
}
</style>
background-color css
<style>
a { background-color: #EDC90C; }
a { background-color: rgb(237,201,12); }
div.DivClassName
{
background-color: #EDC90C;
}
.BgClassName
{
background-color: #EDC90C;
}
</style>
border-color css
<style>
span { border-color: #EDC90C; }
span { border-color: rgb(237,201,12); }
td.TdClassName
{
border-color: #EDC90C;
}
.TagClassName
{
border-color: #EDC90C;
}
</style>