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