Shades of Moon Yellow #EDC125
Tints of Moon Yellow #EDC125
RGB
CMYK
RGB Variations
Color information
#EDC125 (or 0xEDC125) is known color: Moon Yellow. HEX triplet: ED, C1 and 25. RGB value is (237,193,37). Sum of RGB (Red+Green+Blue) = 237+193+37=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC125 is #123EDA. Grayscale: #BDBDBD. Windows color (decimal): -1195739 or 2474477. OLE color: 2474477.
HSL color Cylindrical-coordinate representation of color #EDC125: hue angle of 46.8º 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 #EDC125 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 37 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.07 |
| HSL | 46.8º | 0.85% | 0.54% | - |
| HSV(B) | 46.8º | 0.84% | 0.93% | - |
| XYZ | 54.33 | 56.28 | 9.75 | - |
| YUV | 188.37 | 42.58 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 37 | 0 | 0.19 | 0.84 | 0.07 | 46.8 | 0.85 | 0.54 |
| Hex | ED | C1 | 25 | 0 | 13 | 54 | 7 | 2F | 55 | 36 |
| Octal | 355 | 301 | 45 | 0 | 23 | 124 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000001 | 100101 | 0 | 10011 | 1010100 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC125
Complementary color
Monochromatic Colors of #EDC125
Black with #EDC125
Text Example
Text Example
White with #EDC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC125; }
p { color: rgb(237,193,37); }
H1.HeaderClassName
{
color: #EDC125;
}
.AnyTagClassName
{
color: #EDC125;
}
</style>
background-color css
<style>
a { background-color: #EDC125; }
a { background-color: rgb(237,193,37); }
div.DivClassName
{
background-color: #EDC125;
}
.BgClassName
{
background-color: #EDC125;
}
</style>
border-color css
<style>
span { border-color: #EDC125; }
span { border-color: rgb(237,193,37); }
td.TdClassName
{
border-color: #EDC125;
}
.TagClassName
{
border-color: #EDC125;
}
</style>