Shades of Moon Yellow #EBBE13
Tints of Moon Yellow #EBBE13
RGB
CMYK
RGB Variations
Color information
#EBBE13 (or 0xEBBE13) is known color: Moon Yellow. HEX triplet: EB, BE and 13. RGB value is (235,190,19). Sum of RGB (Red+Green+Blue) = 235+190+19=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE13 is #1441EC. Grayscale: #B8B8B8. Windows color (decimal): -1327597 or 1294059. OLE color: 1294059.
HSL color Cylindrical-coordinate representation of color #EBBE13: hue angle of 47.5º 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 #EBBE13 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 19 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.08 |
| HSL | 47.5º | 0.85% | 0.5% | - |
| HSV(B) | 47.5º | 0.92% | 0.92% | - |
| XYZ | 52.79 | 54.54 | 8.36 | - |
| YUV | 183.96 | 34.91 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 19 | 0 | 0.19 | 0.92 | 0.08 | 47.5 | 0.85 | 0.5 |
| Hex | EB | BE | 13 | 0 | 13 | 5C | 8 | 30 | 55 | 32 |
| Octal | 353 | 276 | 23 | 0 | 23 | 134 | 10 | 60 | 125 | 62 |
| Binary | 11101011 | 10111110 | 10011 | 0 | 10011 | 1011100 | 1000 | 110000 | 1010101 | 110010 |
Color Harmonies of #EBBE13
Complementary color
Monochromatic Colors of #EBBE13
Black with #EBBE13
Text Example
Text Example
White with #EBBE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE13; }
p { color: rgb(235,190,19); }
H1.HeaderClassName
{
color: #EBBE13;
}
.AnyTagClassName
{
color: #EBBE13;
}
</style>
background-color css
<style>
a { background-color: #EBBE13; }
a { background-color: rgb(235,190,19); }
div.DivClassName
{
background-color: #EBBE13;
}
.BgClassName
{
background-color: #EBBE13;
}
</style>
border-color css
<style>
span { border-color: #EBBE13; }
span { border-color: rgb(235,190,19); }
td.TdClassName
{
border-color: #EBBE13;
}
.TagClassName
{
border-color: #EBBE13;
}
</style>