Shades of Moon Yellow #EFC025
Tints of Moon Yellow #EFC025
RGB
CMYK
RGB Variations
Color information
#EFC025 (or 0xEFC025) is known color: Moon Yellow. HEX triplet: EF, C0 and 25. RGB value is (239,192,37). Sum of RGB (Red+Green+Blue) = 239+192+37=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC025 is #103FDA. Grayscale: #BDBDBD. Windows color (decimal): -1064923 or 2474223. OLE color: 2474223.
HSL color Cylindrical-coordinate representation of color #EFC025: hue angle of 46.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFC025 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 37 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.06 |
| HSL | 46.04º | 0.86% | 0.54% | - |
| HSV(B) | 46.04º | 0.85% | 0.94% | - |
| XYZ | 54.78 | 56.18 | 9.71 | - |
| YUV | 188.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 37 | 0 | 0.20 | 0.85 | 0.06 | 46.04 | 0.86 | 0.54 |
| Hex | EF | C0 | 25 | 0 | 14 | 55 | 6 | 2E | 56 | 36 |
| Octal | 357 | 300 | 45 | 0 | 24 | 125 | 6 | 56 | 126 | 66 |
| Binary | 11101111 | 11000000 | 100101 | 0 | 10100 | 1010101 | 110 | 101110 | 1010110 | 110110 |
Color Harmonies of #EFC025
Complementary color
Monochromatic Colors of #EFC025
Black with #EFC025
Text Example
Text Example
White with #EFC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC025; }
p { color: rgb(239,192,37); }
H1.HeaderClassName
{
color: #EFC025;
}
.AnyTagClassName
{
color: #EFC025;
}
</style>
background-color css
<style>
a { background-color: #EFC025; }
a { background-color: rgb(239,192,37); }
div.DivClassName
{
background-color: #EFC025;
}
.BgClassName
{
background-color: #EFC025;
}
</style>
border-color css
<style>
span { border-color: #EFC025; }
span { border-color: rgb(239,192,37); }
td.TdClassName
{
border-color: #EFC025;
}
.TagClassName
{
border-color: #EFC025;
}
</style>