Shades of Moon Yellow #EFC018
Tints of Moon Yellow #EFC018
RGB
CMYK
RGB Variations
Color information
#EFC018 (or 0xEFC018) is known color: Moon Yellow. HEX triplet: EF, C0 and 18. RGB value is (239,192,24). Sum of RGB (Red+Green+Blue) = 239+192+24=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC018 is #103FE7. Grayscale: #BBBBBB. Windows color (decimal): -1064936 or 1622255. OLE color: 1622255.
HSL color Cylindrical-coordinate representation of color #EFC018: hue angle of 46.88º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFC018 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 24 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.06 |
| HSL | 46.88º | 0.87% | 0.52% | - |
| HSV(B) | 46.88º | 0.9% | 0.94% | - |
| XYZ | 54.61 | 56.12 | 8.82 | - |
| YUV | 186.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 24 | 0 | 0.20 | 0.90 | 0.06 | 46.88 | 0.87 | 0.52 |
| Hex | EF | C0 | 18 | 0 | 14 | 5A | 6 | 2F | 57 | 34 |
| Octal | 357 | 300 | 30 | 0 | 24 | 132 | 6 | 57 | 127 | 64 |
| Binary | 11101111 | 11000000 | 11000 | 0 | 10100 | 1011010 | 110 | 101111 | 1010111 | 110100 |
Color Harmonies of #EFC018
Complementary color
Monochromatic Colors of #EFC018
Black with #EFC018
Text Example
Text Example
White with #EFC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC018; }
p { color: rgb(239,192,24); }
H1.HeaderClassName
{
color: #EFC018;
}
.AnyTagClassName
{
color: #EFC018;
}
</style>
background-color css
<style>
a { background-color: #EFC018; }
a { background-color: rgb(239,192,24); }
div.DivClassName
{
background-color: #EFC018;
}
.BgClassName
{
background-color: #EFC018;
}
</style>
border-color css
<style>
span { border-color: #EFC018; }
span { border-color: rgb(239,192,24); }
td.TdClassName
{
border-color: #EFC018;
}
.TagClassName
{
border-color: #EFC018;
}
</style>