Shades of Moon Yellow #EFC71A
Tints of Moon Yellow #EFC71A
RGB
CMYK
RGB Variations
Color information
#EFC71A (or 0xEFC71A) is known color: Moon Yellow. HEX triplet: EF, C7 and 1A. RGB value is (239,199,26). Sum of RGB (Red+Green+Blue) = 239+199+26=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC71A is #1038E5. Grayscale: #BFBFBF. Windows color (decimal): -1063142 or 1755119. OLE color: 1755119.
HSL color Cylindrical-coordinate representation of color #EFC71A: hue angle of 48.73º 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 #EFC71A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.06 |
| HSL | 48.73º | 0.87% | 0.52% | - |
| HSV(B) | 48.73º | 0.89% | 0.94% | - |
| XYZ | 56.21 | 59.27 | 9.46 | - |
| YUV | 191.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 26 | 0 | 0.17 | 0.89 | 0.06 | 48.73 | 0.87 | 0.52 |
| Hex | EF | C7 | 1A | 0 | 11 | 59 | 6 | 31 | 57 | 34 |
| Octal | 357 | 307 | 32 | 0 | 21 | 131 | 6 | 61 | 127 | 64 |
| Binary | 11101111 | 11000111 | 11010 | 0 | 10001 | 1011001 | 110 | 110001 | 1010111 | 110100 |
Color Harmonies of #EFC71A
Complementary color
Monochromatic Colors of #EFC71A
Black with #EFC71A
Text Example
Text Example
White with #EFC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC71A; }
p { color: rgb(239,199,26); }
H1.HeaderClassName
{
color: #EFC71A;
}
.AnyTagClassName
{
color: #EFC71A;
}
</style>
background-color css
<style>
a { background-color: #EFC71A; }
a { background-color: rgb(239,199,26); }
div.DivClassName
{
background-color: #EFC71A;
}
.BgClassName
{
background-color: #EFC71A;
}
</style>
border-color css
<style>
span { border-color: #EFC71A; }
span { border-color: rgb(239,199,26); }
td.TdClassName
{
border-color: #EFC71A;
}
.TagClassName
{
border-color: #EFC71A;
}
</style>