Shades of Moon Yellow #EFC317
Tints of Moon Yellow #EFC317
RGB
CMYK
RGB Variations
Color information
#EFC317 (or 0xEFC317) is known color: Moon Yellow. HEX triplet: EF, C3 and 17. RGB value is (239,195,23). Sum of RGB (Red+Green+Blue) = 239+195+23=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC317 is #103CE8. Grayscale: #BDBDBD. Windows color (decimal): -1064169 or 1557487. OLE color: 1557487.
HSL color Cylindrical-coordinate representation of color #EFC317: hue angle of 47.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFC317 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.06 |
| HSL | 47.78º | 0.87% | 0.51% | - |
| HSV(B) | 47.78º | 0.9% | 0.94% | - |
| XYZ | 55.27 | 57.44 | 8.99 | - |
| YUV | 188.55 | 34.58 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 23 | 0 | 0.18 | 0.90 | 0.06 | 47.78 | 0.87 | 0.51 |
| Hex | EF | C3 | 17 | 0 | 12 | 5A | 6 | 30 | 57 | 33 |
| Octal | 357 | 303 | 27 | 0 | 22 | 132 | 6 | 60 | 127 | 63 |
| Binary | 11101111 | 11000011 | 10111 | 0 | 10010 | 1011010 | 110 | 110000 | 1010111 | 110011 |
Color Harmonies of #EFC317
Complementary color
Monochromatic Colors of #EFC317
Black with #EFC317
Text Example
Text Example
White with #EFC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC317; }
p { color: rgb(239,195,23); }
H1.HeaderClassName
{
color: #EFC317;
}
.AnyTagClassName
{
color: #EFC317;
}
</style>
background-color css
<style>
a { background-color: #EFC317; }
a { background-color: rgb(239,195,23); }
div.DivClassName
{
background-color: #EFC317;
}
.BgClassName
{
background-color: #EFC317;
}
</style>
border-color css
<style>
span { border-color: #EFC317; }
span { border-color: rgb(239,195,23); }
td.TdClassName
{
border-color: #EFC317;
}
.TagClassName
{
border-color: #EFC317;
}
</style>