Shades of Moon Yellow #EBBA0F
Tints of Moon Yellow #EBBA0F
RGB
CMYK
RGB Variations
Color information
#EBBA0F (or 0xEBBA0F) is known color: Moon Yellow. HEX triplet: EB, BA and 0F. RGB value is (235,186,15). Sum of RGB (Red+Green+Blue) = 235+186+15=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA0F is #1445F0. Grayscale: #B5B5B5. Windows color (decimal): -1328625 or 1030891. OLE color: 1030891.
HSL color Cylindrical-coordinate representation of color #EBBA0F: hue angle of 46.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBBA0F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.08 |
| HSL | 46.64º | 0.88% | 0.49% | - |
| HSV(B) | 46.64º | 0.94% | 0.92% | - |
| XYZ | 51.91 | 52.81 | 7.91 | - |
| YUV | 181.16 | 34.23 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 15 | 0 | 0.21 | 0.94 | 0.08 | 46.64 | 0.88 | 0.49 |
| Hex | EB | BA | F | 0 | 15 | 5E | 8 | 2F | 58 | 31 |
| Octal | 353 | 272 | 17 | 0 | 25 | 136 | 10 | 57 | 130 | 61 |
| Binary | 11101011 | 10111010 | 1111 | 0 | 10101 | 1011110 | 1000 | 101111 | 1011000 | 110001 |
Color Harmonies of #EBBA0F
Complementary color
Monochromatic Colors of #EBBA0F
Black with #EBBA0F
Text Example
Text Example
White with #EBBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA0F; }
p { color: rgb(235,186,15); }
H1.HeaderClassName
{
color: #EBBA0F;
}
.AnyTagClassName
{
color: #EBBA0F;
}
</style>
background-color css
<style>
a { background-color: #EBBA0F; }
a { background-color: rgb(235,186,15); }
div.DivClassName
{
background-color: #EBBA0F;
}
.BgClassName
{
background-color: #EBBA0F;
}
</style>
border-color css
<style>
span { border-color: #EBBA0F; }
span { border-color: rgb(235,186,15); }
td.TdClassName
{
border-color: #EBBA0F;
}
.TagClassName
{
border-color: #EBBA0F;
}
</style>