Shades of Moon Yellow #EDC61D
Tints of Moon Yellow #EDC61D
RGB
CMYK
RGB Variations
Color information
#EDC61D (or 0xEDC61D) is known color: Moon Yellow. HEX triplet: ED, C6 and 1D. RGB value is (237,198,29). Sum of RGB (Red+Green+Blue) = 237+198+29=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC61D is #1239E2. Grayscale: #BFBFBF. Windows color (decimal): -1194467 or 1951469. OLE color: 1951469.
HSL color Cylindrical-coordinate representation of color #EDC61D: hue angle of 48.75º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC61D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.07 |
| HSL | 48.75º | 0.85% | 0.52% | - |
| HSV(B) | 48.75º | 0.88% | 0.93% | - |
| XYZ | 55.34 | 58.48 | 9.53 | - |
| YUV | 190.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 29 | 0 | 0.16 | 0.88 | 0.07 | 48.75 | 0.85 | 0.52 |
| Hex | ED | C6 | 1D | 0 | 10 | 58 | 7 | 31 | 55 | 34 |
| Octal | 355 | 306 | 35 | 0 | 20 | 130 | 7 | 61 | 125 | 64 |
| Binary | 11101101 | 11000110 | 11101 | 0 | 10000 | 1011000 | 111 | 110001 | 1010101 | 110100 |
Color Harmonies of #EDC61D
Complementary color
Monochromatic Colors of #EDC61D
Black with #EDC61D
Text Example
Text Example
White with #EDC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC61D; }
p { color: rgb(237,198,29); }
H1.HeaderClassName
{
color: #EDC61D;
}
.AnyTagClassName
{
color: #EDC61D;
}
</style>
background-color css
<style>
a { background-color: #EDC61D; }
a { background-color: rgb(237,198,29); }
div.DivClassName
{
background-color: #EDC61D;
}
.BgClassName
{
background-color: #EDC61D;
}
</style>
border-color css
<style>
span { border-color: #EDC61D; }
span { border-color: rgb(237,198,29); }
td.TdClassName
{
border-color: #EDC61D;
}
.TagClassName
{
border-color: #EDC61D;
}
</style>