Shades of Moon Yellow #EDCB0F
Tints of Moon Yellow #EDCB0F
RGB
CMYK
RGB Variations
Color information
#EDCB0F (or 0xEDCB0F) is known color: Moon Yellow. HEX triplet: ED, CB and 0F. RGB value is (237,203,15). Sum of RGB (Red+Green+Blue) = 237+203+15=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB0F is #1234F0. Grayscale: #C0C0C0. Windows color (decimal): -1193201 or 1035245. OLE color: 1035245.
HSL color Cylindrical-coordinate representation of color #EDCB0F: hue angle of 50.81º 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 #EDCB0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 50.81º | 0.88% | 0.49% | - |
| HSV(B) | 50.81º | 0.94% | 0.93% | - |
| XYZ | 56.37 | 60.75 | 9.21 | - |
| YUV | 191.73 | 28.26 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 15 | 0 | 0.14 | 0.94 | 0.07 | 50.81 | 0.88 | 0.49 |
| Hex | ED | CB | F | 0 | E | 5E | 7 | 33 | 58 | 31 |
| Octal | 355 | 313 | 17 | 0 | 16 | 136 | 7 | 63 | 130 | 61 |
| Binary | 11101101 | 11001011 | 1111 | 0 | 1110 | 1011110 | 111 | 110011 | 1011000 | 110001 |
Color Harmonies of #EDCB0F
Complementary color
Monochromatic Colors of #EDCB0F
Black with #EDCB0F
Text Example
Text Example
White with #EDCB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB0F; }
p { color: rgb(237,203,15); }
H1.HeaderClassName
{
color: #EDCB0F;
}
.AnyTagClassName
{
color: #EDCB0F;
}
</style>
background-color css
<style>
a { background-color: #EDCB0F; }
a { background-color: rgb(237,203,15); }
div.DivClassName
{
background-color: #EDCB0F;
}
.BgClassName
{
background-color: #EDCB0F;
}
</style>
border-color css
<style>
span { border-color: #EDCB0F; }
span { border-color: rgb(237,203,15); }
td.TdClassName
{
border-color: #EDCB0F;
}
.TagClassName
{
border-color: #EDCB0F;
}
</style>