Shades of Moon Yellow #EFC620
Tints of Moon Yellow #EFC620
RGB
CMYK
RGB Variations
Color information
#EFC620 (or 0xEFC620) is known color: Moon Yellow. HEX triplet: EF, C6 and 20. RGB value is (239,198,32). Sum of RGB (Red+Green+Blue) = 239+198+32=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC620 is #1039DF. Grayscale: #C0C0C0. Windows color (decimal): -1063392 or 2148079. OLE color: 2148079.
HSL color Cylindrical-coordinate representation of color #EFC620: hue angle of 48.12º 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 #EFC620 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 32 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.06 |
| HSL | 48.12º | 0.87% | 0.53% | - |
| HSV(B) | 48.12º | 0.87% | 0.94% | - |
| XYZ | 56.05 | 58.84 | 9.77 | - |
| YUV | 191.34 | 38.08 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 32 | 0 | 0.17 | 0.87 | 0.06 | 48.12 | 0.87 | 0.53 |
| Hex | EF | C6 | 20 | 0 | 11 | 57 | 6 | 30 | 57 | 35 |
| Octal | 357 | 306 | 40 | 0 | 21 | 127 | 6 | 60 | 127 | 65 |
| Binary | 11101111 | 11000110 | 100000 | 0 | 10001 | 1010111 | 110 | 110000 | 1010111 | 110101 |
Color Harmonies of #EFC620
Complementary color
Monochromatic Colors of #EFC620
Black with #EFC620
Text Example
Text Example
White with #EFC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC620; }
p { color: rgb(239,198,32); }
H1.HeaderClassName
{
color: #EFC620;
}
.AnyTagClassName
{
color: #EFC620;
}
</style>
background-color css
<style>
a { background-color: #EFC620; }
a { background-color: rgb(239,198,32); }
div.DivClassName
{
background-color: #EFC620;
}
.BgClassName
{
background-color: #EFC620;
}
</style>
border-color css
<style>
span { border-color: #EFC620; }
span { border-color: rgb(239,198,32); }
td.TdClassName
{
border-color: #EFC620;
}
.TagClassName
{
border-color: #EFC620;
}
</style>