Shades of Moon Yellow #EFC720
Tints of Moon Yellow #EFC720
RGB
CMYK
RGB Variations
Color information
#EFC720 (or 0xEFC720) is known color: Moon Yellow. HEX triplet: EF, C7 and 20. RGB value is (239,199,32). Sum of RGB (Red+Green+Blue) = 239+199+32=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC720 is #1038DF. Grayscale: #C0C0C0. Windows color (decimal): -1063136 or 2148335. OLE color: 2148335.
HSL color Cylindrical-coordinate representation of color #EFC720: hue angle of 48.41º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFC720 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 32 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.06 |
| HSL | 48.41º | 0.87% | 0.53% | - |
| HSV(B) | 48.41º | 0.87% | 0.94% | - |
| XYZ | 56.28 | 59.3 | 9.85 | - |
| YUV | 191.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 32 | 0 | 0.17 | 0.87 | 0.06 | 48.41 | 0.87 | 0.53 |
| Hex | EF | C7 | 20 | 0 | 11 | 57 | 6 | 30 | 57 | 35 |
| Octal | 357 | 307 | 40 | 0 | 21 | 127 | 6 | 60 | 127 | 65 |
| Binary | 11101111 | 11000111 | 100000 | 0 | 10001 | 1010111 | 110 | 110000 | 1010111 | 110101 |
Color Harmonies of #EFC720
Complementary color
Monochromatic Colors of #EFC720
Black with #EFC720
Text Example
Text Example
White with #EFC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC720; }
p { color: rgb(239,199,32); }
H1.HeaderClassName
{
color: #EFC720;
}
.AnyTagClassName
{
color: #EFC720;
}
</style>
background-color css
<style>
a { background-color: #EFC720; }
a { background-color: rgb(239,199,32); }
div.DivClassName
{
background-color: #EFC720;
}
.BgClassName
{
background-color: #EFC720;
}
</style>
border-color css
<style>
span { border-color: #EFC720; }
span { border-color: rgb(239,199,32); }
td.TdClassName
{
border-color: #EFC720;
}
.TagClassName
{
border-color: #EFC720;
}
</style>