Shades of Moon Yellow #EFC80F
Tints of Moon Yellow #EFC80F
RGB
CMYK
RGB Variations
Color information
#EFC80F (or 0xEFC80F) is known color: Moon Yellow. HEX triplet: EF, C8 and 0F. RGB value is (239,200,15). Sum of RGB (Red+Green+Blue) = 239+200+15=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC80F is #1037F0. Grayscale: #BFBFBF. Windows color (decimal): -1062897 or 1034479. OLE color: 1034479.
HSL color Cylindrical-coordinate representation of color #EFC80F: hue angle of 49.55º degrees, saturation: 0.88, 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 #EFC80F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.06 |
| HSL | 49.55º | 0.88% | 0.5% | - |
| HSV(B) | 49.55º | 0.94% | 0.94% | - |
| XYZ | 56.34 | 59.69 | 9 | - |
| YUV | 190.57 | 28.92 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 15 | 0 | 0.16 | 0.94 | 0.06 | 49.55 | 0.88 | 0.5 |
| Hex | EF | C8 | F | 0 | 10 | 5E | 6 | 32 | 58 | 32 |
| Octal | 357 | 310 | 17 | 0 | 20 | 136 | 6 | 62 | 130 | 62 |
| Binary | 11101111 | 11001000 | 1111 | 0 | 10000 | 1011110 | 110 | 110010 | 1011000 | 110010 |
Color Harmonies of #EFC80F
Complementary color
Monochromatic Colors of #EFC80F
Black with #EFC80F
Text Example
Text Example
White with #EFC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC80F; }
p { color: rgb(239,200,15); }
H1.HeaderClassName
{
color: #EFC80F;
}
.AnyTagClassName
{
color: #EFC80F;
}
</style>
background-color css
<style>
a { background-color: #EFC80F; }
a { background-color: rgb(239,200,15); }
div.DivClassName
{
background-color: #EFC80F;
}
.BgClassName
{
background-color: #EFC80F;
}
</style>
border-color css
<style>
span { border-color: #EFC80F; }
span { border-color: rgb(239,200,15); }
td.TdClassName
{
border-color: #EFC80F;
}
.TagClassName
{
border-color: #EFC80F;
}
</style>