Shades of Lemon #E6F11C
Tints of Lemon #E6F11C
RGB
CMYK
RGB Variations
Color information
#E6F11C (or 0xE6F11C) is known color: Lemon. HEX triplet: E6, F1 and 1C. RGB value is (230,241,28). Sum of RGB (Red+Green+Blue) = 230+241+28=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F11C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F11C is #190EE3. Grayscale: #D6D6D6. Windows color (decimal): -1642212 or 1896934. OLE color: 1896934.
HSL color Cylindrical-coordinate representation of color #E6F11C: hue angle of 63.1º degrees, saturation: 0.88, 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 #E6F11C is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 28 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.05 |
| HSL | 63.1º | 0.88% | 0.53% | - |
| HSV(B) | 63.1º | 0.88% | 0.95% | - |
| XYZ | 64.3 | 79.82 | 13.12 | - |
| YUV | 213.43 | 23.36 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 28 | 0.05 | 0 | 0.88 | 0.05 | 63.1 | 0.88 | 0.53 |
| Hex | E6 | F1 | 1C | 5 | 0 | 58 | 5 | 3F | 58 | 35 |
| Octal | 346 | 361 | 34 | 5 | 0 | 130 | 5 | 77 | 130 | 65 |
| Binary | 11100110 | 11110001 | 11100 | 101 | 0 | 1011000 | 101 | 111111 | 1011000 | 110101 |
Color Harmonies of #E6F11C
Complementary color
Monochromatic Colors of #E6F11C
Black with #E6F11C
Text Example
Text Example
White with #E6F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F11C; }
p { color: rgb(230,241,28); }
H1.HeaderClassName
{
color: #E6F11C;
}
.AnyTagClassName
{
color: #E6F11C;
}
</style>
background-color css
<style>
a { background-color: #E6F11C; }
a { background-color: rgb(230,241,28); }
div.DivClassName
{
background-color: #E6F11C;
}
.BgClassName
{
background-color: #E6F11C;
}
</style>
border-color css
<style>
span { border-color: #E6F11C; }
span { border-color: rgb(230,241,28); }
td.TdClassName
{
border-color: #E6F11C;
}
.TagClassName
{
border-color: #E6F11C;
}
</style>