Shades of Moon Yellow #EFC210
Tints of Moon Yellow #EFC210
RGB
CMYK
RGB Variations
Color information
#EFC210 (or 0xEFC210) is known color: Moon Yellow. HEX triplet: EF, C2 and 10. RGB value is (239,194,16). Sum of RGB (Red+Green+Blue) = 239+194+16=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC210 is #103DEF. Grayscale: #BBBBBB. Windows color (decimal): -1064432 or 1098479. OLE color: 1098479.
HSL color Cylindrical-coordinate representation of color #EFC210: hue angle of 47.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFC210 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.06 |
| HSL | 47.89º | 0.87% | 0.5% | - |
| HSV(B) | 47.89º | 0.93% | 0.94% | - |
| XYZ | 54.98 | 56.97 | 8.59 | - |
| YUV | 187.16 | 31.41 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 16 | 0 | 0.19 | 0.93 | 0.06 | 47.89 | 0.87 | 0.5 |
| Hex | EF | C2 | 10 | 0 | 13 | 5D | 6 | 30 | 57 | 32 |
| Octal | 357 | 302 | 20 | 0 | 23 | 135 | 6 | 60 | 127 | 62 |
| Binary | 11101111 | 11000010 | 10000 | 0 | 10011 | 1011101 | 110 | 110000 | 1010111 | 110010 |
Color Harmonies of #EFC210
Complementary color
Monochromatic Colors of #EFC210
Black with #EFC210
Text Example
Text Example
White with #EFC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC210; }
p { color: rgb(239,194,16); }
H1.HeaderClassName
{
color: #EFC210;
}
.AnyTagClassName
{
color: #EFC210;
}
</style>
background-color css
<style>
a { background-color: #EFC210; }
a { background-color: rgb(239,194,16); }
div.DivClassName
{
background-color: #EFC210;
}
.BgClassName
{
background-color: #EFC210;
}
</style>
border-color css
<style>
span { border-color: #EFC210; }
span { border-color: rgb(239,194,16); }
td.TdClassName
{
border-color: #EFC210;
}
.TagClassName
{
border-color: #EFC210;
}
</style>