Shades of Moon Yellow #EBBA0E
Tints of Moon Yellow #EBBA0E
RGB
CMYK
RGB Variations
Color information
#EBBA0E (or 0xEBBA0E) is known color: Moon Yellow. HEX triplet: EB, BA and 0E. RGB value is (235,186,14). Sum of RGB (Red+Green+Blue) = 235+186+14=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA0E is #1445F1. Grayscale: #B5B5B5. Windows color (decimal): -1328626 or 965355. OLE color: 965355.
HSL color Cylindrical-coordinate representation of color #EBBA0E: hue angle of 46.7º degrees, saturation: 0.89, 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 #EBBA0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.08 |
| HSL | 46.7º | 0.89% | 0.49% | - |
| HSV(B) | 46.7º | 0.94% | 0.92% | - |
| XYZ | 51.9 | 52.81 | 7.87 | - |
| YUV | 181.04 | 33.73 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 14 | 0 | 0.21 | 0.94 | 0.08 | 46.7 | 0.89 | 0.49 |
| Hex | EB | BA | E | 0 | 15 | 5E | 8 | 2F | 59 | 31 |
| Octal | 353 | 272 | 16 | 0 | 25 | 136 | 10 | 57 | 131 | 61 |
| Binary | 11101011 | 10111010 | 1110 | 0 | 10101 | 1011110 | 1000 | 101111 | 1011001 | 110001 |
Color Harmonies of #EBBA0E
Complementary color
Monochromatic Colors of #EBBA0E
Black with #EBBA0E
Text Example
Text Example
White with #EBBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA0E; }
p { color: rgb(235,186,14); }
H1.HeaderClassName
{
color: #EBBA0E;
}
.AnyTagClassName
{
color: #EBBA0E;
}
</style>
background-color css
<style>
a { background-color: #EBBA0E; }
a { background-color: rgb(235,186,14); }
div.DivClassName
{
background-color: #EBBA0E;
}
.BgClassName
{
background-color: #EBBA0E;
}
</style>
border-color css
<style>
span { border-color: #EBBA0E; }
span { border-color: rgb(235,186,14); }
td.TdClassName
{
border-color: #EBBA0E;
}
.TagClassName
{
border-color: #EBBA0E;
}
</style>