Shades of Moon Yellow #EFBA16
Tints of Moon Yellow #EFBA16
RGB
CMYK
RGB Variations
Color information
#EFBA16 (or 0xEFBA16) is known color: Moon Yellow. HEX triplet: EF, BA and 16. RGB value is (239,186,22). Sum of RGB (Red+Green+Blue) = 239+186+22=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA16 is #1045E9. Grayscale: #B7B7B7. Windows color (decimal): -1066474 or 1489647. OLE color: 1489647.
HSL color Cylindrical-coordinate representation of color #EFBA16: hue angle of 45.35º 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 #EFBA16 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.06 |
| HSL | 45.35º | 0.87% | 0.51% | - |
| HSV(B) | 45.35º | 0.91% | 0.94% | - |
| XYZ | 53.3 | 53.53 | 8.28 | - |
| YUV | 183.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 22 | 0 | 0.22 | 0.91 | 0.06 | 45.35 | 0.87 | 0.51 |
| Hex | EF | BA | 16 | 0 | 16 | 5B | 6 | 2D | 57 | 33 |
| Octal | 357 | 272 | 26 | 0 | 26 | 133 | 6 | 55 | 127 | 63 |
| Binary | 11101111 | 10111010 | 10110 | 0 | 10110 | 1011011 | 110 | 101101 | 1010111 | 110011 |
Color Harmonies of #EFBA16
Complementary color
Monochromatic Colors of #EFBA16
Black with #EFBA16
Text Example
Text Example
White with #EFBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA16; }
p { color: rgb(239,186,22); }
H1.HeaderClassName
{
color: #EFBA16;
}
.AnyTagClassName
{
color: #EFBA16;
}
</style>
background-color css
<style>
a { background-color: #EFBA16; }
a { background-color: rgb(239,186,22); }
div.DivClassName
{
background-color: #EFBA16;
}
.BgClassName
{
background-color: #EFBA16;
}
</style>
border-color css
<style>
span { border-color: #EFBA16; }
span { border-color: rgb(239,186,22); }
td.TdClassName
{
border-color: #EFBA16;
}
.TagClassName
{
border-color: #EFBA16;
}
</style>