Shades of Moon Yellow #EFC013
Tints of Moon Yellow #EFC013
RGB
CMYK
RGB Variations
Color information
#EFC013 (or 0xEFC013) is known color: Moon Yellow. HEX triplet: EF, C0 and 13. RGB value is (239,192,19). Sum of RGB (Red+Green+Blue) = 239+192+19=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC013 is #103FEC. Grayscale: #BBBBBB. Windows color (decimal): -1064941 or 1294575. OLE color: 1294575.
HSL color Cylindrical-coordinate representation of color #EFC013: hue angle of 47.18º 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 #EFC013 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 19 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.06 |
| HSL | 47.18º | 0.87% | 0.51% | - |
| HSV(B) | 47.18º | 0.92% | 0.94% | - |
| XYZ | 54.56 | 56.1 | 8.57 | - |
| YUV | 186.33 | 33.57 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 19 | 0 | 0.20 | 0.92 | 0.06 | 47.18 | 0.87 | 0.51 |
| Hex | EF | C0 | 13 | 0 | 14 | 5C | 6 | 2F | 57 | 33 |
| Octal | 357 | 300 | 23 | 0 | 24 | 134 | 6 | 57 | 127 | 63 |
| Binary | 11101111 | 11000000 | 10011 | 0 | 10100 | 1011100 | 110 | 101111 | 1010111 | 110011 |
Color Harmonies of #EFC013
Complementary color
Monochromatic Colors of #EFC013
Black with #EFC013
Text Example
Text Example
White with #EFC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC013; }
p { color: rgb(239,192,19); }
H1.HeaderClassName
{
color: #EFC013;
}
.AnyTagClassName
{
color: #EFC013;
}
</style>
background-color css
<style>
a { background-color: #EFC013; }
a { background-color: rgb(239,192,19); }
div.DivClassName
{
background-color: #EFC013;
}
.BgClassName
{
background-color: #EFC013;
}
</style>
border-color css
<style>
span { border-color: #EFC013; }
span { border-color: rgb(239,192,19); }
td.TdClassName
{
border-color: #EFC013;
}
.TagClassName
{
border-color: #EFC013;
}
</style>