Shades of Lemon #E8F21B
Tints of Lemon #E8F21B
RGB
CMYK
RGB Variations
Color information
#E8F21B (or 0xE8F21B) is known color: Lemon. HEX triplet: E8, F2 and 1B. RGB value is (232,242,27). Sum of RGB (Red+Green+Blue) = 232+242+27=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 27 (10.94% from 255 or 5.39% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F21B is #170DE4. Grayscale: #D7D7D7. Windows color (decimal): -1510885 or 1831656. OLE color: 1831656.
HSL color Cylindrical-coordinate representation of color #E8F21B: hue angle of 62.79º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8F21B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 27 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.05 |
| HSL | 62.79º | 0.89% | 0.53% | - |
| HSV(B) | 62.79º | 0.89% | 0.95% | - |
| XYZ | 65.23 | 80.74 | 13.18 | - |
| YUV | 214.5 | 22.19 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 27 | 0.04 | 0 | 0.89 | 0.05 | 62.79 | 0.89 | 0.53 |
| Hex | E8 | F2 | 1B | 4 | 0 | 59 | 5 | 3F | 59 | 35 |
| Octal | 350 | 362 | 33 | 4 | 0 | 131 | 5 | 77 | 131 | 65 |
| Binary | 11101000 | 11110010 | 11011 | 100 | 0 | 1011001 | 101 | 111111 | 1011001 | 110101 |
Color Harmonies of #E8F21B
Complementary color
Monochromatic Colors of #E8F21B
Black with #E8F21B
Text Example
Text Example
White with #E8F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F21B; }
p { color: rgb(232,242,27); }
H1.HeaderClassName
{
color: #E8F21B;
}
.AnyTagClassName
{
color: #E8F21B;
}
</style>
background-color css
<style>
a { background-color: #E8F21B; }
a { background-color: rgb(232,242,27); }
div.DivClassName
{
background-color: #E8F21B;
}
.BgClassName
{
background-color: #E8F21B;
}
</style>
border-color css
<style>
span { border-color: #E8F21B; }
span { border-color: rgb(232,242,27); }
td.TdClassName
{
border-color: #E8F21B;
}
.TagClassName
{
border-color: #E8F21B;
}
</style>