Shades of Moon Yellow #EFB512
Tints of Moon Yellow #EFB512
RGB
CMYK
RGB Variations
Color information
#EFB512 (or 0xEFB512) is known color: Moon Yellow. HEX triplet: EF, B5 and 12. RGB value is (239,181,18). Sum of RGB (Red+Green+Blue) = 239+181+18=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB512 is #104AED. Grayscale: #B4B4B4. Windows color (decimal): -1067758 or 1226223. OLE color: 1226223.
HSL color Cylindrical-coordinate representation of color #EFB512: hue angle of 44.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFB512 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.06 |
| HSL | 44.25º | 0.87% | 0.5% | - |
| HSV(B) | 44.25º | 0.92% | 0.94% | - |
| XYZ | 52.23 | 51.44 | 7.75 | - |
| YUV | 179.76 | 36.72 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 18 | 0 | 0.24 | 0.92 | 0.06 | 44.25 | 0.87 | 0.5 |
| Hex | EF | B5 | 12 | 0 | 18 | 5C | 6 | 2C | 57 | 32 |
| Octal | 357 | 265 | 22 | 0 | 30 | 134 | 6 | 54 | 127 | 62 |
| Binary | 11101111 | 10110101 | 10010 | 0 | 11000 | 1011100 | 110 | 101100 | 1010111 | 110010 |
Color Harmonies of #EFB512
Complementary color
Monochromatic Colors of #EFB512
Black with #EFB512
Text Example
Text Example
White with #EFB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB512; }
p { color: rgb(239,181,18); }
H1.HeaderClassName
{
color: #EFB512;
}
.AnyTagClassName
{
color: #EFB512;
}
</style>
background-color css
<style>
a { background-color: #EFB512; }
a { background-color: rgb(239,181,18); }
div.DivClassName
{
background-color: #EFB512;
}
.BgClassName
{
background-color: #EFB512;
}
</style>
border-color css
<style>
span { border-color: #EFB512; }
span { border-color: rgb(239,181,18); }
td.TdClassName
{
border-color: #EFB512;
}
.TagClassName
{
border-color: #EFB512;
}
</style>