Shades of Lemon #EBF210
Tints of Lemon #EBF210
RGB
CMYK
RGB Variations
Color information
#EBF210 (or 0xEBF210) is known color: Lemon. HEX triplet: EB, F2 and 10. RGB value is (235,242,16). Sum of RGB (Red+Green+Blue) = 235+242+16=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF210 is #140DEF. Grayscale: #D7D7D7. Windows color (decimal): -1314288 or 1110763. OLE color: 1110763.
HSL color Cylindrical-coordinate representation of color #EBF210: hue angle of 61.86º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBF210 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.05 |
| HSL | 61.86º | 0.9% | 0.51% | - |
| HSV(B) | 61.86º | 0.93% | 0.95% | - |
| XYZ | 66.11 | 81.2 | 12.68 | - |
| YUV | 214.14 | 16.18 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 16 | 0.03 | 0 | 0.93 | 0.05 | 61.86 | 0.9 | 0.51 |
| Hex | EB | F2 | 10 | 3 | 0 | 5D | 5 | 3E | 5A | 33 |
| Octal | 353 | 362 | 20 | 3 | 0 | 135 | 5 | 76 | 132 | 63 |
| Binary | 11101011 | 11110010 | 10000 | 11 | 0 | 1011101 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #EBF210
Complementary color
Monochromatic Colors of #EBF210
Black with #EBF210
Text Example
Text Example
White with #EBF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF210; }
p { color: rgb(235,242,16); }
H1.HeaderClassName
{
color: #EBF210;
}
.AnyTagClassName
{
color: #EBF210;
}
</style>
background-color css
<style>
a { background-color: #EBF210; }
a { background-color: rgb(235,242,16); }
div.DivClassName
{
background-color: #EBF210;
}
.BgClassName
{
background-color: #EBF210;
}
</style>
border-color css
<style>
span { border-color: #EBF210; }
span { border-color: rgb(235,242,16); }
td.TdClassName
{
border-color: #EBF210;
}
.TagClassName
{
border-color: #EBF210;
}
</style>