Shades of Moon Yellow #EFC913
Tints of Moon Yellow #EFC913
RGB
CMYK
RGB Variations
Color information
#EFC913 (or 0xEFC913) is known color: Moon Yellow. HEX triplet: EF, C9 and 13. RGB value is (239,201,19). Sum of RGB (Red+Green+Blue) = 239+201+19=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC913 is #1036EC. Grayscale: #C0C0C0. Windows color (decimal): -1062637 or 1296879. OLE color: 1296879.
HSL color Cylindrical-coordinate representation of color #EFC913: hue angle of 49.64º 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 #EFC913 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.06 |
| HSL | 49.64º | 0.87% | 0.51% | - |
| HSV(B) | 49.64º | 0.92% | 0.94% | - |
| XYZ | 56.6 | 60.17 | 9.25 | - |
| YUV | 191.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 19 | 0 | 0.16 | 0.92 | 0.06 | 49.64 | 0.87 | 0.51 |
| Hex | EF | C9 | 13 | 0 | 10 | 5C | 6 | 32 | 57 | 33 |
| Octal | 357 | 311 | 23 | 0 | 20 | 134 | 6 | 62 | 127 | 63 |
| Binary | 11101111 | 11001001 | 10011 | 0 | 10000 | 1011100 | 110 | 110010 | 1010111 | 110011 |
Color Harmonies of #EFC913
Complementary color
Monochromatic Colors of #EFC913
Black with #EFC913
Text Example
Text Example
White with #EFC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC913; }
p { color: rgb(239,201,19); }
H1.HeaderClassName
{
color: #EFC913;
}
.AnyTagClassName
{
color: #EFC913;
}
</style>
background-color css
<style>
a { background-color: #EFC913; }
a { background-color: rgb(239,201,19); }
div.DivClassName
{
background-color: #EFC913;
}
.BgClassName
{
background-color: #EFC913;
}
</style>
border-color css
<style>
span { border-color: #EFC913; }
span { border-color: rgb(239,201,19); }
td.TdClassName
{
border-color: #EFC913;
}
.TagClassName
{
border-color: #EFC913;
}
</style>