Shades of Moon Yellow #EFC525
Tints of Moon Yellow #EFC525
RGB
CMYK
RGB Variations
Color information
#EFC525 (or 0xEFC525) is known color: Moon Yellow. HEX triplet: EF, C5 and 25. RGB value is (239,197,37). Sum of RGB (Red+Green+Blue) = 239+197+37=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC525 is #103ADA. Grayscale: #C0C0C0. Windows color (decimal): -1063643 or 2475503. OLE color: 2475503.
HSL color Cylindrical-coordinate representation of color #EFC525: hue angle of 47.52º 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 #EFC525 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 37 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.06 |
| HSL | 47.52º | 0.86% | 0.54% | - |
| HSV(B) | 47.52º | 0.85% | 0.94% | - |
| XYZ | 55.9 | 58.42 | 10.08 | - |
| YUV | 191.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 37 | 0 | 0.18 | 0.85 | 0.06 | 47.52 | 0.86 | 0.54 |
| Hex | EF | C5 | 25 | 0 | 12 | 55 | 6 | 30 | 56 | 36 |
| Octal | 357 | 305 | 45 | 0 | 22 | 125 | 6 | 60 | 126 | 66 |
| Binary | 11101111 | 11000101 | 100101 | 0 | 10010 | 1010101 | 110 | 110000 | 1010110 | 110110 |
Color Harmonies of #EFC525
Complementary color
Monochromatic Colors of #EFC525
Black with #EFC525
Text Example
Text Example
White with #EFC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC525; }
p { color: rgb(239,197,37); }
H1.HeaderClassName
{
color: #EFC525;
}
.AnyTagClassName
{
color: #EFC525;
}
</style>
background-color css
<style>
a { background-color: #EFC525; }
a { background-color: rgb(239,197,37); }
div.DivClassName
{
background-color: #EFC525;
}
.BgClassName
{
background-color: #EFC525;
}
</style>
border-color css
<style>
span { border-color: #EFC525; }
span { border-color: rgb(239,197,37); }
td.TdClassName
{
border-color: #EFC525;
}
.TagClassName
{
border-color: #EFC525;
}
</style>