Shades of Moon Yellow #EFC118
Tints of Moon Yellow #EFC118
RGB
CMYK
RGB Variations
Color information
#EFC118 (or 0xEFC118) is known color: Moon Yellow. HEX triplet: EF, C1 and 18. RGB value is (239,193,24). Sum of RGB (Red+Green+Blue) = 239+193+24=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC118 is #103EE7. Grayscale: #BCBCBC. Windows color (decimal): -1064680 or 1622511. OLE color: 1622511.
HSL color Cylindrical-coordinate representation of color #EFC118: hue angle of 47.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFC118 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.06 |
| HSL | 47.16º | 0.87% | 0.52% | - |
| HSV(B) | 47.16º | 0.9% | 0.94% | - |
| XYZ | 54.83 | 56.56 | 8.89 | - |
| YUV | 187.49 | 35.74 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 24 | 0 | 0.19 | 0.90 | 0.06 | 47.16 | 0.87 | 0.52 |
| Hex | EF | C1 | 18 | 0 | 13 | 5A | 6 | 2F | 57 | 34 |
| Octal | 357 | 301 | 30 | 0 | 23 | 132 | 6 | 57 | 127 | 64 |
| Binary | 11101111 | 11000001 | 11000 | 0 | 10011 | 1011010 | 110 | 101111 | 1010111 | 110100 |
Color Harmonies of #EFC118
Complementary color
Monochromatic Colors of #EFC118
Black with #EFC118
Text Example
Text Example
White with #EFC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC118; }
p { color: rgb(239,193,24); }
H1.HeaderClassName
{
color: #EFC118;
}
.AnyTagClassName
{
color: #EFC118;
}
</style>
background-color css
<style>
a { background-color: #EFC118; }
a { background-color: rgb(239,193,24); }
div.DivClassName
{
background-color: #EFC118;
}
.BgClassName
{
background-color: #EFC118;
}
</style>
border-color css
<style>
span { border-color: #EFC118; }
span { border-color: rgb(239,193,24); }
td.TdClassName
{
border-color: #EFC118;
}
.TagClassName
{
border-color: #EFC118;
}
</style>