Shades of Moon Yellow #EFC220
Tints of Moon Yellow #EFC220
RGB
CMYK
RGB Variations
Color information
#EFC220 (or 0xEFC220) is known color: Moon Yellow. HEX triplet: EF, C2 and 20. RGB value is (239,194,32). Sum of RGB (Red+Green+Blue) = 239+194+32=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC220 is #103DDF. Grayscale: #BDBDBD. Windows color (decimal): -1064416 or 2147055. OLE color: 2147055.
HSL color Cylindrical-coordinate representation of color #EFC220: hue angle of 46.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFC220 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 32 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.06 |
| HSL | 46.96º | 0.87% | 0.53% | - |
| HSV(B) | 46.96º | 0.87% | 0.94% | - |
| XYZ | 55.15 | 57.04 | 9.47 | - |
| YUV | 188.99 | 39.41 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 32 | 0 | 0.19 | 0.87 | 0.06 | 46.96 | 0.87 | 0.53 |
| Hex | EF | C2 | 20 | 0 | 13 | 57 | 6 | 2F | 57 | 35 |
| Octal | 357 | 302 | 40 | 0 | 23 | 127 | 6 | 57 | 127 | 65 |
| Binary | 11101111 | 11000010 | 100000 | 0 | 10011 | 1010111 | 110 | 101111 | 1010111 | 110101 |
Color Harmonies of #EFC220
Complementary color
Monochromatic Colors of #EFC220
Black with #EFC220
Text Example
Text Example
White with #EFC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC220; }
p { color: rgb(239,194,32); }
H1.HeaderClassName
{
color: #EFC220;
}
.AnyTagClassName
{
color: #EFC220;
}
</style>
background-color css
<style>
a { background-color: #EFC220; }
a { background-color: rgb(239,194,32); }
div.DivClassName
{
background-color: #EFC220;
}
.BgClassName
{
background-color: #EFC220;
}
</style>
border-color css
<style>
span { border-color: #EFC220; }
span { border-color: rgb(239,194,32); }
td.TdClassName
{
border-color: #EFC220;
}
.TagClassName
{
border-color: #EFC220;
}
</style>