Shades of Moon Yellow #EFCA0E
Tints of Moon Yellow #EFCA0E
RGB
CMYK
RGB Variations
Color information
#EFCA0E (or 0xEFCA0E) is known color: Moon Yellow. HEX triplet: EF, CA and 0E. RGB value is (239,202,14). Sum of RGB (Red+Green+Blue) = 239+202+14=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0E is #1035F1. Grayscale: #C0C0C0. Windows color (decimal): -1062386 or 969455. OLE color: 969455.
HSL color Cylindrical-coordinate representation of color #EFCA0E: hue angle of 50.13º 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 #EFCA0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.06 |
| HSL | 50.13º | 0.89% | 0.5% | - |
| HSV(B) | 50.13º | 0.94% | 0.94% | - |
| XYZ | 56.8 | 60.62 | 9.12 | - |
| YUV | 191.63 | 27.76 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 14 | 0 | 0.15 | 0.94 | 0.06 | 50.13 | 0.89 | 0.5 |
| Hex | EF | CA | E | 0 | F | 5E | 6 | 32 | 59 | 32 |
| Octal | 357 | 312 | 16 | 0 | 17 | 136 | 6 | 62 | 131 | 62 |
| Binary | 11101111 | 11001010 | 1110 | 0 | 1111 | 1011110 | 110 | 110010 | 1011001 | 110010 |
Color Harmonies of #EFCA0E
Complementary color
Monochromatic Colors of #EFCA0E
Black with #EFCA0E
Text Example
Text Example
White with #EFCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA0E; }
p { color: rgb(239,202,14); }
H1.HeaderClassName
{
color: #EFCA0E;
}
.AnyTagClassName
{
color: #EFCA0E;
}
</style>
background-color css
<style>
a { background-color: #EFCA0E; }
a { background-color: rgb(239,202,14); }
div.DivClassName
{
background-color: #EFCA0E;
}
.BgClassName
{
background-color: #EFCA0E;
}
</style>
border-color css
<style>
span { border-color: #EFCA0E; }
span { border-color: rgb(239,202,14); }
td.TdClassName
{
border-color: #EFCA0E;
}
.TagClassName
{
border-color: #EFCA0E;
}
</style>