Shades of Moon Yellow #EDCE0F
Tints of Moon Yellow #EDCE0F
RGB
CMYK
RGB Variations
Color information
#EDCE0F (or 0xEDCE0F) is known color: Moon Yellow. HEX triplet: ED, CE and 0F. RGB value is (237,206,15). Sum of RGB (Red+Green+Blue) = 237+206+15=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE0F is #1231F0. Grayscale: #C2C2C2. Windows color (decimal): -1192433 or 1036013. OLE color: 1036013.
HSL color Cylindrical-coordinate representation of color #EDCE0F: hue angle of 51.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDCE0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.07 |
| HSL | 51.62º | 0.88% | 0.49% | - |
| HSV(B) | 51.62º | 0.94% | 0.93% | - |
| XYZ | 57.08 | 62.18 | 9.45 | - |
| YUV | 193.5 | 27.27 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 15 | 0 | 0.13 | 0.94 | 0.07 | 51.62 | 0.88 | 0.49 |
| Hex | ED | CE | F | 0 | D | 5E | 7 | 34 | 58 | 31 |
| Octal | 355 | 316 | 17 | 0 | 15 | 136 | 7 | 64 | 130 | 61 |
| Binary | 11101101 | 11001110 | 1111 | 0 | 1101 | 1011110 | 111 | 110100 | 1011000 | 110001 |
Color Harmonies of #EDCE0F
Complementary color
Monochromatic Colors of #EDCE0F
Black with #EDCE0F
Text Example
Text Example
White with #EDCE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE0F; }
p { color: rgb(237,206,15); }
H1.HeaderClassName
{
color: #EDCE0F;
}
.AnyTagClassName
{
color: #EDCE0F;
}
</style>
background-color css
<style>
a { background-color: #EDCE0F; }
a { background-color: rgb(237,206,15); }
div.DivClassName
{
background-color: #EDCE0F;
}
.BgClassName
{
background-color: #EDCE0F;
}
</style>
border-color css
<style>
span { border-color: #EDCE0F; }
span { border-color: rgb(237,206,15); }
td.TdClassName
{
border-color: #EDCE0F;
}
.TagClassName
{
border-color: #EDCE0F;
}
</style>