Shades of Moon Yellow #EFC10E
Tints of Moon Yellow #EFC10E
RGB
CMYK
RGB Variations
Color information
#EFC10E (or 0xEFC10E) is known color: Moon Yellow. HEX triplet: EF, C1 and 0E. RGB value is (239,193,14). Sum of RGB (Red+Green+Blue) = 239+193+14=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC10E is #103EF1. Grayscale: #BBBBBB. Windows color (decimal): -1064690 or 967151. OLE color: 967151.
HSL color Cylindrical-coordinate representation of color #EFC10E: hue angle of 47.73º 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 #EFC10E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.06 |
| HSL | 47.73º | 0.89% | 0.5% | - |
| HSV(B) | 47.73º | 0.94% | 0.94% | - |
| XYZ | 54.75 | 56.52 | 8.44 | - |
| YUV | 186.35 | 30.74 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 14 | 0 | 0.19 | 0.94 | 0.06 | 47.73 | 0.89 | 0.5 |
| Hex | EF | C1 | E | 0 | 13 | 5E | 6 | 30 | 59 | 32 |
| Octal | 357 | 301 | 16 | 0 | 23 | 136 | 6 | 60 | 131 | 62 |
| Binary | 11101111 | 11000001 | 1110 | 0 | 10011 | 1011110 | 110 | 110000 | 1011001 | 110010 |
Color Harmonies of #EFC10E
Complementary color
Monochromatic Colors of #EFC10E
Black with #EFC10E
Text Example
Text Example
White with #EFC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC10E; }
p { color: rgb(239,193,14); }
H1.HeaderClassName
{
color: #EFC10E;
}
.AnyTagClassName
{
color: #EFC10E;
}
</style>
background-color css
<style>
a { background-color: #EFC10E; }
a { background-color: rgb(239,193,14); }
div.DivClassName
{
background-color: #EFC10E;
}
.BgClassName
{
background-color: #EFC10E;
}
</style>
border-color css
<style>
span { border-color: #EFC10E; }
span { border-color: rgb(239,193,14); }
td.TdClassName
{
border-color: #EFC10E;
}
.TagClassName
{
border-color: #EFC10E;
}
</style>