Shades of Moon Yellow #EBBA20
Tints of Moon Yellow #EBBA20
RGB
CMYK
RGB Variations
Color information
#EBBA20 (or 0xEBBA20) is known color: Moon Yellow. HEX triplet: EB, BA and 20. RGB value is (235,186,32). Sum of RGB (Red+Green+Blue) = 235+186+32=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA20 is #1445DF. Grayscale: #B7B7B7. Windows color (decimal): -1328608 or 2145003. OLE color: 2145003.
HSL color Cylindrical-coordinate representation of color #EBBA20: hue angle of 45.52º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBBA20 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 32 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.08 |
| HSL | 45.52º | 0.84% | 0.52% | - |
| HSV(B) | 45.52º | 0.86% | 0.92% | - |
| XYZ | 52.08 | 52.88 | 8.83 | - |
| YUV | 183.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 32 | 0 | 0.21 | 0.86 | 0.08 | 45.52 | 0.84 | 0.52 |
| Hex | EB | BA | 20 | 0 | 15 | 56 | 8 | 2E | 54 | 34 |
| Octal | 353 | 272 | 40 | 0 | 25 | 126 | 10 | 56 | 124 | 64 |
| Binary | 11101011 | 10111010 | 100000 | 0 | 10101 | 1010110 | 1000 | 101110 | 1010100 | 110100 |
Color Harmonies of #EBBA20
Complementary color
Monochromatic Colors of #EBBA20
Black with #EBBA20
Text Example
Text Example
White with #EBBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA20; }
p { color: rgb(235,186,32); }
H1.HeaderClassName
{
color: #EBBA20;
}
.AnyTagClassName
{
color: #EBBA20;
}
</style>
background-color css
<style>
a { background-color: #EBBA20; }
a { background-color: rgb(235,186,32); }
div.DivClassName
{
background-color: #EBBA20;
}
.BgClassName
{
background-color: #EBBA20;
}
</style>
border-color css
<style>
span { border-color: #EBBA20; }
span { border-color: rgb(235,186,32); }
td.TdClassName
{
border-color: #EBBA20;
}
.TagClassName
{
border-color: #EBBA20;
}
</style>