Shades of Lemon #EBE618
Tints of Lemon #EBE618
RGB
CMYK
RGB Variations
Color information
#EBE618 (or 0xEBE618) is known color: Lemon. HEX triplet: EB, E6 and 18. RGB value is (235,230,24). Sum of RGB (Red+Green+Blue) = 235+230+24=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE618 is #1419E7. Grayscale: #D0D0D0. Windows color (decimal): -1317352 or 1631979. OLE color: 1631979.
HSL color Cylindrical-coordinate representation of color #EBE618: hue angle of 58.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBE618 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.08 |
| HSL | 58.58º | 0.84% | 0.51% | - |
| HSV(B) | 58.58º | 0.9% | 0.92% | - |
| XYZ | 62.72 | 74.32 | 11.9 | - |
| YUV | 208.01 | 24.16 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 24 | 0 | 0.02 | 0.90 | 0.08 | 58.58 | 0.84 | 0.51 |
| Hex | EB | E6 | 18 | 0 | 2 | 5A | 8 | 3B | 54 | 33 |
| Octal | 353 | 346 | 30 | 0 | 2 | 132 | 10 | 73 | 124 | 63 |
| Binary | 11101011 | 11100110 | 11000 | 0 | 10 | 1011010 | 1000 | 111011 | 1010100 | 110011 |
Color Harmonies of #EBE618
Complementary color
Monochromatic Colors of #EBE618
Black with #EBE618
Text Example
Text Example
White with #EBE618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE618; }
p { color: rgb(235,230,24); }
H1.HeaderClassName
{
color: #EBE618;
}
.AnyTagClassName
{
color: #EBE618;
}
</style>
background-color css
<style>
a { background-color: #EBE618; }
a { background-color: rgb(235,230,24); }
div.DivClassName
{
background-color: #EBE618;
}
.BgClassName
{
background-color: #EBE618;
}
</style>
border-color css
<style>
span { border-color: #EBE618; }
span { border-color: rgb(235,230,24); }
td.TdClassName
{
border-color: #EBE618;
}
.TagClassName
{
border-color: #EBE618;
}
</style>