Shades of Lemon #EFFF1C
Tints of Lemon #EFFF1C
RGB
CMYK
RGB Variations
Color information
#EFFF1C (or 0xEFFF1C) is known color: Lemon. HEX triplet: EF, FF and 1C. RGB value is (239,255,28). Sum of RGB (Red+Green+Blue) = 239+255+28=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 28 (11.33% from 255 or 5.36% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF1C is #1000E3. Grayscale: #E1E1E1. Windows color (decimal): -1048804 or 1900527. OLE color: 1900527.
HSL color Cylindrical-coordinate representation of color #EFFF1C: hue angle of 64.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFFF1C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 28 | - |
| CMYK | 0.06 | 0 | 0.89 | 0 |
| HSL | 64.23º | 1% | 0.55% | - |
| HSV(B) | 64.23º | 0.89% | 1% | - |
| XYZ | 71.57 | 89.95 | 14.69 | - |
| YUV | 224.34 | 17.2 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 28 | 0.06 | 0 | 0.89 | 0 | 64.23 | 1 | 0.55 |
| Hex | EF | FF | 1C | 6 | 0 | 59 | 0 | 40 | 64 | 37 |
| Octal | 357 | 377 | 34 | 6 | 0 | 131 | 0 | 100 | 144 | 67 |
| Binary | 11101111 | 11111111 | 11100 | 110 | 0 | 1011001 | 0 | 1000000 | 1100100 | 110111 |
Color Harmonies of #EFFF1C
Complementary color
Monochromatic Colors of #EFFF1C
Black with #EFFF1C
Text Example
Text Example
White with #EFFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF1C; }
p { color: rgb(239,255,28); }
H1.HeaderClassName
{
color: #EFFF1C;
}
.AnyTagClassName
{
color: #EFFF1C;
}
</style>
background-color css
<style>
a { background-color: #EFFF1C; }
a { background-color: rgb(239,255,28); }
div.DivClassName
{
background-color: #EFFF1C;
}
.BgClassName
{
background-color: #EFFF1C;
}
</style>
border-color css
<style>
span { border-color: #EFFF1C; }
span { border-color: rgb(239,255,28); }
td.TdClassName
{
border-color: #EFFF1C;
}
.TagClassName
{
border-color: #EFFF1C;
}
</style>