Shades of Moon Yellow #EFB510
Tints of Moon Yellow #EFB510
RGB
CMYK
RGB Variations
Color information
#EFB510 (or 0xEFB510) is known color: Moon Yellow. HEX triplet: EF, B5 and 10. RGB value is (239,181,16). Sum of RGB (Red+Green+Blue) = 239+181+16=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB510 is #104AEF. Grayscale: #B4B4B4. Windows color (decimal): -1067760 or 1095151. OLE color: 1095151.
HSL color Cylindrical-coordinate representation of color #EFB510: hue angle of 44.39º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFB510 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.06 |
| HSL | 44.39º | 0.87% | 0.5% | - |
| HSV(B) | 44.39º | 0.93% | 0.94% | - |
| XYZ | 52.21 | 51.44 | 7.67 | - |
| YUV | 179.53 | 35.72 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 16 | 0 | 0.24 | 0.93 | 0.06 | 44.39 | 0.87 | 0.5 |
| Hex | EF | B5 | 10 | 0 | 18 | 5D | 6 | 2C | 57 | 32 |
| Octal | 357 | 265 | 20 | 0 | 30 | 135 | 6 | 54 | 127 | 62 |
| Binary | 11101111 | 10110101 | 10000 | 0 | 11000 | 1011101 | 110 | 101100 | 1010111 | 110010 |
Color Harmonies of #EFB510
Complementary color
Monochromatic Colors of #EFB510
Black with #EFB510
Text Example
Text Example
White with #EFB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB510; }
p { color: rgb(239,181,16); }
H1.HeaderClassName
{
color: #EFB510;
}
.AnyTagClassName
{
color: #EFB510;
}
</style>
background-color css
<style>
a { background-color: #EFB510; }
a { background-color: rgb(239,181,16); }
div.DivClassName
{
background-color: #EFB510;
}
.BgClassName
{
background-color: #EFB510;
}
</style>
border-color css
<style>
span { border-color: #EFB510; }
span { border-color: rgb(239,181,16); }
td.TdClassName
{
border-color: #EFB510;
}
.TagClassName
{
border-color: #EFB510;
}
</style>