Shades of Moon Yellow #EBBA18
Tints of Moon Yellow #EBBA18
RGB
CMYK
RGB Variations
Color information
#EBBA18 (or 0xEBBA18) is known color: Moon Yellow. HEX triplet: EB, BA and 18. RGB value is (235,186,24). Sum of RGB (Red+Green+Blue) = 235+186+24=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA18 is #1445E7. Grayscale: #B6B6B6. Windows color (decimal): -1328616 or 1620715. OLE color: 1620715.
HSL color Cylindrical-coordinate representation of color #EBBA18: hue angle of 46.07º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBBA18 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 24 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.08 |
| HSL | 46.07º | 0.84% | 0.51% | - |
| HSV(B) | 46.07º | 0.9% | 0.92% | - |
| XYZ | 51.98 | 52.85 | 8.32 | - |
| YUV | 182.18 | 38.73 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 24 | 0 | 0.21 | 0.90 | 0.08 | 46.07 | 0.84 | 0.51 |
| Hex | EB | BA | 18 | 0 | 15 | 5A | 8 | 2E | 54 | 33 |
| Octal | 353 | 272 | 30 | 0 | 25 | 132 | 10 | 56 | 124 | 63 |
| Binary | 11101011 | 10111010 | 11000 | 0 | 10101 | 1011010 | 1000 | 101110 | 1010100 | 110011 |
Color Harmonies of #EBBA18
Complementary color
Monochromatic Colors of #EBBA18
Black with #EBBA18
Text Example
Text Example
White with #EBBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA18; }
p { color: rgb(235,186,24); }
H1.HeaderClassName
{
color: #EBBA18;
}
.AnyTagClassName
{
color: #EBBA18;
}
</style>
background-color css
<style>
a { background-color: #EBBA18; }
a { background-color: rgb(235,186,24); }
div.DivClassName
{
background-color: #EBBA18;
}
.BgClassName
{
background-color: #EBBA18;
}
</style>
border-color css
<style>
span { border-color: #EBBA18; }
span { border-color: rgb(235,186,24); }
td.TdClassName
{
border-color: #EBBA18;
}
.TagClassName
{
border-color: #EBBA18;
}
</style>