Shades of Lemon #EBF115
Tints of Lemon #EBF115
RGB
CMYK
RGB Variations
Color information
#EBF115 (or 0xEBF115) is known color: Lemon. HEX triplet: EB, F1 and 15. RGB value is (235,241,21). Sum of RGB (Red+Green+Blue) = 235+241+21=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF115 is #140EEA. Grayscale: #D7D7D7. Windows color (decimal): -1314539 or 1438187. OLE color: 1438187.
HSL color Cylindrical-coordinate representation of color #EBF115: hue angle of 61.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBF115 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.64º | 0.89% | 0.51% | - |
| HSV(B) | 61.64º | 0.91% | 0.95% | - |
| XYZ | 65.85 | 80.63 | 12.8 | - |
| YUV | 214.13 | 19.01 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 21 | 0.02 | 0 | 0.91 | 0.05 | 61.64 | 0.89 | 0.51 |
| Hex | EB | F1 | 15 | 2 | 0 | 5B | 5 | 3E | 59 | 33 |
| Octal | 353 | 361 | 25 | 2 | 0 | 133 | 5 | 76 | 131 | 63 |
| Binary | 11101011 | 11110001 | 10101 | 10 | 0 | 1011011 | 101 | 111110 | 1011001 | 110011 |
Color Harmonies of #EBF115
Complementary color
Monochromatic Colors of #EBF115
Black with #EBF115
Text Example
Text Example
White with #EBF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF115; }
p { color: rgb(235,241,21); }
H1.HeaderClassName
{
color: #EBF115;
}
.AnyTagClassName
{
color: #EBF115;
}
</style>
background-color css
<style>
a { background-color: #EBF115; }
a { background-color: rgb(235,241,21); }
div.DivClassName
{
background-color: #EBF115;
}
.BgClassName
{
background-color: #EBF115;
}
</style>
border-color css
<style>
span { border-color: #EBF115; }
span { border-color: rgb(235,241,21); }
td.TdClassName
{
border-color: #EBF115;
}
.TagClassName
{
border-color: #EBF115;
}
</style>