Shades of Moon Yellow #EFB418
Tints of Moon Yellow #EFB418
RGB
CMYK
RGB Variations
Color information
#EFB418 (or 0xEFB418) is known color: Moon Yellow. HEX triplet: EF, B4 and 18. RGB value is (239,180,24). Sum of RGB (Red+Green+Blue) = 239+180+24=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB418 is #104BE7. Grayscale: #B4B4B4. Windows color (decimal): -1068008 or 1619183. OLE color: 1619183.
HSL color Cylindrical-coordinate representation of color #EFB418: hue angle of 43.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFB418 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 24 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.06 |
| HSL | 43.53º | 0.87% | 0.52% | - |
| HSV(B) | 43.53º | 0.9% | 0.94% | - |
| XYZ | 52.08 | 51.06 | 7.97 | - |
| YUV | 179.86 | 40.05 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 24 | 0 | 0.25 | 0.90 | 0.06 | 43.53 | 0.87 | 0.52 |
| Hex | EF | B4 | 18 | 0 | 19 | 5A | 6 | 2C | 57 | 34 |
| Octal | 357 | 264 | 30 | 0 | 31 | 132 | 6 | 54 | 127 | 64 |
| Binary | 11101111 | 10110100 | 11000 | 0 | 11001 | 1011010 | 110 | 101100 | 1010111 | 110100 |
Color Harmonies of #EFB418
Complementary color
Monochromatic Colors of #EFB418
Black with #EFB418
Text Example
Text Example
White with #EFB418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB418; }
p { color: rgb(239,180,24); }
H1.HeaderClassName
{
color: #EFB418;
}
.AnyTagClassName
{
color: #EFB418;
}
</style>
background-color css
<style>
a { background-color: #EFB418; }
a { background-color: rgb(239,180,24); }
div.DivClassName
{
background-color: #EFB418;
}
.BgClassName
{
background-color: #EFB418;
}
</style>
border-color css
<style>
span { border-color: #EFB418; }
span { border-color: rgb(239,180,24); }
td.TdClassName
{
border-color: #EFB418;
}
.TagClassName
{
border-color: #EFB418;
}
</style>