Shades of Moon Yellow #EFC70E
Tints of Moon Yellow #EFC70E
RGB
CMYK
RGB Variations
Color information
#EFC70E (or 0xEFC70E) is known color: Moon Yellow. HEX triplet: EF, C7 and 0E. RGB value is (239,199,14). Sum of RGB (Red+Green+Blue) = 239+199+14=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC70E is #1038F1. Grayscale: #BEBEBE. Windows color (decimal): -1063154 or 968687. OLE color: 968687.
HSL color Cylindrical-coordinate representation of color #EFC70E: hue angle of 49.33º 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 #EFC70E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.06 |
| HSL | 49.33º | 0.89% | 0.5% | - |
| HSV(B) | 49.33º | 0.94% | 0.94% | - |
| XYZ | 56.1 | 59.23 | 8.89 | - |
| YUV | 189.87 | 28.75 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 14 | 0 | 0.17 | 0.94 | 0.06 | 49.33 | 0.89 | 0.5 |
| Hex | EF | C7 | E | 0 | 11 | 5E | 6 | 31 | 59 | 32 |
| Octal | 357 | 307 | 16 | 0 | 21 | 136 | 6 | 61 | 131 | 62 |
| Binary | 11101111 | 11000111 | 1110 | 0 | 10001 | 1011110 | 110 | 110001 | 1011001 | 110010 |
Color Harmonies of #EFC70E
Complementary color
Monochromatic Colors of #EFC70E
Black with #EFC70E
Text Example
Text Example
White with #EFC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC70E; }
p { color: rgb(239,199,14); }
H1.HeaderClassName
{
color: #EFC70E;
}
.AnyTagClassName
{
color: #EFC70E;
}
</style>
background-color css
<style>
a { background-color: #EFC70E; }
a { background-color: rgb(239,199,14); }
div.DivClassName
{
background-color: #EFC70E;
}
.BgClassName
{
background-color: #EFC70E;
}
</style>
border-color css
<style>
span { border-color: #EFC70E; }
span { border-color: rgb(239,199,14); }
td.TdClassName
{
border-color: #EFC70E;
}
.TagClassName
{
border-color: #EFC70E;
}
</style>