Shades of Moon Yellow #EFC112
Tints of Moon Yellow #EFC112
RGB
CMYK
RGB Variations
Color information
#EFC112 (or 0xEFC112) is known color: Moon Yellow. HEX triplet: EF, C1 and 12. RGB value is (239,193,18). Sum of RGB (Red+Green+Blue) = 239+193+18=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC112 is #103EED. Grayscale: #BBBBBB. Windows color (decimal): -1064686 or 1229295. OLE color: 1229295.
HSL color Cylindrical-coordinate representation of color #EFC112: hue angle of 47.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFC112 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 18 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.06 |
| HSL | 47.51º | 0.87% | 0.5% | - |
| HSV(B) | 47.51º | 0.92% | 0.94% | - |
| XYZ | 54.78 | 56.53 | 8.6 | - |
| YUV | 186.8 | 32.74 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 18 | 0 | 0.19 | 0.92 | 0.06 | 47.51 | 0.87 | 0.5 |
| Hex | EF | C1 | 12 | 0 | 13 | 5C | 6 | 30 | 57 | 32 |
| Octal | 357 | 301 | 22 | 0 | 23 | 134 | 6 | 60 | 127 | 62 |
| Binary | 11101111 | 11000001 | 10010 | 0 | 10011 | 1011100 | 110 | 110000 | 1010111 | 110010 |
Color Harmonies of #EFC112
Complementary color
Monochromatic Colors of #EFC112
Black with #EFC112
Text Example
Text Example
White with #EFC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC112; }
p { color: rgb(239,193,18); }
H1.HeaderClassName
{
color: #EFC112;
}
.AnyTagClassName
{
color: #EFC112;
}
</style>
background-color css
<style>
a { background-color: #EFC112; }
a { background-color: rgb(239,193,18); }
div.DivClassName
{
background-color: #EFC112;
}
.BgClassName
{
background-color: #EFC112;
}
</style>
border-color css
<style>
span { border-color: #EFC112; }
span { border-color: rgb(239,193,18); }
td.TdClassName
{
border-color: #EFC112;
}
.TagClassName
{
border-color: #EFC112;
}
</style>