Shades of Moon Yellow #EFC814
Tints of Moon Yellow #EFC814
RGB
CMYK
RGB Variations
Color information
#EFC814 (or 0xEFC814) is known color: Moon Yellow. HEX triplet: EF, C8 and 14. RGB value is (239,200,20). Sum of RGB (Red+Green+Blue) = 239+200+20=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC814 is #1037EB. Grayscale: #BFBFBF. Windows color (decimal): -1062892 or 1362159. OLE color: 1362159.
HSL color Cylindrical-coordinate representation of color #EFC814: hue angle of 49.32º 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 #EFC814 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.06 |
| HSL | 49.32º | 0.87% | 0.51% | - |
| HSV(B) | 49.32º | 0.92% | 0.94% | - |
| XYZ | 56.38 | 59.71 | 9.22 | - |
| YUV | 191.14 | 31.42 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 20 | 0 | 0.16 | 0.92 | 0.06 | 49.32 | 0.87 | 0.51 |
| Hex | EF | C8 | 14 | 0 | 10 | 5C | 6 | 31 | 57 | 33 |
| Octal | 357 | 310 | 24 | 0 | 20 | 134 | 6 | 61 | 127 | 63 |
| Binary | 11101111 | 11001000 | 10100 | 0 | 10000 | 1011100 | 110 | 110001 | 1010111 | 110011 |
Color Harmonies of #EFC814
Complementary color
Monochromatic Colors of #EFC814
Black with #EFC814
Text Example
Text Example
White with #EFC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC814; }
p { color: rgb(239,200,20); }
H1.HeaderClassName
{
color: #EFC814;
}
.AnyTagClassName
{
color: #EFC814;
}
</style>
background-color css
<style>
a { background-color: #EFC814; }
a { background-color: rgb(239,200,20); }
div.DivClassName
{
background-color: #EFC814;
}
.BgClassName
{
background-color: #EFC814;
}
</style>
border-color css
<style>
span { border-color: #EFC814; }
span { border-color: rgb(239,200,20); }
td.TdClassName
{
border-color: #EFC814;
}
.TagClassName
{
border-color: #EFC814;
}
</style>