Shades of Moon Yellow #EFBF16
Tints of Moon Yellow #EFBF16
RGB
CMYK
RGB Variations
Color information
#EFBF16 (or 0xEFBF16) is known color: Moon Yellow. HEX triplet: EF, BF and 16. RGB value is (239,191,22). Sum of RGB (Red+Green+Blue) = 239+191+22=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF16 is #1040E9. Grayscale: #BABABA. Windows color (decimal): -1065194 or 1490927. OLE color: 1490927.
HSL color Cylindrical-coordinate representation of color #EFBF16: hue angle of 46.73º 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 #EFBF16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.06 |
| HSL | 46.73º | 0.87% | 0.51% | - |
| HSV(B) | 46.73º | 0.91% | 0.94% | - |
| XYZ | 54.37 | 55.67 | 8.64 | - |
| YUV | 186.09 | 35.4 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 22 | 0 | 0.20 | 0.91 | 0.06 | 46.73 | 0.87 | 0.51 |
| Hex | EF | BF | 16 | 0 | 14 | 5B | 6 | 2F | 57 | 33 |
| Octal | 357 | 277 | 26 | 0 | 24 | 133 | 6 | 57 | 127 | 63 |
| Binary | 11101111 | 10111111 | 10110 | 0 | 10100 | 1011011 | 110 | 101111 | 1010111 | 110011 |
Color Harmonies of #EFBF16
Complementary color
Monochromatic Colors of #EFBF16
Black with #EFBF16
Text Example
Text Example
White with #EFBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF16; }
p { color: rgb(239,191,22); }
H1.HeaderClassName
{
color: #EFBF16;
}
.AnyTagClassName
{
color: #EFBF16;
}
</style>
background-color css
<style>
a { background-color: #EFBF16; }
a { background-color: rgb(239,191,22); }
div.DivClassName
{
background-color: #EFBF16;
}
.BgClassName
{
background-color: #EFBF16;
}
</style>
border-color css
<style>
span { border-color: #EFBF16; }
span { border-color: rgb(239,191,22); }
td.TdClassName
{
border-color: #EFBF16;
}
.TagClassName
{
border-color: #EFBF16;
}
</style>