Shades of Lemon #EBE81B
Tints of Lemon #EBE81B
RGB
CMYK
RGB Variations
Color information
#EBE81B (or 0xEBE81B) is known color: Lemon. HEX triplet: EB, E8 and 1B. RGB value is (235,232,27). Sum of RGB (Red+Green+Blue) = 235+232+27=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE81B is #1417E4. Grayscale: #D2D2D2. Windows color (decimal): -1316837 or 1829099. OLE color: 1829099.
HSL color Cylindrical-coordinate representation of color #EBE81B: hue angle of 59.13º 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 #EBE81B is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 27 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.08 |
| HSL | 59.13º | 0.84% | 0.51% | - |
| HSV(B) | 59.13º | 0.89% | 0.92% | - |
| XYZ | 63.32 | 75.45 | 12.26 | - |
| YUV | 209.53 | 24.99 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 27 | 0 | 0.01 | 0.89 | 0.08 | 59.13 | 0.84 | 0.51 |
| Hex | EB | E8 | 1B | 0 | 1 | 59 | 8 | 3B | 54 | 33 |
| Octal | 353 | 350 | 33 | 0 | 1 | 131 | 10 | 73 | 124 | 63 |
| Binary | 11101011 | 11101000 | 11011 | 0 | 1 | 1011001 | 1000 | 111011 | 1010100 | 110011 |
Color Harmonies of #EBE81B
Complementary color
Monochromatic Colors of #EBE81B
Black with #EBE81B
Text Example
Text Example
White with #EBE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE81B; }
p { color: rgb(235,232,27); }
H1.HeaderClassName
{
color: #EBE81B;
}
.AnyTagClassName
{
color: #EBE81B;
}
</style>
background-color css
<style>
a { background-color: #EBE81B; }
a { background-color: rgb(235,232,27); }
div.DivClassName
{
background-color: #EBE81B;
}
.BgClassName
{
background-color: #EBE81B;
}
</style>
border-color css
<style>
span { border-color: #EBE81B; }
span { border-color: rgb(235,232,27); }
td.TdClassName
{
border-color: #EBE81B;
}
.TagClassName
{
border-color: #EBE81B;
}
</style>