Shades of Moon Yellow #EFBA14
Tints of Moon Yellow #EFBA14
RGB
CMYK
RGB Variations
Color information
#EFBA14 (or 0xEFBA14) is known color: Moon Yellow. HEX triplet: EF, BA and 14. RGB value is (239,186,20). Sum of RGB (Red+Green+Blue) = 239+186+20=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA14 is #1045EB. Grayscale: #B7B7B7. Windows color (decimal): -1066476 or 1358575. OLE color: 1358575.
HSL color Cylindrical-coordinate representation of color #EFBA14: hue angle of 45.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFBA14 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.06 |
| HSL | 45.48º | 0.87% | 0.51% | - |
| HSV(B) | 45.48º | 0.92% | 0.94% | - |
| XYZ | 53.28 | 53.52 | 8.18 | - |
| YUV | 182.92 | 36.06 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 20 | 0 | 0.22 | 0.92 | 0.06 | 45.48 | 0.87 | 0.51 |
| Hex | EF | BA | 14 | 0 | 16 | 5C | 6 | 2D | 57 | 33 |
| Octal | 357 | 272 | 24 | 0 | 26 | 134 | 6 | 55 | 127 | 63 |
| Binary | 11101111 | 10111010 | 10100 | 0 | 10110 | 1011100 | 110 | 101101 | 1010111 | 110011 |
Color Harmonies of #EFBA14
Complementary color
Monochromatic Colors of #EFBA14
Black with #EFBA14
Text Example
Text Example
White with #EFBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA14; }
p { color: rgb(239,186,20); }
H1.HeaderClassName
{
color: #EFBA14;
}
.AnyTagClassName
{
color: #EFBA14;
}
</style>
background-color css
<style>
a { background-color: #EFBA14; }
a { background-color: rgb(239,186,20); }
div.DivClassName
{
background-color: #EFBA14;
}
.BgClassName
{
background-color: #EFBA14;
}
</style>
border-color css
<style>
span { border-color: #EFBA14; }
span { border-color: rgb(239,186,20); }
td.TdClassName
{
border-color: #EFBA14;
}
.TagClassName
{
border-color: #EFBA14;
}
</style>