Shades of Moon Yellow #EFC214
Tints of Moon Yellow #EFC214
RGB
CMYK
RGB Variations
Color information
#EFC214 (or 0xEFC214) is known color: Moon Yellow. HEX triplet: EF, C2 and 14. RGB value is (239,194,20). Sum of RGB (Red+Green+Blue) = 239+194+20=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC214 is #103DEB. Grayscale: #BCBCBC. Windows color (decimal): -1064428 or 1360623. OLE color: 1360623.
HSL color Cylindrical-coordinate representation of color #EFC214: hue angle of 47.67º 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 #EFC214 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.06 |
| HSL | 47.67º | 0.87% | 0.51% | - |
| HSV(B) | 47.67º | 0.92% | 0.94% | - |
| XYZ | 55.01 | 56.98 | 8.76 | - |
| YUV | 187.62 | 33.41 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 20 | 0 | 0.19 | 0.92 | 0.06 | 47.67 | 0.87 | 0.51 |
| Hex | EF | C2 | 14 | 0 | 13 | 5C | 6 | 30 | 57 | 33 |
| Octal | 357 | 302 | 24 | 0 | 23 | 134 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000010 | 10100 | 0 | 10011 | 1011100 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC214
Complementary color
Monochromatic Colors of #EFC214
Black with #EFC214
Text Example
Text Example
White with #EFC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC214; }
p { color: rgb(239,194,20); }
H1.HeaderClassName
{
color: #EFC214;
}
.AnyTagClassName
{
color: #EFC214;
}
</style>
background-color css
<style>
a { background-color: #EFC214; }
a { background-color: rgb(239,194,20); }
div.DivClassName
{
background-color: #EFC214;
}
.BgClassName
{
background-color: #EFC214;
}
</style>
border-color css
<style>
span { border-color: #EFC214; }
span { border-color: rgb(239,194,20); }
td.TdClassName
{
border-color: #EFC214;
}
.TagClassName
{
border-color: #EFC214;
}
</style>