Shades of Moon Yellow #EFBC10
Tints of Moon Yellow #EFBC10
RGB
CMYK
RGB Variations
Color information
#EFBC10 (or 0xEFBC10) is known color: Moon Yellow. HEX triplet: EF, BC and 10. RGB value is (239,188,16). Sum of RGB (Red+Green+Blue) = 239+188+16=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC10 is #1043EF. Grayscale: #B8B8B8. Windows color (decimal): -1065968 or 1096943. OLE color: 1096943.
HSL color Cylindrical-coordinate representation of color #EFBC10: hue angle of 46.28º 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 #EFBC10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.06 |
| HSL | 46.28º | 0.87% | 0.5% | - |
| HSV(B) | 46.28º | 0.93% | 0.94% | - |
| XYZ | 53.67 | 54.35 | 8.15 | - |
| YUV | 183.64 | 33.4 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 16 | 0 | 0.21 | 0.93 | 0.06 | 46.28 | 0.87 | 0.5 |
| Hex | EF | BC | 10 | 0 | 15 | 5D | 6 | 2E | 57 | 32 |
| Octal | 357 | 274 | 20 | 0 | 25 | 135 | 6 | 56 | 127 | 62 |
| Binary | 11101111 | 10111100 | 10000 | 0 | 10101 | 1011101 | 110 | 101110 | 1010111 | 110010 |
Color Harmonies of #EFBC10
Complementary color
Monochromatic Colors of #EFBC10
Black with #EFBC10
Text Example
Text Example
White with #EFBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC10; }
p { color: rgb(239,188,16); }
H1.HeaderClassName
{
color: #EFBC10;
}
.AnyTagClassName
{
color: #EFBC10;
}
</style>
background-color css
<style>
a { background-color: #EFBC10; }
a { background-color: rgb(239,188,16); }
div.DivClassName
{
background-color: #EFBC10;
}
.BgClassName
{
background-color: #EFBC10;
}
</style>
border-color css
<style>
span { border-color: #EFBC10; }
span { border-color: rgb(239,188,16); }
td.TdClassName
{
border-color: #EFBC10;
}
.TagClassName
{
border-color: #EFBC10;
}
</style>