Shades of Moon Yellow #EBBA1A
Tints of Moon Yellow #EBBA1A
RGB
CMYK
RGB Variations
Color information
#EBBA1A (or 0xEBBA1A) is known color: Moon Yellow. HEX triplet: EB, BA and 1A. RGB value is (235,186,26). Sum of RGB (Red+Green+Blue) = 235+186+26=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA1A is #1445E5. Grayscale: #B7B7B7. Windows color (decimal): -1328614 or 1751787. OLE color: 1751787.
HSL color Cylindrical-coordinate representation of color #EBBA1A: hue angle of 45.93º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBBA1A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 26 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.08 |
| HSL | 45.93º | 0.84% | 0.51% | - |
| HSV(B) | 45.93º | 0.89% | 0.92% | - |
| XYZ | 52.01 | 52.85 | 8.44 | - |
| YUV | 182.41 | 39.73 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 26 | 0 | 0.21 | 0.89 | 0.08 | 45.93 | 0.84 | 0.51 |
| Hex | EB | BA | 1A | 0 | 15 | 59 | 8 | 2E | 54 | 33 |
| Octal | 353 | 272 | 32 | 0 | 25 | 131 | 10 | 56 | 124 | 63 |
| Binary | 11101011 | 10111010 | 11010 | 0 | 10101 | 1011001 | 1000 | 101110 | 1010100 | 110011 |
Color Harmonies of #EBBA1A
Complementary color
Monochromatic Colors of #EBBA1A
Black with #EBBA1A
Text Example
Text Example
White with #EBBA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA1A; }
p { color: rgb(235,186,26); }
H1.HeaderClassName
{
color: #EBBA1A;
}
.AnyTagClassName
{
color: #EBBA1A;
}
</style>
background-color css
<style>
a { background-color: #EBBA1A; }
a { background-color: rgb(235,186,26); }
div.DivClassName
{
background-color: #EBBA1A;
}
.BgClassName
{
background-color: #EBBA1A;
}
</style>
border-color css
<style>
span { border-color: #EBBA1A; }
span { border-color: rgb(235,186,26); }
td.TdClassName
{
border-color: #EBBA1A;
}
.TagClassName
{
border-color: #EBBA1A;
}
</style>