Shades of Lemon #EBF313
Tints of Lemon #EBF313
RGB
CMYK
RGB Variations
Color information
#EBF313 (or 0xEBF313) is known color: Lemon. HEX triplet: EB, F3 and 13. RGB value is (235,243,19). Sum of RGB (Red+Green+Blue) = 235+243+19=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF313 is #140CEC. Grayscale: #D7D7D7. Windows color (decimal): -1314029 or 1307627. OLE color: 1307627.
HSL color Cylindrical-coordinate representation of color #EBF313: hue angle of 62.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBF313 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.05 |
| HSL | 62.14º | 0.9% | 0.51% | - |
| HSV(B) | 62.14º | 0.92% | 0.95% | - |
| XYZ | 66.43 | 81.81 | 12.91 | - |
| YUV | 215.07 | 17.35 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 19 | 0.03 | 0 | 0.92 | 0.05 | 62.14 | 0.9 | 0.51 |
| Hex | EB | F3 | 13 | 3 | 0 | 5C | 5 | 3E | 5A | 33 |
| Octal | 353 | 363 | 23 | 3 | 0 | 134 | 5 | 76 | 132 | 63 |
| Binary | 11101011 | 11110011 | 10011 | 11 | 0 | 1011100 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #EBF313
Complementary color
Monochromatic Colors of #EBF313
Black with #EBF313
Text Example
Text Example
White with #EBF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF313; }
p { color: rgb(235,243,19); }
H1.HeaderClassName
{
color: #EBF313;
}
.AnyTagClassName
{
color: #EBF313;
}
</style>
background-color css
<style>
a { background-color: #EBF313; }
a { background-color: rgb(235,243,19); }
div.DivClassName
{
background-color: #EBF313;
}
.BgClassName
{
background-color: #EBF313;
}
</style>
border-color css
<style>
span { border-color: #EBF313; }
span { border-color: rgb(235,243,19); }
td.TdClassName
{
border-color: #EBF313;
}
.TagClassName
{
border-color: #EBF313;
}
</style>