Shades of Moon Yellow #EBB513
Tints of Moon Yellow #EBB513
RGB
CMYK
RGB Variations
Color information
#EBB513 (or 0xEBB513) is known color: Moon Yellow. HEX triplet: EB, B5 and 13. RGB value is (235,181,19). Sum of RGB (Red+Green+Blue) = 235+181+19=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB513 is #144AEC. Grayscale: #B3B3B3. Windows color (decimal): -1329901 or 1291755. OLE color: 1291755.
HSL color Cylindrical-coordinate representation of color #EBB513: hue angle of 45º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBB513 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.08 |
| HSL | 45º | 0.85% | 0.5% | - |
| HSV(B) | 45º | 0.92% | 0.92% | - |
| XYZ | 50.9 | 50.76 | 7.73 | - |
| YUV | 178.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 19 | 0 | 0.23 | 0.92 | 0.08 | 45 | 0.85 | 0.5 |
| Hex | EB | B5 | 13 | 0 | 17 | 5C | 8 | 2D | 55 | 32 |
| Octal | 353 | 265 | 23 | 0 | 27 | 134 | 10 | 55 | 125 | 62 |
| Binary | 11101011 | 10110101 | 10011 | 0 | 10111 | 1011100 | 1000 | 101101 | 1010101 | 110010 |
Color Harmonies of #EBB513
Complementary color
Monochromatic Colors of #EBB513
Black with #EBB513
Text Example
Text Example
White with #EBB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB513; }
p { color: rgb(235,181,19); }
H1.HeaderClassName
{
color: #EBB513;
}
.AnyTagClassName
{
color: #EBB513;
}
</style>
background-color css
<style>
a { background-color: #EBB513; }
a { background-color: rgb(235,181,19); }
div.DivClassName
{
background-color: #EBB513;
}
.BgClassName
{
background-color: #EBB513;
}
</style>
border-color css
<style>
span { border-color: #EBB513; }
span { border-color: rgb(235,181,19); }
td.TdClassName
{
border-color: #EBB513;
}
.TagClassName
{
border-color: #EBB513;
}
</style>