Shades of Lemon #E8F21D
Tints of Lemon #E8F21D
RGB
CMYK
RGB Variations
Color information
#E8F21D (or 0xE8F21D) is known color: Lemon. HEX triplet: E8, F2 and 1D. RGB value is (232,242,29). Sum of RGB (Red+Green+Blue) = 232+242+29=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 29 (11.72% from 255 or 5.77% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F21D is #170DE2. Grayscale: #D7D7D7. Windows color (decimal): -1510883 or 1962728. OLE color: 1962728.
HSL color Cylindrical-coordinate representation of color #E8F21D: hue angle of 62.82º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8F21D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.05 |
| HSL | 62.82º | 0.89% | 0.53% | - |
| HSV(B) | 62.82º | 0.88% | 0.95% | - |
| XYZ | 65.25 | 80.75 | 13.31 | - |
| YUV | 214.73 | 23.19 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 29 | 0.04 | 0 | 0.88 | 0.05 | 62.82 | 0.89 | 0.53 |
| Hex | E8 | F2 | 1D | 4 | 0 | 58 | 5 | 3F | 59 | 35 |
| Octal | 350 | 362 | 35 | 4 | 0 | 130 | 5 | 77 | 131 | 65 |
| Binary | 11101000 | 11110010 | 11101 | 100 | 0 | 1011000 | 101 | 111111 | 1011001 | 110101 |
Color Harmonies of #E8F21D
Complementary color
Monochromatic Colors of #E8F21D
Black with #E8F21D
Text Example
Text Example
White with #E8F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F21D; }
p { color: rgb(232,242,29); }
H1.HeaderClassName
{
color: #E8F21D;
}
.AnyTagClassName
{
color: #E8F21D;
}
</style>
background-color css
<style>
a { background-color: #E8F21D; }
a { background-color: rgb(232,242,29); }
div.DivClassName
{
background-color: #E8F21D;
}
.BgClassName
{
background-color: #E8F21D;
}
</style>
border-color css
<style>
span { border-color: #E8F21D; }
span { border-color: rgb(232,242,29); }
td.TdClassName
{
border-color: #E8F21D;
}
.TagClassName
{
border-color: #E8F21D;
}
</style>