Shades of Moon Yellow #EFC113
Tints of Moon Yellow #EFC113
RGB
CMYK
RGB Variations
Color information
#EFC113 (or 0xEFC113) is known color: Moon Yellow. HEX triplet: EF, C1 and 13. RGB value is (239,193,19). Sum of RGB (Red+Green+Blue) = 239+193+19=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC113 is #103EEC. Grayscale: #BBBBBB. Windows color (decimal): -1064685 or 1294831. OLE color: 1294831.
HSL color Cylindrical-coordinate representation of color #EFC113: hue angle of 47.45º 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 #EFC113 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 19 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.06 |
| HSL | 47.45º | 0.87% | 0.51% | - |
| HSV(B) | 47.45º | 0.92% | 0.94% | - |
| XYZ | 54.78 | 56.54 | 8.64 | - |
| YUV | 186.92 | 33.24 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 19 | 0 | 0.19 | 0.92 | 0.06 | 47.45 | 0.87 | 0.51 |
| Hex | EF | C1 | 13 | 0 | 13 | 5C | 6 | 2F | 57 | 33 |
| Octal | 357 | 301 | 23 | 0 | 23 | 134 | 6 | 57 | 127 | 63 |
| Binary | 11101111 | 11000001 | 10011 | 0 | 10011 | 1011100 | 110 | 101111 | 1010111 | 110011 |
Color Harmonies of #EFC113
Complementary color
Monochromatic Colors of #EFC113
Black with #EFC113
Text Example
Text Example
White with #EFC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC113; }
p { color: rgb(239,193,19); }
H1.HeaderClassName
{
color: #EFC113;
}
.AnyTagClassName
{
color: #EFC113;
}
</style>
background-color css
<style>
a { background-color: #EFC113; }
a { background-color: rgb(239,193,19); }
div.DivClassName
{
background-color: #EFC113;
}
.BgClassName
{
background-color: #EFC113;
}
</style>
border-color css
<style>
span { border-color: #EFC113; }
span { border-color: rgb(239,193,19); }
td.TdClassName
{
border-color: #EFC113;
}
.TagClassName
{
border-color: #EFC113;
}
</style>