Shades of Lemon #E6F21D
Tints of Lemon #E6F21D
RGB
CMYK
RGB Variations
Color information
#E6F21D (or 0xE6F21D) is known color: Lemon. HEX triplet: E6, F2 and 1D. RGB value is (230,242,29). Sum of RGB (Red+Green+Blue) = 230+242+29=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F21D is #190DE2. Grayscale: #D6D6D6. Windows color (decimal): -1641955 or 1962726. OLE color: 1962726.
HSL color Cylindrical-coordinate representation of color #E6F21D: hue angle of 63.38º 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 #E6F21D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 29 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.05 |
| HSL | 63.38º | 0.89% | 0.53% | - |
| HSV(B) | 63.38º | 0.88% | 0.95% | - |
| XYZ | 64.61 | 80.42 | 13.28 | - |
| YUV | 214.13 | 23.52 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 29 | 0.05 | 0 | 0.88 | 0.05 | 63.38 | 0.89 | 0.53 |
| Hex | E6 | F2 | 1D | 5 | 0 | 58 | 5 | 3F | 59 | 35 |
| Octal | 346 | 362 | 35 | 5 | 0 | 130 | 5 | 77 | 131 | 65 |
| Binary | 11100110 | 11110010 | 11101 | 101 | 0 | 1011000 | 101 | 111111 | 1011001 | 110101 |
Color Harmonies of #E6F21D
Complementary color
Monochromatic Colors of #E6F21D
Black with #E6F21D
Text Example
Text Example
White with #E6F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F21D; }
p { color: rgb(230,242,29); }
H1.HeaderClassName
{
color: #E6F21D;
}
.AnyTagClassName
{
color: #E6F21D;
}
</style>
background-color css
<style>
a { background-color: #E6F21D; }
a { background-color: rgb(230,242,29); }
div.DivClassName
{
background-color: #E6F21D;
}
.BgClassName
{
background-color: #E6F21D;
}
</style>
border-color css
<style>
span { border-color: #E6F21D; }
span { border-color: rgb(230,242,29); }
td.TdClassName
{
border-color: #E6F21D;
}
.TagClassName
{
border-color: #E6F21D;
}
</style>