Shades of Lemon #EBDB13
Tints of Lemon #EBDB13
RGB
CMYK
RGB Variations
Color information
#EBDB13 (or 0xEBDB13) is known color: Lemon. HEX triplet: EB, DB and 13. RGB value is (235,219,19). Sum of RGB (Red+Green+Blue) = 235+219+19=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB13 is #1424EC. Grayscale: #C9C9C9. Windows color (decimal): -1320173 or 1301483. OLE color: 1301483.
HSL color Cylindrical-coordinate representation of color #EBDB13: hue angle of 55.56º 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 #EBDB13 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 19 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.08 |
| HSL | 55.56º | 0.85% | 0.5% | - |
| HSV(B) | 55.56º | 0.92% | 0.92% | - |
| XYZ | 59.71 | 68.37 | 10.67 | - |
| YUV | 200.98 | 25.3 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 19 | 0 | 0.07 | 0.92 | 0.08 | 55.56 | 0.85 | 0.5 |
| Hex | EB | DB | 13 | 0 | 7 | 5C | 8 | 38 | 55 | 32 |
| Octal | 353 | 333 | 23 | 0 | 7 | 134 | 10 | 70 | 125 | 62 |
| Binary | 11101011 | 11011011 | 10011 | 0 | 111 | 1011100 | 1000 | 111000 | 1010101 | 110010 |
Color Harmonies of #EBDB13
Complementary color
Monochromatic Colors of #EBDB13
Black with #EBDB13
Text Example
Text Example
White with #EBDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB13; }
p { color: rgb(235,219,19); }
H1.HeaderClassName
{
color: #EBDB13;
}
.AnyTagClassName
{
color: #EBDB13;
}
</style>
background-color css
<style>
a { background-color: #EBDB13; }
a { background-color: rgb(235,219,19); }
div.DivClassName
{
background-color: #EBDB13;
}
.BgClassName
{
background-color: #EBDB13;
}
</style>
border-color css
<style>
span { border-color: #EBDB13; }
span { border-color: rgb(235,219,19); }
td.TdClassName
{
border-color: #EBDB13;
}
.TagClassName
{
border-color: #EBDB13;
}
</style>