Shades of Moon Yellow #EFC01A
Tints of Moon Yellow #EFC01A
RGB
CMYK
RGB Variations
Color information
#EFC01A (or 0xEFC01A) is known color: Moon Yellow. HEX triplet: EF, C0 and 1A. RGB value is (239,192,26). Sum of RGB (Red+Green+Blue) = 239+192+26=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC01A is #103FE5. Grayscale: #BBBBBB. Windows color (decimal): -1064934 or 1753327. OLE color: 1753327.
HSL color Cylindrical-coordinate representation of color #EFC01A: hue angle of 46.76º 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 #EFC01A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 26 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.06 |
| HSL | 46.76º | 0.87% | 0.52% | - |
| HSV(B) | 46.76º | 0.89% | 0.94% | - |
| XYZ | 54.63 | 56.12 | 8.93 | - |
| YUV | 187.13 | 37.07 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 26 | 0 | 0.20 | 0.89 | 0.06 | 46.76 | 0.87 | 0.52 |
| Hex | EF | C0 | 1A | 0 | 14 | 59 | 6 | 2F | 57 | 34 |
| Octal | 357 | 300 | 32 | 0 | 24 | 131 | 6 | 57 | 127 | 64 |
| Binary | 11101111 | 11000000 | 11010 | 0 | 10100 | 1011001 | 110 | 101111 | 1010111 | 110100 |
Color Harmonies of #EFC01A
Complementary color
Monochromatic Colors of #EFC01A
Black with #EFC01A
Text Example
Text Example
White with #EFC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC01A; }
p { color: rgb(239,192,26); }
H1.HeaderClassName
{
color: #EFC01A;
}
.AnyTagClassName
{
color: #EFC01A;
}
</style>
background-color css
<style>
a { background-color: #EFC01A; }
a { background-color: rgb(239,192,26); }
div.DivClassName
{
background-color: #EFC01A;
}
.BgClassName
{
background-color: #EFC01A;
}
</style>
border-color css
<style>
span { border-color: #EFC01A; }
span { border-color: rgb(239,192,26); }
td.TdClassName
{
border-color: #EFC01A;
}
.TagClassName
{
border-color: #EFC01A;
}
</style>