Shades of Moon Yellow #EFC316
Tints of Moon Yellow #EFC316
RGB
CMYK
RGB Variations
Color information
#EFC316 (or 0xEFC316) is known color: Moon Yellow. HEX triplet: EF, C3 and 16. RGB value is (239,195,22). Sum of RGB (Red+Green+Blue) = 239+195+22=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC316 is #103CE9. Grayscale: #BDBDBD. Windows color (decimal): -1064170 or 1491951. OLE color: 1491951.
HSL color Cylindrical-coordinate representation of color #EFC316: hue angle of 47.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFC316 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.06 |
| HSL | 47.83º | 0.87% | 0.51% | - |
| HSV(B) | 47.83º | 0.91% | 0.94% | - |
| XYZ | 55.26 | 57.44 | 8.93 | - |
| YUV | 188.43 | 34.08 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 22 | 0 | 0.18 | 0.91 | 0.06 | 47.83 | 0.87 | 0.51 |
| Hex | EF | C3 | 16 | 0 | 12 | 5B | 6 | 30 | 57 | 33 |
| Octal | 357 | 303 | 26 | 0 | 22 | 133 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000011 | 10110 | 0 | 10010 | 1011011 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC316
Complementary color
Monochromatic Colors of #EFC316
Black with #EFC316
Text Example
Text Example
White with #EFC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC316; }
p { color: rgb(239,195,22); }
H1.HeaderClassName
{
color: #EFC316;
}
.AnyTagClassName
{
color: #EFC316;
}
</style>
background-color css
<style>
a { background-color: #EFC316; }
a { background-color: rgb(239,195,22); }
div.DivClassName
{
background-color: #EFC316;
}
.BgClassName
{
background-color: #EFC316;
}
</style>
border-color css
<style>
span { border-color: #EFC316; }
span { border-color: rgb(239,195,22); }
td.TdClassName
{
border-color: #EFC316;
}
.TagClassName
{
border-color: #EFC316;
}
</style>