Shades of Moon Yellow #EFC315
Tints of Moon Yellow #EFC315
RGB
CMYK
RGB Variations
Color information
#EFC315 (or 0xEFC315) is known color: Moon Yellow. HEX triplet: EF, C3 and 15. RGB value is (239,195,21). Sum of RGB (Red+Green+Blue) = 239+195+21=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC315 is #103CEA. Grayscale: #BDBDBD. Windows color (decimal): -1064171 or 1426415. OLE color: 1426415.
HSL color Cylindrical-coordinate representation of color #EFC315: hue angle of 47.89º 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 #EFC315 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 21 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.06 |
| HSL | 47.89º | 0.87% | 0.51% | - |
| HSV(B) | 47.89º | 0.91% | 0.94% | - |
| XYZ | 55.25 | 57.44 | 8.88 | - |
| YUV | 188.32 | 33.58 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 21 | 0 | 0.18 | 0.91 | 0.06 | 47.89 | 0.87 | 0.51 |
| Hex | EF | C3 | 15 | 0 | 12 | 5B | 6 | 30 | 57 | 33 |
| Octal | 357 | 303 | 25 | 0 | 22 | 133 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000011 | 10101 | 0 | 10010 | 1011011 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC315
Complementary color
Monochromatic Colors of #EFC315
Black with #EFC315
Text Example
Text Example
White with #EFC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC315; }
p { color: rgb(239,195,21); }
H1.HeaderClassName
{
color: #EFC315;
}
.AnyTagClassName
{
color: #EFC315;
}
</style>
background-color css
<style>
a { background-color: #EFC315; }
a { background-color: rgb(239,195,21); }
div.DivClassName
{
background-color: #EFC315;
}
.BgClassName
{
background-color: #EFC315;
}
</style>
border-color css
<style>
span { border-color: #EFC315; }
span { border-color: rgb(239,195,21); }
td.TdClassName
{
border-color: #EFC315;
}
.TagClassName
{
border-color: #EFC315;
}
</style>