Shades of Moon Yellow #EFC80E
Tints of Moon Yellow #EFC80E
RGB
CMYK
RGB Variations
Color information
#EFC80E (or 0xEFC80E) is known color: Moon Yellow. HEX triplet: EF, C8 and 0E. RGB value is (239,200,14). Sum of RGB (Red+Green+Blue) = 239+200+14=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC80E is #1037F1. Grayscale: #BFBFBF. Windows color (decimal): -1062898 or 968943. OLE color: 968943.
HSL color Cylindrical-coordinate representation of color #EFC80E: hue angle of 49.6º 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 #EFC80E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.06 |
| HSL | 49.6º | 0.89% | 0.5% | - |
| HSV(B) | 49.6º | 0.94% | 0.94% | - |
| XYZ | 56.33 | 59.69 | 8.97 | - |
| YUV | 190.46 | 28.42 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 14 | 0 | 0.16 | 0.94 | 0.06 | 49.6 | 0.89 | 0.5 |
| Hex | EF | C8 | E | 0 | 10 | 5E | 6 | 32 | 59 | 32 |
| Octal | 357 | 310 | 16 | 0 | 20 | 136 | 6 | 62 | 131 | 62 |
| Binary | 11101111 | 11001000 | 1110 | 0 | 10000 | 1011110 | 110 | 110010 | 1011001 | 110010 |
Color Harmonies of #EFC80E
Complementary color
Monochromatic Colors of #EFC80E
Black with #EFC80E
Text Example
Text Example
White with #EFC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC80E; }
p { color: rgb(239,200,14); }
H1.HeaderClassName
{
color: #EFC80E;
}
.AnyTagClassName
{
color: #EFC80E;
}
</style>
background-color css
<style>
a { background-color: #EFC80E; }
a { background-color: rgb(239,200,14); }
div.DivClassName
{
background-color: #EFC80E;
}
.BgClassName
{
background-color: #EFC80E;
}
</style>
border-color css
<style>
span { border-color: #EFC80E; }
span { border-color: rgb(239,200,14); }
td.TdClassName
{
border-color: #EFC80E;
}
.TagClassName
{
border-color: #EFC80E;
}
</style>