Shades of Moon Yellow #EFC215
Tints of Moon Yellow #EFC215
RGB
CMYK
RGB Variations
Color information
#EFC215 (or 0xEFC215) is known color: Moon Yellow. HEX triplet: EF, C2 and 15. RGB value is (239,194,21). Sum of RGB (Red+Green+Blue) = 239+194+21=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC215 is #103DEA. Grayscale: #BCBCBC. Windows color (decimal): -1064427 or 1426159. OLE color: 1426159.
HSL color Cylindrical-coordinate representation of color #EFC215: hue angle of 47.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFC215 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 21 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.06 |
| HSL | 47.61º | 0.87% | 0.51% | - |
| HSV(B) | 47.61º | 0.91% | 0.94% | - |
| XYZ | 55.02 | 56.99 | 8.81 | - |
| YUV | 187.73 | 33.91 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 21 | 0 | 0.19 | 0.91 | 0.06 | 47.61 | 0.87 | 0.51 |
| Hex | EF | C2 | 15 | 0 | 13 | 5B | 6 | 30 | 57 | 33 |
| Octal | 357 | 302 | 25 | 0 | 23 | 133 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000010 | 10101 | 0 | 10011 | 1011011 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC215
Complementary color
Monochromatic Colors of #EFC215
Black with #EFC215
Text Example
Text Example
White with #EFC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC215; }
p { color: rgb(239,194,21); }
H1.HeaderClassName
{
color: #EFC215;
}
.AnyTagClassName
{
color: #EFC215;
}
</style>
background-color css
<style>
a { background-color: #EFC215; }
a { background-color: rgb(239,194,21); }
div.DivClassName
{
background-color: #EFC215;
}
.BgClassName
{
background-color: #EFC215;
}
</style>
border-color css
<style>
span { border-color: #EFC215; }
span { border-color: rgb(239,194,21); }
td.TdClassName
{
border-color: #EFC215;
}
.TagClassName
{
border-color: #EFC215;
}
</style>