Shades of Moon Yellow #EBBA1E
Tints of Moon Yellow #EBBA1E
RGB
CMYK
RGB Variations
Color information
#EBBA1E (or 0xEBBA1E) is known color: Moon Yellow. HEX triplet: EB, BA and 1E. RGB value is (235,186,30). Sum of RGB (Red+Green+Blue) = 235+186+30=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA1E is #1445E1. Grayscale: #B7B7B7. Windows color (decimal): -1328610 or 2013931. OLE color: 2013931.
HSL color Cylindrical-coordinate representation of color #EBBA1E: hue angle of 45.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBBA1E is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 30 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.08 |
| HSL | 45.66º | 0.84% | 0.52% | - |
| HSV(B) | 45.66º | 0.87% | 0.92% | - |
| XYZ | 52.05 | 52.87 | 8.69 | - |
| YUV | 182.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 30 | 0 | 0.21 | 0.87 | 0.08 | 45.66 | 0.84 | 0.52 |
| Hex | EB | BA | 1E | 0 | 15 | 57 | 8 | 2E | 54 | 34 |
| Octal | 353 | 272 | 36 | 0 | 25 | 127 | 10 | 56 | 124 | 64 |
| Binary | 11101011 | 10111010 | 11110 | 0 | 10101 | 1010111 | 1000 | 101110 | 1010100 | 110100 |
Color Harmonies of #EBBA1E
Complementary color
Monochromatic Colors of #EBBA1E
Black with #EBBA1E
Text Example
Text Example
White with #EBBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA1E; }
p { color: rgb(235,186,30); }
H1.HeaderClassName
{
color: #EBBA1E;
}
.AnyTagClassName
{
color: #EBBA1E;
}
</style>
background-color css
<style>
a { background-color: #EBBA1E; }
a { background-color: rgb(235,186,30); }
div.DivClassName
{
background-color: #EBBA1E;
}
.BgClassName
{
background-color: #EBBA1E;
}
</style>
border-color css
<style>
span { border-color: #EBBA1E; }
span { border-color: rgb(235,186,30); }
td.TdClassName
{
border-color: #EBBA1E;
}
.TagClassName
{
border-color: #EBBA1E;
}
</style>