Shades of Lemon #EBF91C
Tints of Lemon #EBF91C
RGB
CMYK
RGB Variations
Color information
#EBF91C (or 0xEBF91C) is known color: Lemon. HEX triplet: EB, F9 and 1C. RGB value is (235,249,28). Sum of RGB (Red+Green+Blue) = 235+249+28=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 28 (11.33% from 255 or 5.47% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF91C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF91C is #1406E3. Grayscale: #DCDCDC. Windows color (decimal): -1312484 or 1898987. OLE color: 1898987.
HSL color Cylindrical-coordinate representation of color #EBF91C: hue angle of 63.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBF91C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 28 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.02 |
| HSL | 63.8º | 0.95% | 0.54% | - |
| HSV(B) | 63.8º | 0.89% | 0.98% | - |
| XYZ | 68.35 | 85.5 | 14 | - |
| YUV | 219.62 | 19.86 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 28 | 0.06 | 0 | 0.89 | 0.02 | 63.8 | 0.95 | 0.54 |
| Hex | EB | F9 | 1C | 6 | 0 | 59 | 2 | 40 | 5F | 36 |
| Octal | 353 | 371 | 34 | 6 | 0 | 131 | 2 | 100 | 137 | 66 |
| Binary | 11101011 | 11111001 | 11100 | 110 | 0 | 1011001 | 10 | 1000000 | 1011111 | 110110 |
Color Harmonies of #EBF91C
Complementary color
Monochromatic Colors of #EBF91C
Black with #EBF91C
Text Example
Text Example
White with #EBF91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF91C; }
p { color: rgb(235,249,28); }
H1.HeaderClassName
{
color: #EBF91C;
}
.AnyTagClassName
{
color: #EBF91C;
}
</style>
background-color css
<style>
a { background-color: #EBF91C; }
a { background-color: rgb(235,249,28); }
div.DivClassName
{
background-color: #EBF91C;
}
.BgClassName
{
background-color: #EBF91C;
}
</style>
border-color css
<style>
span { border-color: #EBF91C; }
span { border-color: rgb(235,249,28); }
td.TdClassName
{
border-color: #EBF91C;
}
.TagClassName
{
border-color: #EBF91C;
}
</style>