Shades of Lemon #EBE61A
Tints of Lemon #EBE61A
RGB
CMYK
RGB Variations
Color information
#EBE61A (or 0xEBE61A) is known color: Lemon. HEX triplet: EB, E6 and 1A. RGB value is (235,230,26). Sum of RGB (Red+Green+Blue) = 235+230+26=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE61A is #1419E5. Grayscale: #D1D1D1. Windows color (decimal): -1317350 or 1763051. OLE color: 1763051.
HSL color Cylindrical-coordinate representation of color #EBE61A: hue angle of 58.56º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBE61A is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 26 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.08 |
| HSL | 58.56º | 0.84% | 0.51% | - |
| HSV(B) | 58.56º | 0.89% | 0.92% | - |
| XYZ | 62.74 | 74.33 | 12.02 | - |
| YUV | 208.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 26 | 0 | 0.02 | 0.89 | 0.08 | 58.56 | 0.84 | 0.51 |
| Hex | EB | E6 | 1A | 0 | 2 | 59 | 8 | 3B | 54 | 33 |
| Octal | 353 | 346 | 32 | 0 | 2 | 131 | 10 | 73 | 124 | 63 |
| Binary | 11101011 | 11100110 | 11010 | 0 | 10 | 1011001 | 1000 | 111011 | 1010100 | 110011 |
Color Harmonies of #EBE61A
Complementary color
Monochromatic Colors of #EBE61A
Black with #EBE61A
Text Example
Text Example
White with #EBE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE61A; }
p { color: rgb(235,230,26); }
H1.HeaderClassName
{
color: #EBE61A;
}
.AnyTagClassName
{
color: #EBE61A;
}
</style>
background-color css
<style>
a { background-color: #EBE61A; }
a { background-color: rgb(235,230,26); }
div.DivClassName
{
background-color: #EBE61A;
}
.BgClassName
{
background-color: #EBE61A;
}
</style>
border-color css
<style>
span { border-color: #EBE61A; }
span { border-color: rgb(235,230,26); }
td.TdClassName
{
border-color: #EBE61A;
}
.TagClassName
{
border-color: #EBE61A;
}
</style>