Shades of Moon Yellow #EFC225
Tints of Moon Yellow #EFC225
RGB
CMYK
RGB Variations
Color information
#EFC225 (or 0xEFC225) is known color: Moon Yellow. HEX triplet: EF, C2 and 25. RGB value is (239,194,37). Sum of RGB (Red+Green+Blue) = 239+194+37=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC225 is #103DDA. Grayscale: #BEBEBE. Windows color (decimal): -1064411 or 2474735. OLE color: 2474735.
HSL color Cylindrical-coordinate representation of color #EFC225: hue angle of 46.63º 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 #EFC225 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 37 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.06 |
| HSL | 46.63º | 0.86% | 0.54% | - |
| HSV(B) | 46.63º | 0.85% | 0.94% | - |
| XYZ | 55.22 | 57.07 | 9.85 | - |
| YUV | 189.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 37 | 0 | 0.19 | 0.85 | 0.06 | 46.63 | 0.86 | 0.54 |
| Hex | EF | C2 | 25 | 0 | 13 | 55 | 6 | 2F | 56 | 36 |
| Octal | 357 | 302 | 45 | 0 | 23 | 125 | 6 | 57 | 126 | 66 |
| Binary | 11101111 | 11000010 | 100101 | 0 | 10011 | 1010101 | 110 | 101111 | 1010110 | 110110 |
Color Harmonies of #EFC225
Complementary color
Monochromatic Colors of #EFC225
Black with #EFC225
Text Example
Text Example
White with #EFC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC225; }
p { color: rgb(239,194,37); }
H1.HeaderClassName
{
color: #EFC225;
}
.AnyTagClassName
{
color: #EFC225;
}
</style>
background-color css
<style>
a { background-color: #EFC225; }
a { background-color: rgb(239,194,37); }
div.DivClassName
{
background-color: #EFC225;
}
.BgClassName
{
background-color: #EFC225;
}
</style>
border-color css
<style>
span { border-color: #EFC225; }
span { border-color: rgb(239,194,37); }
td.TdClassName
{
border-color: #EFC225;
}
.TagClassName
{
border-color: #EFC225;
}
</style>