Shades of Moon Yellow #EDC526
Tints of Moon Yellow #EDC526
RGB
CMYK
RGB Variations
Color information
#EDC526 (or 0xEDC526) is known color: Moon Yellow. HEX triplet: ED, C5 and 26. RGB value is (237,197,38). Sum of RGB (Red+Green+Blue) = 237+197+38=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC526 is #123AD9. Grayscale: #BFBFBF. Windows color (decimal): -1194714 or 2541037. OLE color: 2541037.
HSL color Cylindrical-coordinate representation of color #EDC526: hue angle of 47.94º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDC526 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 38 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.07 |
| HSL | 47.94º | 0.85% | 0.54% | - |
| HSV(B) | 47.94º | 0.84% | 0.93% | - |
| XYZ | 55.24 | 58.08 | 10.13 | - |
| YUV | 190.83 | 41.75 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 38 | 0 | 0.17 | 0.84 | 0.07 | 47.94 | 0.85 | 0.54 |
| Hex | ED | C5 | 26 | 0 | 11 | 54 | 7 | 30 | 55 | 36 |
| Octal | 355 | 305 | 46 | 0 | 21 | 124 | 7 | 60 | 125 | 66 |
| Binary | 11101101 | 11000101 | 100110 | 0 | 10001 | 1010100 | 111 | 110000 | 1010101 | 110110 |
Color Harmonies of #EDC526
Complementary color
Monochromatic Colors of #EDC526
Black with #EDC526
Text Example
Text Example
White with #EDC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC526; }
p { color: rgb(237,197,38); }
H1.HeaderClassName
{
color: #EDC526;
}
.AnyTagClassName
{
color: #EDC526;
}
</style>
background-color css
<style>
a { background-color: #EDC526; }
a { background-color: rgb(237,197,38); }
div.DivClassName
{
background-color: #EDC526;
}
.BgClassName
{
background-color: #EDC526;
}
</style>
border-color css
<style>
span { border-color: #EDC526; }
span { border-color: rgb(237,197,38); }
td.TdClassName
{
border-color: #EDC526;
}
.TagClassName
{
border-color: #EDC526;
}
</style>