Shades of Moon Yellow #EFC612
Tints of Moon Yellow #EFC612
RGB
CMYK
RGB Variations
Color information
#EFC612 (or 0xEFC612) is known color: Moon Yellow. HEX triplet: EF, C6 and 12. RGB value is (239,198,18). Sum of RGB (Red+Green+Blue) = 239+198+18=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC612 is #1039ED. Grayscale: #BEBEBE. Windows color (decimal): -1063406 or 1230575. OLE color: 1230575.
HSL color Cylindrical-coordinate representation of color #EFC612: hue angle of 48.87º 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 #EFC612 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.06 |
| HSL | 48.87º | 0.87% | 0.5% | - |
| HSV(B) | 48.87º | 0.92% | 0.94% | - |
| XYZ | 55.9 | 58.78 | 8.97 | - |
| YUV | 189.74 | 31.08 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 18 | 0 | 0.17 | 0.92 | 0.06 | 48.87 | 0.87 | 0.5 |
| Hex | EF | C6 | 12 | 0 | 11 | 5C | 6 | 31 | 57 | 32 |
| Octal | 357 | 306 | 22 | 0 | 21 | 134 | 6 | 61 | 127 | 62 |
| Binary | 11101111 | 11000110 | 10010 | 0 | 10001 | 1011100 | 110 | 110001 | 1010111 | 110010 |
Color Harmonies of #EFC612
Complementary color
Monochromatic Colors of #EFC612
Black with #EFC612
Text Example
Text Example
White with #EFC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC612; }
p { color: rgb(239,198,18); }
H1.HeaderClassName
{
color: #EFC612;
}
.AnyTagClassName
{
color: #EFC612;
}
</style>
background-color css
<style>
a { background-color: #EFC612; }
a { background-color: rgb(239,198,18); }
div.DivClassName
{
background-color: #EFC612;
}
.BgClassName
{
background-color: #EFC612;
}
</style>
border-color css
<style>
span { border-color: #EFC612; }
span { border-color: rgb(239,198,18); }
td.TdClassName
{
border-color: #EFC612;
}
.TagClassName
{
border-color: #EFC612;
}
</style>