Shades of Moon Yellow #EFC30E
Tints of Moon Yellow #EFC30E
RGB
CMYK
RGB Variations
Color information
#EFC30E (or 0xEFC30E) is known color: Moon Yellow. HEX triplet: EF, C3 and 0E. RGB value is (239,195,14). Sum of RGB (Red+Green+Blue) = 239+195+14=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC30E is #103CF1. Grayscale: #BCBCBC. Windows color (decimal): -1064178 or 967663. OLE color: 967663.
HSL color Cylindrical-coordinate representation of color #EFC30E: hue angle of 48.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFC30E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.06 |
| HSL | 48.27º | 0.89% | 0.5% | - |
| HSV(B) | 48.27º | 0.94% | 0.94% | - |
| XYZ | 55.19 | 57.41 | 8.59 | - |
| YUV | 187.52 | 30.08 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 14 | 0 | 0.18 | 0.94 | 0.06 | 48.27 | 0.89 | 0.5 |
| Hex | EF | C3 | E | 0 | 12 | 5E | 6 | 30 | 59 | 32 |
| Octal | 357 | 303 | 16 | 0 | 22 | 136 | 6 | 60 | 131 | 62 |
| Binary | 11101111 | 11000011 | 1110 | 0 | 10010 | 1011110 | 110 | 110000 | 1011001 | 110010 |
Color Harmonies of #EFC30E
Complementary color
Monochromatic Colors of #EFC30E
Black with #EFC30E
Text Example
Text Example
White with #EFC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC30E; }
p { color: rgb(239,195,14); }
H1.HeaderClassName
{
color: #EFC30E;
}
.AnyTagClassName
{
color: #EFC30E;
}
</style>
background-color css
<style>
a { background-color: #EFC30E; }
a { background-color: rgb(239,195,14); }
div.DivClassName
{
background-color: #EFC30E;
}
.BgClassName
{
background-color: #EFC30E;
}
</style>
border-color css
<style>
span { border-color: #EFC30E; }
span { border-color: rgb(239,195,14); }
td.TdClassName
{
border-color: #EFC30E;
}
.TagClassName
{
border-color: #EFC30E;
}
</style>