Shades of Moon Yellow #EFC00E
Tints of Moon Yellow #EFC00E
RGB
CMYK
RGB Variations
Color information
#EFC00E (or 0xEFC00E) is known color: Moon Yellow. HEX triplet: EF, C0 and 0E. RGB value is (239,192,14). Sum of RGB (Red+Green+Blue) = 239+192+14=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC00E is #103FF1. Grayscale: #BABABA. Windows color (decimal): -1064946 or 966895. OLE color: 966895.
HSL color Cylindrical-coordinate representation of color #EFC00E: hue angle of 47.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFC00E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.06 |
| HSL | 47.47º | 0.89% | 0.5% | - |
| HSV(B) | 47.47º | 0.94% | 0.94% | - |
| XYZ | 54.53 | 56.08 | 8.37 | - |
| YUV | 185.76 | 31.07 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 14 | 0 | 0.20 | 0.94 | 0.06 | 47.47 | 0.89 | 0.5 |
| Hex | EF | C0 | E | 0 | 14 | 5E | 6 | 2F | 59 | 32 |
| Octal | 357 | 300 | 16 | 0 | 24 | 136 | 6 | 57 | 131 | 62 |
| Binary | 11101111 | 11000000 | 1110 | 0 | 10100 | 1011110 | 110 | 101111 | 1011001 | 110010 |
Color Harmonies of #EFC00E
Complementary color
Monochromatic Colors of #EFC00E
Black with #EFC00E
Text Example
Text Example
White with #EFC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC00E; }
p { color: rgb(239,192,14); }
H1.HeaderClassName
{
color: #EFC00E;
}
.AnyTagClassName
{
color: #EFC00E;
}
</style>
background-color css
<style>
a { background-color: #EFC00E; }
a { background-color: rgb(239,192,14); }
div.DivClassName
{
background-color: #EFC00E;
}
.BgClassName
{
background-color: #EFC00E;
}
</style>
border-color css
<style>
span { border-color: #EFC00E; }
span { border-color: rgb(239,192,14); }
td.TdClassName
{
border-color: #EFC00E;
}
.TagClassName
{
border-color: #EFC00E;
}
</style>