Shades of Moon Yellow #EFBE0F
Tints of Moon Yellow #EFBE0F
RGB
CMYK
RGB Variations
Color information
#EFBE0F (or 0xEFBE0F) is known color: Moon Yellow. HEX triplet: EF, BE and 0F. RGB value is (239,190,15). Sum of RGB (Red+Green+Blue) = 239+190+15=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBE0F is #1041F0. Grayscale: #B9B9B9. Windows color (decimal): -1065457 or 1031919. OLE color: 1031919.
HSL color Cylindrical-coordinate representation of color #EFBE0F: hue angle of 46.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFBE0F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.06 |
| HSL | 46.88º | 0.88% | 0.5% | - |
| HSV(B) | 46.88º | 0.94% | 0.94% | - |
| XYZ | 54.1 | 55.21 | 8.26 | - |
| YUV | 184.7 | 32.23 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 15 | 0 | 0.21 | 0.94 | 0.06 | 46.88 | 0.88 | 0.5 |
| Hex | EF | BE | F | 0 | 15 | 5E | 6 | 2F | 58 | 32 |
| Octal | 357 | 276 | 17 | 0 | 25 | 136 | 6 | 57 | 130 | 62 |
| Binary | 11101111 | 10111110 | 1111 | 0 | 10101 | 1011110 | 110 | 101111 | 1011000 | 110010 |
Color Harmonies of #EFBE0F
Complementary color
Monochromatic Colors of #EFBE0F
Black with #EFBE0F
Text Example
Text Example
White with #EFBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE0F; }
p { color: rgb(239,190,15); }
H1.HeaderClassName
{
color: #EFBE0F;
}
.AnyTagClassName
{
color: #EFBE0F;
}
</style>
background-color css
<style>
a { background-color: #EFBE0F; }
a { background-color: rgb(239,190,15); }
div.DivClassName
{
background-color: #EFBE0F;
}
.BgClassName
{
background-color: #EFBE0F;
}
</style>
border-color css
<style>
span { border-color: #EFBE0F; }
span { border-color: rgb(239,190,15); }
td.TdClassName
{
border-color: #EFBE0F;
}
.TagClassName
{
border-color: #EFBE0F;
}
</style>