Shades of Moon Yellow #EFBF11
Tints of Moon Yellow #EFBF11
RGB
CMYK
RGB Variations
Color information
#EFBF11 (or 0xEFBF11) is known color: Moon Yellow. HEX triplet: EF, BF and 11. RGB value is (239,191,17). Sum of RGB (Red+Green+Blue) = 239+191+17=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF11 is #1040EE. Grayscale: #BABABA. Windows color (decimal): -1065199 or 1163247. OLE color: 1163247.
HSL color Cylindrical-coordinate representation of color #EFBF11: hue angle of 47.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFBF11 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 17 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.06 |
| HSL | 47.03º | 0.87% | 0.5% | - |
| HSV(B) | 47.03º | 0.93% | 0.94% | - |
| XYZ | 54.33 | 55.65 | 8.41 | - |
| YUV | 185.52 | 32.9 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 17 | 0 | 0.20 | 0.93 | 0.06 | 47.03 | 0.87 | 0.5 |
| Hex | EF | BF | 11 | 0 | 14 | 5D | 6 | 2F | 57 | 32 |
| Octal | 357 | 277 | 21 | 0 | 24 | 135 | 6 | 57 | 127 | 62 |
| Binary | 11101111 | 10111111 | 10001 | 0 | 10100 | 1011101 | 110 | 101111 | 1010111 | 110010 |
Color Harmonies of #EFBF11
Complementary color
Monochromatic Colors of #EFBF11
Black with #EFBF11
Text Example
Text Example
White with #EFBF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF11; }
p { color: rgb(239,191,17); }
H1.HeaderClassName
{
color: #EFBF11;
}
.AnyTagClassName
{
color: #EFBF11;
}
</style>
background-color css
<style>
a { background-color: #EFBF11; }
a { background-color: rgb(239,191,17); }
div.DivClassName
{
background-color: #EFBF11;
}
.BgClassName
{
background-color: #EFBF11;
}
</style>
border-color css
<style>
span { border-color: #EFBF11; }
span { border-color: rgb(239,191,17); }
td.TdClassName
{
border-color: #EFBF11;
}
.TagClassName
{
border-color: #EFBF11;
}
</style>