Shades of Moon Yellow #EFBD16
Tints of Moon Yellow #EFBD16
RGB
CMYK
RGB Variations
Color information
#EFBD16 (or 0xEFBD16) is known color: Moon Yellow. HEX triplet: EF, BD and 16. RGB value is (239,189,22). Sum of RGB (Red+Green+Blue) = 239+189+22=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD16 is #1042E9. Grayscale: #B9B9B9. Windows color (decimal): -1065706 or 1490415. OLE color: 1490415.
HSL color Cylindrical-coordinate representation of color #EFBD16: hue angle of 46.18º 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 #EFBD16 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.06 |
| HSL | 46.18º | 0.87% | 0.51% | - |
| HSV(B) | 46.18º | 0.91% | 0.94% | - |
| XYZ | 53.94 | 54.8 | 8.49 | - |
| YUV | 184.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 22 | 0 | 0.21 | 0.91 | 0.06 | 46.18 | 0.87 | 0.51 |
| Hex | EF | BD | 16 | 0 | 15 | 5B | 6 | 2E | 57 | 33 |
| Octal | 357 | 275 | 26 | 0 | 25 | 133 | 6 | 56 | 127 | 63 |
| Binary | 11101111 | 10111101 | 10110 | 0 | 10101 | 1011011 | 110 | 101110 | 1010111 | 110011 |
Color Harmonies of #EFBD16
Complementary color
Monochromatic Colors of #EFBD16
Black with #EFBD16
Text Example
Text Example
White with #EFBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD16; }
p { color: rgb(239,189,22); }
H1.HeaderClassName
{
color: #EFBD16;
}
.AnyTagClassName
{
color: #EFBD16;
}
</style>
background-color css
<style>
a { background-color: #EFBD16; }
a { background-color: rgb(239,189,22); }
div.DivClassName
{
background-color: #EFBD16;
}
.BgClassName
{
background-color: #EFBD16;
}
</style>
border-color css
<style>
span { border-color: #EFBD16; }
span { border-color: rgb(239,189,22); }
td.TdClassName
{
border-color: #EFBD16;
}
.TagClassName
{
border-color: #EFBD16;
}
</style>