Shades of Moon Yellow #EFBA1B
Tints of Moon Yellow #EFBA1B
RGB
CMYK
RGB Variations
Color information
#EFBA1B (or 0xEFBA1B) is known color: Moon Yellow. HEX triplet: EF, BA and 1B. RGB value is (239,186,27). Sum of RGB (Red+Green+Blue) = 239+186+27=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA1B is #1045E4. Grayscale: #B8B8B8. Windows color (decimal): -1066469 or 1817327. OLE color: 1817327.
HSL color Cylindrical-coordinate representation of color #EFBA1B: hue angle of 45º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFBA1B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 27 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.06 |
| HSL | 45º | 0.87% | 0.52% | - |
| HSV(B) | 45º | 0.89% | 0.94% | - |
| XYZ | 53.35 | 53.55 | 8.56 | - |
| YUV | 183.72 | 39.56 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 27 | 0 | 0.22 | 0.89 | 0.06 | 45 | 0.87 | 0.52 |
| Hex | EF | BA | 1B | 0 | 16 | 59 | 6 | 2D | 57 | 34 |
| Octal | 357 | 272 | 33 | 0 | 26 | 131 | 6 | 55 | 127 | 64 |
| Binary | 11101111 | 10111010 | 11011 | 0 | 10110 | 1011001 | 110 | 101101 | 1010111 | 110100 |
Color Harmonies of #EFBA1B
Complementary color
Monochromatic Colors of #EFBA1B
Black with #EFBA1B
Text Example
Text Example
White with #EFBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA1B; }
p { color: rgb(239,186,27); }
H1.HeaderClassName
{
color: #EFBA1B;
}
.AnyTagClassName
{
color: #EFBA1B;
}
</style>
background-color css
<style>
a { background-color: #EFBA1B; }
a { background-color: rgb(239,186,27); }
div.DivClassName
{
background-color: #EFBA1B;
}
.BgClassName
{
background-color: #EFBA1B;
}
</style>
border-color css
<style>
span { border-color: #EFBA1B; }
span { border-color: rgb(239,186,27); }
td.TdClassName
{
border-color: #EFBA1B;
}
.TagClassName
{
border-color: #EFBA1B;
}
</style>