Shades of Moon Yellow #EFC314
Tints of Moon Yellow #EFC314
RGB
CMYK
RGB Variations
Color information
#EFC314 (or 0xEFC314) is known color: Moon Yellow. HEX triplet: EF, C3 and 14. RGB value is (239,195,20). Sum of RGB (Red+Green+Blue) = 239+195+20=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC314 is #103CEB. Grayscale: #BCBCBC. Windows color (decimal): -1064172 or 1360879. OLE color: 1360879.
HSL color Cylindrical-coordinate representation of color #EFC314: hue angle of 47.95º 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 #EFC314 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.06 |
| HSL | 47.95º | 0.87% | 0.51% | - |
| HSV(B) | 47.95º | 0.92% | 0.94% | - |
| XYZ | 55.24 | 57.43 | 8.84 | - |
| YUV | 188.21 | 33.08 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 20 | 0 | 0.18 | 0.92 | 0.06 | 47.95 | 0.87 | 0.51 |
| Hex | EF | C3 | 14 | 0 | 12 | 5C | 6 | 30 | 57 | 33 |
| Octal | 357 | 303 | 24 | 0 | 22 | 134 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000011 | 10100 | 0 | 10010 | 1011100 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC314
Complementary color
Monochromatic Colors of #EFC314
Black with #EFC314
Text Example
Text Example
White with #EFC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC314; }
p { color: rgb(239,195,20); }
H1.HeaderClassName
{
color: #EFC314;
}
.AnyTagClassName
{
color: #EFC314;
}
</style>
background-color css
<style>
a { background-color: #EFC314; }
a { background-color: rgb(239,195,20); }
div.DivClassName
{
background-color: #EFC314;
}
.BgClassName
{
background-color: #EFC314;
}
</style>
border-color css
<style>
span { border-color: #EFC314; }
span { border-color: rgb(239,195,20); }
td.TdClassName
{
border-color: #EFC314;
}
.TagClassName
{
border-color: #EFC314;
}
</style>