Shades of Moon Yellow #EFC016
Tints of Moon Yellow #EFC016
RGB
CMYK
RGB Variations
Color information
#EFC016 (or 0xEFC016) is known color: Moon Yellow. HEX triplet: EF, C0 and 16. RGB value is (239,192,22). Sum of RGB (Red+Green+Blue) = 239+192+22=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC016 is #103FE9. Grayscale: #BBBBBB. Windows color (decimal): -1064938 or 1491183. OLE color: 1491183.
HSL color Cylindrical-coordinate representation of color #EFC016: hue angle of 47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFC016 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.06 |
| HSL | 47º | 0.87% | 0.51% | - |
| HSV(B) | 47º | 0.91% | 0.94% | - |
| XYZ | 54.59 | 56.11 | 8.71 | - |
| YUV | 186.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 22 | 0 | 0.20 | 0.91 | 0.06 | 47 | 0.87 | 0.51 |
| Hex | EF | C0 | 16 | 0 | 14 | 5B | 6 | 2F | 57 | 33 |
| Octal | 357 | 300 | 26 | 0 | 24 | 133 | 6 | 57 | 127 | 63 |
| Binary | 11101111 | 11000000 | 10110 | 0 | 10100 | 1011011 | 110 | 101111 | 1010111 | 110011 |
Color Harmonies of #EFC016
Complementary color
Monochromatic Colors of #EFC016
Black with #EFC016
Text Example
Text Example
White with #EFC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC016; }
p { color: rgb(239,192,22); }
H1.HeaderClassName
{
color: #EFC016;
}
.AnyTagClassName
{
color: #EFC016;
}
</style>
background-color css
<style>
a { background-color: #EFC016; }
a { background-color: rgb(239,192,22); }
div.DivClassName
{
background-color: #EFC016;
}
.BgClassName
{
background-color: #EFC016;
}
</style>
border-color css
<style>
span { border-color: #EFC016; }
span { border-color: rgb(239,192,22); }
td.TdClassName
{
border-color: #EFC016;
}
.TagClassName
{
border-color: #EFC016;
}
</style>