Shades of Lemon #EBE613
Tints of Lemon #EBE613
RGB
CMYK
RGB Variations
Color information
#EBE613 (or 0xEBE613) is known color: Lemon. HEX triplet: EB, E6 and 13. RGB value is (235,230,19). Sum of RGB (Red+Green+Blue) = 235+230+19=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE613 is #1419EC. Grayscale: #D0D0D0. Windows color (decimal): -1317357 or 1304299. OLE color: 1304299.
HSL color Cylindrical-coordinate representation of color #EBE613: hue angle of 58.61º 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 #EBE613 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.08 |
| HSL | 58.61º | 0.85% | 0.5% | - |
| HSV(B) | 58.61º | 0.92% | 0.92% | - |
| XYZ | 62.68 | 74.3 | 11.65 | - |
| YUV | 207.44 | 21.66 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 19 | 0 | 0.02 | 0.92 | 0.08 | 58.61 | 0.85 | 0.5 |
| Hex | EB | E6 | 13 | 0 | 2 | 5C | 8 | 3B | 55 | 32 |
| Octal | 353 | 346 | 23 | 0 | 2 | 134 | 10 | 73 | 125 | 62 |
| Binary | 11101011 | 11100110 | 10011 | 0 | 10 | 1011100 | 1000 | 111011 | 1010101 | 110010 |
Color Harmonies of #EBE613
Complementary color
Monochromatic Colors of #EBE613
Black with #EBE613
Text Example
Text Example
White with #EBE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE613; }
p { color: rgb(235,230,19); }
H1.HeaderClassName
{
color: #EBE613;
}
.AnyTagClassName
{
color: #EBE613;
}
</style>
background-color css
<style>
a { background-color: #EBE613; }
a { background-color: rgb(235,230,19); }
div.DivClassName
{
background-color: #EBE613;
}
.BgClassName
{
background-color: #EBE613;
}
</style>
border-color css
<style>
span { border-color: #EBE613; }
span { border-color: rgb(235,230,19); }
td.TdClassName
{
border-color: #EBE613;
}
.TagClassName
{
border-color: #EBE613;
}
</style>