Shades of Moon Yellow #EFCA10
Tints of Moon Yellow #EFCA10
RGB
CMYK
RGB Variations
Color information
#EFCA10 (or 0xEFCA10) is known color: Moon Yellow. HEX triplet: EF, CA and 10. RGB value is (239,202,16). Sum of RGB (Red+Green+Blue) = 239+202+16=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA10 is #1035EF. Grayscale: #C0C0C0. Windows color (decimal): -1062384 or 1100527. OLE color: 1100527.
HSL color Cylindrical-coordinate representation of color #EFCA10: hue angle of 50.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFCA10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.06 |
| HSL | 50.04º | 0.87% | 0.5% | - |
| HSV(B) | 50.04º | 0.93% | 0.94% | - |
| XYZ | 56.81 | 60.63 | 9.2 | - |
| YUV | 191.86 | 28.76 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 16 | 0 | 0.15 | 0.93 | 0.06 | 50.04 | 0.87 | 0.5 |
| Hex | EF | CA | 10 | 0 | F | 5D | 6 | 32 | 57 | 32 |
| Octal | 357 | 312 | 20 | 0 | 17 | 135 | 6 | 62 | 127 | 62 |
| Binary | 11101111 | 11001010 | 10000 | 0 | 1111 | 1011101 | 110 | 110010 | 1010111 | 110010 |
Color Harmonies of #EFCA10
Complementary color
Monochromatic Colors of #EFCA10
Black with #EFCA10
Text Example
Text Example
White with #EFCA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA10; }
p { color: rgb(239,202,16); }
H1.HeaderClassName
{
color: #EFCA10;
}
.AnyTagClassName
{
color: #EFCA10;
}
</style>
background-color css
<style>
a { background-color: #EFCA10; }
a { background-color: rgb(239,202,16); }
div.DivClassName
{
background-color: #EFCA10;
}
.BgClassName
{
background-color: #EFCA10;
}
</style>
border-color css
<style>
span { border-color: #EFCA10; }
span { border-color: rgb(239,202,16); }
td.TdClassName
{
border-color: #EFCA10;
}
.TagClassName
{
border-color: #EFCA10;
}
</style>