Shades of Moon Yellow #EFC512
Tints of Moon Yellow #EFC512
RGB
CMYK
RGB Variations
Color information
#EFC512 (or 0xEFC512) is known color: Moon Yellow. HEX triplet: EF, C5 and 12. RGB value is (239,197,18). Sum of RGB (Red+Green+Blue) = 239+197+18=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC512 is #103AED. Grayscale: #BDBDBD. Windows color (decimal): -1063662 or 1230319. OLE color: 1230319.
HSL color Cylindrical-coordinate representation of color #EFC512: hue angle of 48.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFC512 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.06 |
| HSL | 48.6º | 0.87% | 0.5% | - |
| HSV(B) | 48.6º | 0.92% | 0.94% | - |
| XYZ | 55.67 | 58.33 | 8.9 | - |
| YUV | 189.15 | 31.41 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 18 | 0 | 0.18 | 0.92 | 0.06 | 48.6 | 0.87 | 0.5 |
| Hex | EF | C5 | 12 | 0 | 12 | 5C | 6 | 31 | 57 | 32 |
| Octal | 357 | 305 | 22 | 0 | 22 | 134 | 6 | 61 | 127 | 62 |
| Binary | 11101111 | 11000101 | 10010 | 0 | 10010 | 1011100 | 110 | 110001 | 1010111 | 110010 |
Color Harmonies of #EFC512
Complementary color
Monochromatic Colors of #EFC512
Black with #EFC512
Text Example
Text Example
White with #EFC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC512; }
p { color: rgb(239,197,18); }
H1.HeaderClassName
{
color: #EFC512;
}
.AnyTagClassName
{
color: #EFC512;
}
</style>
background-color css
<style>
a { background-color: #EFC512; }
a { background-color: rgb(239,197,18); }
div.DivClassName
{
background-color: #EFC512;
}
.BgClassName
{
background-color: #EFC512;
}
</style>
border-color css
<style>
span { border-color: #EFC512; }
span { border-color: rgb(239,197,18); }
td.TdClassName
{
border-color: #EFC512;
}
.TagClassName
{
border-color: #EFC512;
}
</style>