Shades of Moon Yellow #EFCA0F
Tints of Moon Yellow #EFCA0F
RGB
CMYK
RGB Variations
Color information
#EFCA0F (or 0xEFCA0F) is known color: Moon Yellow. HEX triplet: EF, CA and 0F. RGB value is (239,202,15). Sum of RGB (Red+Green+Blue) = 239+202+15=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0F is #1035F0. Grayscale: #C0C0C0. Windows color (decimal): -1062385 or 1034991. OLE color: 1034991.
HSL color Cylindrical-coordinate representation of color #EFCA0F: hue angle of 50.09º 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 #EFCA0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.06 |
| HSL | 50.09º | 0.88% | 0.5% | - |
| HSV(B) | 50.09º | 0.94% | 0.94% | - |
| XYZ | 56.8 | 60.63 | 9.16 | - |
| YUV | 191.75 | 28.26 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 15 | 0 | 0.15 | 0.94 | 0.06 | 50.09 | 0.88 | 0.5 |
| Hex | EF | CA | F | 0 | F | 5E | 6 | 32 | 58 | 32 |
| Octal | 357 | 312 | 17 | 0 | 17 | 136 | 6 | 62 | 130 | 62 |
| Binary | 11101111 | 11001010 | 1111 | 0 | 1111 | 1011110 | 110 | 110010 | 1011000 | 110010 |
Color Harmonies of #EFCA0F
Complementary color
Monochromatic Colors of #EFCA0F
Black with #EFCA0F
Text Example
Text Example
White with #EFCA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA0F; }
p { color: rgb(239,202,15); }
H1.HeaderClassName
{
color: #EFCA0F;
}
.AnyTagClassName
{
color: #EFCA0F;
}
</style>
background-color css
<style>
a { background-color: #EFCA0F; }
a { background-color: rgb(239,202,15); }
div.DivClassName
{
background-color: #EFCA0F;
}
.BgClassName
{
background-color: #EFCA0F;
}
</style>
border-color css
<style>
span { border-color: #EFCA0F; }
span { border-color: rgb(239,202,15); }
td.TdClassName
{
border-color: #EFCA0F;
}
.TagClassName
{
border-color: #EFCA0F;
}
</style>