Shades of Lemon #EBF61C
Tints of Lemon #EBF61C
RGB
CMYK
RGB Variations
Color information
#EBF61C (or 0xEBF61C) is known color: Lemon. HEX triplet: EB, F6 and 1C. RGB value is (235,246,28). Sum of RGB (Red+Green+Blue) = 235+246+28=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF61C is #1409E3. Grayscale: #DADADA. Windows color (decimal): -1313252 or 1898219. OLE color: 1898219.
HSL color Cylindrical-coordinate representation of color #EBF61C: hue angle of 63.03º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBF61C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 28 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.04 |
| HSL | 63.03º | 0.92% | 0.54% | - |
| HSV(B) | 63.03º | 0.89% | 0.96% | - |
| XYZ | 67.43 | 83.66 | 13.69 | - |
| YUV | 217.86 | 20.86 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 28 | 0.04 | 0 | 0.89 | 0.04 | 63.03 | 0.92 | 0.54 |
| Hex | EB | F6 | 1C | 4 | 0 | 59 | 4 | 3F | 5C | 36 |
| Octal | 353 | 366 | 34 | 4 | 0 | 131 | 4 | 77 | 134 | 66 |
| Binary | 11101011 | 11110110 | 11100 | 100 | 0 | 1011001 | 100 | 111111 | 1011100 | 110110 |
Color Harmonies of #EBF61C
Complementary color
Monochromatic Colors of #EBF61C
Black with #EBF61C
Text Example
Text Example
White with #EBF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF61C; }
p { color: rgb(235,246,28); }
H1.HeaderClassName
{
color: #EBF61C;
}
.AnyTagClassName
{
color: #EBF61C;
}
</style>
background-color css
<style>
a { background-color: #EBF61C; }
a { background-color: rgb(235,246,28); }
div.DivClassName
{
background-color: #EBF61C;
}
.BgClassName
{
background-color: #EBF61C;
}
</style>
border-color css
<style>
span { border-color: #EBF61C; }
span { border-color: rgb(235,246,28); }
td.TdClassName
{
border-color: #EBF61C;
}
.TagClassName
{
border-color: #EBF61C;
}
</style>