Shades of Moon Yellow #EFBE19
Tints of Moon Yellow #EFBE19
RGB
CMYK
RGB Variations
Color information
#EFBE19 (or 0xEFBE19) is known color: Moon Yellow. HEX triplet: EF, BE and 19. RGB value is (239,190,25). Sum of RGB (Red+Green+Blue) = 239+190+25=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBE19 is #1041E6. Grayscale: #BABABA. Windows color (decimal): -1065447 or 1687279. OLE color: 1687279.
HSL color Cylindrical-coordinate representation of color #EFBE19: hue angle of 46.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFBE19 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.06 |
| HSL | 46.26º | 0.87% | 0.52% | - |
| HSV(B) | 46.26º | 0.9% | 0.94% | - |
| XYZ | 54.19 | 55.25 | 8.73 | - |
| YUV | 185.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 25 | 0 | 0.21 | 0.90 | 0.06 | 46.26 | 0.87 | 0.52 |
| Hex | EF | BE | 19 | 0 | 15 | 5A | 6 | 2E | 57 | 34 |
| Octal | 357 | 276 | 31 | 0 | 25 | 132 | 6 | 56 | 127 | 64 |
| Binary | 11101111 | 10111110 | 11001 | 0 | 10101 | 1011010 | 110 | 101110 | 1010111 | 110100 |
Color Harmonies of #EFBE19
Complementary color
Monochromatic Colors of #EFBE19
Black with #EFBE19
Text Example
Text Example
White with #EFBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE19; }
p { color: rgb(239,190,25); }
H1.HeaderClassName
{
color: #EFBE19;
}
.AnyTagClassName
{
color: #EFBE19;
}
</style>
background-color css
<style>
a { background-color: #EFBE19; }
a { background-color: rgb(239,190,25); }
div.DivClassName
{
background-color: #EFBE19;
}
.BgClassName
{
background-color: #EFBE19;
}
</style>
border-color css
<style>
span { border-color: #EFBE19; }
span { border-color: rgb(239,190,25); }
td.TdClassName
{
border-color: #EFBE19;
}
.TagClassName
{
border-color: #EFBE19;
}
</style>