Shades of Lemon #EFFF1A
Tints of Lemon #EFFF1A
RGB
CMYK
RGB Variations
Color information
#EFFF1A (or 0xEFFF1A) is known color: Lemon. HEX triplet: EF, FF and 1A. RGB value is (239,255,26). Sum of RGB (Red+Green+Blue) = 239+255+26=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 26 (10.55% from 255 or 5% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF1A is #1000E5. Grayscale: #E1E1E1. Windows color (decimal): -1048806 or 1769455. OLE color: 1769455.
HSL color Cylindrical-coordinate representation of color #EFFF1A: hue angle of 64.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFFF1A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 26 | - |
| CMYK | 0.06 | 0 | 0.90 | 0 |
| HSL | 64.19º | 1% | 0.55% | - |
| HSV(B) | 64.19º | 0.9% | 1% | - |
| XYZ | 71.54 | 89.95 | 14.57 | - |
| YUV | 224.11 | 16.2 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 26 | 0.06 | 0 | 0.90 | 0 | 64.19 | 1 | 0.55 |
| Hex | EF | FF | 1A | 6 | 0 | 5A | 0 | 40 | 64 | 37 |
| Octal | 357 | 377 | 32 | 6 | 0 | 132 | 0 | 100 | 144 | 67 |
| Binary | 11101111 | 11111111 | 11010 | 110 | 0 | 1011010 | 0 | 1000000 | 1100100 | 110111 |
Color Harmonies of #EFFF1A
Complementary color
Monochromatic Colors of #EFFF1A
Black with #EFFF1A
Text Example
Text Example
White with #EFFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF1A; }
p { color: rgb(239,255,26); }
H1.HeaderClassName
{
color: #EFFF1A;
}
.AnyTagClassName
{
color: #EFFF1A;
}
</style>
background-color css
<style>
a { background-color: #EFFF1A; }
a { background-color: rgb(239,255,26); }
div.DivClassName
{
background-color: #EFFF1A;
}
.BgClassName
{
background-color: #EFFF1A;
}
</style>
border-color css
<style>
span { border-color: #EFFF1A; }
span { border-color: rgb(239,255,26); }
td.TdClassName
{
border-color: #EFFF1A;
}
.TagClassName
{
border-color: #EFFF1A;
}
</style>