Shades of Lemon #EBF521
Tints of Lemon #EBF521
RGB
CMYK
RGB Variations
Color information
#EBF521 (or 0xEBF521) is known color: Lemon. HEX triplet: EB, F5 and 21. RGB value is (235,245,33). Sum of RGB (Red+Green+Blue) = 235+245+33=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 33 (13.28% from 255 or 6.43% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF521 is #140ADE. Grayscale: #DADADA. Windows color (decimal): -1313503 or 2225643. OLE color: 2225643.
HSL color Cylindrical-coordinate representation of color #EBF521: hue angle of 62.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBF521 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 33 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.04 |
| HSL | 62.83º | 0.91% | 0.55% | - |
| HSV(B) | 62.83º | 0.87% | 0.96% | - |
| XYZ | 67.19 | 83.08 | 13.93 | - |
| YUV | 217.84 | 23.69 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 33 | 0.04 | 0 | 0.87 | 0.04 | 62.83 | 0.91 | 0.55 |
| Hex | EB | F5 | 21 | 4 | 0 | 57 | 4 | 3F | 5B | 37 |
| Octal | 353 | 365 | 41 | 4 | 0 | 127 | 4 | 77 | 133 | 67 |
| Binary | 11101011 | 11110101 | 100001 | 100 | 0 | 1010111 | 100 | 111111 | 1011011 | 110111 |
Color Harmonies of #EBF521
Complementary color
Monochromatic Colors of #EBF521
Black with #EBF521
Text Example
Text Example
White with #EBF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF521; }
p { color: rgb(235,245,33); }
H1.HeaderClassName
{
color: #EBF521;
}
.AnyTagClassName
{
color: #EBF521;
}
</style>
background-color css
<style>
a { background-color: #EBF521; }
a { background-color: rgb(235,245,33); }
div.DivClassName
{
background-color: #EBF521;
}
.BgClassName
{
background-color: #EBF521;
}
</style>
border-color css
<style>
span { border-color: #EBF521; }
span { border-color: rgb(235,245,33); }
td.TdClassName
{
border-color: #EBF521;
}
.TagClassName
{
border-color: #EBF521;
}
</style>