Shades of Moon Yellow #EFCA1A
Tints of Moon Yellow #EFCA1A
RGB
CMYK
RGB Variations
Color information
#EFCA1A (or 0xEFCA1A) is known color: Moon Yellow. HEX triplet: EF, CA and 1A. RGB value is (239,202,26). Sum of RGB (Red+Green+Blue) = 239+202+26=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA1A is #1035E5. Grayscale: #C1C1C1. Windows color (decimal): -1062374 or 1755887. OLE color: 1755887.
HSL color Cylindrical-coordinate representation of color #EFCA1A: hue angle of 49.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFCA1A is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 26 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.06 |
| HSL | 49.58º | 0.87% | 0.52% | - |
| HSV(B) | 49.58º | 0.89% | 0.94% | - |
| XYZ | 56.9 | 60.67 | 9.69 | - |
| YUV | 193 | 33.76 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 26 | 0 | 0.15 | 0.89 | 0.06 | 49.58 | 0.87 | 0.52 |
| Hex | EF | CA | 1A | 0 | F | 59 | 6 | 32 | 57 | 34 |
| Octal | 357 | 312 | 32 | 0 | 17 | 131 | 6 | 62 | 127 | 64 |
| Binary | 11101111 | 11001010 | 11010 | 0 | 1111 | 1011001 | 110 | 110010 | 1010111 | 110100 |
Color Harmonies of #EFCA1A
Complementary color
Monochromatic Colors of #EFCA1A
Black with #EFCA1A
Text Example
Text Example
White with #EFCA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA1A; }
p { color: rgb(239,202,26); }
H1.HeaderClassName
{
color: #EFCA1A;
}
.AnyTagClassName
{
color: #EFCA1A;
}
</style>
background-color css
<style>
a { background-color: #EFCA1A; }
a { background-color: rgb(239,202,26); }
div.DivClassName
{
background-color: #EFCA1A;
}
.BgClassName
{
background-color: #EFCA1A;
}
</style>
border-color css
<style>
span { border-color: #EFCA1A; }
span { border-color: rgb(239,202,26); }
td.TdClassName
{
border-color: #EFCA1A;
}
.TagClassName
{
border-color: #EFCA1A;
}
</style>