Shades of Lemon #EBF514
Tints of Lemon #EBF514
RGB
CMYK
RGB Variations
Color information
#EBF514 (or 0xEBF514) is known color: Lemon. HEX triplet: EB, F5 and 14. RGB value is (235,245,20). Sum of RGB (Red+Green+Blue) = 235+245+20=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF514 is #140AEB. Grayscale: #D9D9D9. Windows color (decimal): -1313516 or 1373675. OLE color: 1373675.
HSL color Cylindrical-coordinate representation of color #EBF514: hue angle of 62.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBF514 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.04 |
| HSL | 62.67º | 0.92% | 0.52% | - |
| HSV(B) | 62.67º | 0.92% | 0.96% | - |
| XYZ | 67.04 | 83.02 | 13.15 | - |
| YUV | 216.36 | 17.19 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 20 | 0.04 | 0 | 0.92 | 0.04 | 62.67 | 0.92 | 0.52 |
| Hex | EB | F5 | 14 | 4 | 0 | 5C | 4 | 3F | 5C | 34 |
| Octal | 353 | 365 | 24 | 4 | 0 | 134 | 4 | 77 | 134 | 64 |
| Binary | 11101011 | 11110101 | 10100 | 100 | 0 | 1011100 | 100 | 111111 | 1011100 | 110100 |
Color Harmonies of #EBF514
Complementary color
Monochromatic Colors of #EBF514
Black with #EBF514
Text Example
Text Example
White with #EBF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF514; }
p { color: rgb(235,245,20); }
H1.HeaderClassName
{
color: #EBF514;
}
.AnyTagClassName
{
color: #EBF514;
}
</style>
background-color css
<style>
a { background-color: #EBF514; }
a { background-color: rgb(235,245,20); }
div.DivClassName
{
background-color: #EBF514;
}
.BgClassName
{
background-color: #EBF514;
}
</style>
border-color css
<style>
span { border-color: #EBF514; }
span { border-color: rgb(235,245,20); }
td.TdClassName
{
border-color: #EBF514;
}
.TagClassName
{
border-color: #EBF514;
}
</style>