Shades of Lemon #EBE013
Tints of Lemon #EBE013
RGB
CMYK
RGB Variations
Color information
#EBE013 (or 0xEBE013) is known color: Lemon. HEX triplet: EB, E0 and 13. RGB value is (235,224,19). Sum of RGB (Red+Green+Blue) = 235+224+19=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE013 is #141FEC. Grayscale: #CCCCCC. Windows color (decimal): -1318893 or 1302763. OLE color: 1302763.
HSL color Cylindrical-coordinate representation of color #EBE013: hue angle of 56.94º 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 #EBE013 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 19 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.08 |
| HSL | 56.94º | 0.85% | 0.5% | - |
| HSV(B) | 56.94º | 0.92% | 0.92% | - |
| XYZ | 61.03 | 71.02 | 11.11 | - |
| YUV | 203.92 | 23.64 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 19 | 0 | 0.05 | 0.92 | 0.08 | 56.94 | 0.85 | 0.5 |
| Hex | EB | E0 | 13 | 0 | 5 | 5C | 8 | 39 | 55 | 32 |
| Octal | 353 | 340 | 23 | 0 | 5 | 134 | 10 | 71 | 125 | 62 |
| Binary | 11101011 | 11100000 | 10011 | 0 | 101 | 1011100 | 1000 | 111001 | 1010101 | 110010 |
Color Harmonies of #EBE013
Complementary color
Monochromatic Colors of #EBE013
Black with #EBE013
Text Example
Text Example
White with #EBE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE013; }
p { color: rgb(235,224,19); }
H1.HeaderClassName
{
color: #EBE013;
}
.AnyTagClassName
{
color: #EBE013;
}
</style>
background-color css
<style>
a { background-color: #EBE013; }
a { background-color: rgb(235,224,19); }
div.DivClassName
{
background-color: #EBE013;
}
.BgClassName
{
background-color: #EBE013;
}
</style>
border-color css
<style>
span { border-color: #EBE013; }
span { border-color: rgb(235,224,19); }
td.TdClassName
{
border-color: #EBE013;
}
.TagClassName
{
border-color: #EBE013;
}
</style>