Shades of Moon Yellow #EFC50E
Tints of Moon Yellow #EFC50E
RGB
CMYK
RGB Variations
Color information
#EFC50E (or 0xEFC50E) is known color: Moon Yellow. HEX triplet: EF, C5 and 0E. RGB value is (239,197,14). Sum of RGB (Red+Green+Blue) = 239+197+14=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC50E is #103AF1. Grayscale: #BDBDBD. Windows color (decimal): -1063666 or 968175. OLE color: 968175.
HSL color Cylindrical-coordinate representation of color #EFC50E: hue angle of 48.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFC50E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.06 |
| HSL | 48.8º | 0.89% | 0.5% | - |
| HSV(B) | 48.8º | 0.94% | 0.94% | - |
| XYZ | 55.64 | 58.31 | 8.74 | - |
| YUV | 188.7 | 29.41 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 14 | 0 | 0.18 | 0.94 | 0.06 | 48.8 | 0.89 | 0.5 |
| Hex | EF | C5 | E | 0 | 12 | 5E | 6 | 31 | 59 | 32 |
| Octal | 357 | 305 | 16 | 0 | 22 | 136 | 6 | 61 | 131 | 62 |
| Binary | 11101111 | 11000101 | 1110 | 0 | 10010 | 1011110 | 110 | 110001 | 1011001 | 110010 |
Color Harmonies of #EFC50E
Complementary color
Monochromatic Colors of #EFC50E
Black with #EFC50E
Text Example
Text Example
White with #EFC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC50E; }
p { color: rgb(239,197,14); }
H1.HeaderClassName
{
color: #EFC50E;
}
.AnyTagClassName
{
color: #EFC50E;
}
</style>
background-color css
<style>
a { background-color: #EFC50E; }
a { background-color: rgb(239,197,14); }
div.DivClassName
{
background-color: #EFC50E;
}
.BgClassName
{
background-color: #EFC50E;
}
</style>
border-color css
<style>
span { border-color: #EFC50E; }
span { border-color: rgb(239,197,14); }
td.TdClassName
{
border-color: #EFC50E;
}
.TagClassName
{
border-color: #EFC50E;
}
</style>