Shades of Moon Yellow #EFC514
Tints of Moon Yellow #EFC514
RGB
CMYK
RGB Variations
Color information
#EFC514 (or 0xEFC514) is known color: Moon Yellow. HEX triplet: EF, C5 and 14. RGB value is (239,197,20). Sum of RGB (Red+Green+Blue) = 239+197+20=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC514 is #103AEB. Grayscale: #BEBEBE. Windows color (decimal): -1063660 or 1361391. OLE color: 1361391.
HSL color Cylindrical-coordinate representation of color #EFC514: hue angle of 48.49º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFC514 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.06 |
| HSL | 48.49º | 0.87% | 0.51% | - |
| HSV(B) | 48.49º | 0.92% | 0.94% | - |
| XYZ | 55.69 | 58.33 | 8.99 | - |
| YUV | 189.38 | 32.41 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 20 | 0 | 0.18 | 0.92 | 0.06 | 48.49 | 0.87 | 0.51 |
| Hex | EF | C5 | 14 | 0 | 12 | 5C | 6 | 30 | 57 | 33 |
| Octal | 357 | 305 | 24 | 0 | 22 | 134 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000101 | 10100 | 0 | 10010 | 1011100 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC514
Complementary color
Monochromatic Colors of #EFC514
Black with #EFC514
Text Example
Text Example
White with #EFC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC514; }
p { color: rgb(239,197,20); }
H1.HeaderClassName
{
color: #EFC514;
}
.AnyTagClassName
{
color: #EFC514;
}
</style>
background-color css
<style>
a { background-color: #EFC514; }
a { background-color: rgb(239,197,20); }
div.DivClassName
{
background-color: #EFC514;
}
.BgClassName
{
background-color: #EFC514;
}
</style>
border-color css
<style>
span { border-color: #EFC514; }
span { border-color: rgb(239,197,20); }
td.TdClassName
{
border-color: #EFC514;
}
.TagClassName
{
border-color: #EFC514;
}
</style>