Shades of Moon Yellow #EDC528
Tints of Moon Yellow #EDC528
RGB
CMYK
RGB Variations
Color information
#EDC528 (or 0xEDC528) is known color: Moon Yellow. HEX triplet: ED, C5 and 28. RGB value is (237,197,40). Sum of RGB (Red+Green+Blue) = 237+197+40=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC528 is #123AD7. Grayscale: #BFBFBF. Windows color (decimal): -1194712 or 2672109. OLE color: 2672109.
HSL color Cylindrical-coordinate representation of color #EDC528: hue angle of 47.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDC528 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.07 |
| HSL | 47.82º | 0.85% | 0.54% | - |
| HSV(B) | 47.82º | 0.83% | 0.93% | - |
| XYZ | 55.27 | 58.09 | 10.31 | - |
| YUV | 191.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 40 | 0 | 0.17 | 0.83 | 0.07 | 47.82 | 0.85 | 0.54 |
| Hex | ED | C5 | 28 | 0 | 11 | 53 | 7 | 30 | 55 | 36 |
| Octal | 355 | 305 | 50 | 0 | 21 | 123 | 7 | 60 | 125 | 66 |
| Binary | 11101101 | 11000101 | 101000 | 0 | 10001 | 1010011 | 111 | 110000 | 1010101 | 110110 |
Color Harmonies of #EDC528
Complementary color
Monochromatic Colors of #EDC528
Black with #EDC528
Text Example
Text Example
White with #EDC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC528; }
p { color: rgb(237,197,40); }
H1.HeaderClassName
{
color: #EDC528;
}
.AnyTagClassName
{
color: #EDC528;
}
</style>
background-color css
<style>
a { background-color: #EDC528; }
a { background-color: rgb(237,197,40); }
div.DivClassName
{
background-color: #EDC528;
}
.BgClassName
{
background-color: #EDC528;
}
</style>
border-color css
<style>
span { border-color: #EDC528; }
span { border-color: rgb(237,197,40); }
td.TdClassName
{
border-color: #EDC528;
}
.TagClassName
{
border-color: #EDC528;
}
</style>