Shades of Moon Yellow #EFC70F
Tints of Moon Yellow #EFC70F
RGB
CMYK
RGB Variations
Color information
#EFC70F (or 0xEFC70F) is known color: Moon Yellow. HEX triplet: EF, C7 and 0F. RGB value is (239,199,15). Sum of RGB (Red+Green+Blue) = 239+199+15=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC70F is #1038F0. Grayscale: #BEBEBE. Windows color (decimal): -1063153 or 1034223. OLE color: 1034223.
HSL color Cylindrical-coordinate representation of color #EFC70F: hue angle of 49.29º degrees, saturation: 0.88, 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 #EFC70F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.06 |
| HSL | 49.29º | 0.88% | 0.5% | - |
| HSV(B) | 49.29º | 0.94% | 0.94% | - |
| XYZ | 56.11 | 59.23 | 8.93 | - |
| YUV | 189.98 | 29.25 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 15 | 0 | 0.17 | 0.94 | 0.06 | 49.29 | 0.88 | 0.5 |
| Hex | EF | C7 | F | 0 | 11 | 5E | 6 | 31 | 58 | 32 |
| Octal | 357 | 307 | 17 | 0 | 21 | 136 | 6 | 61 | 130 | 62 |
| Binary | 11101111 | 11000111 | 1111 | 0 | 10001 | 1011110 | 110 | 110001 | 1011000 | 110010 |
Color Harmonies of #EFC70F
Complementary color
Monochromatic Colors of #EFC70F
Black with #EFC70F
Text Example
Text Example
White with #EFC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC70F; }
p { color: rgb(239,199,15); }
H1.HeaderClassName
{
color: #EFC70F;
}
.AnyTagClassName
{
color: #EFC70F;
}
</style>
background-color css
<style>
a { background-color: #EFC70F; }
a { background-color: rgb(239,199,15); }
div.DivClassName
{
background-color: #EFC70F;
}
.BgClassName
{
background-color: #EFC70F;
}
</style>
border-color css
<style>
span { border-color: #EFC70F; }
span { border-color: rgb(239,199,15); }
td.TdClassName
{
border-color: #EFC70F;
}
.TagClassName
{
border-color: #EFC70F;
}
</style>