Shades of Lemon #EFEE17
Tints of Lemon #EFEE17
RGB
CMYK
RGB Variations
Color information
#EFEE17 (or 0xEFEE17) is known color: Lemon. HEX triplet: EF, EE and 17. RGB value is (239,238,23). Sum of RGB (Red+Green+Blue) = 239+238+23=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 23 (9.38% from 255 or 4.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE17 is #1011E8. Grayscale: #D6D6D6. Windows color (decimal): -1053161 or 1568495. OLE color: 1568495.
HSL color Cylindrical-coordinate representation of color #EFEE17: hue angle of 59.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFEE17 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 23 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.06 |
| HSL | 59.72º | 0.87% | 0.51% | - |
| HSV(B) | 59.72º | 0.9% | 0.94% | - |
| XYZ | 66.33 | 79.56 | 12.67 | - |
| YUV | 213.79 | 20.33 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 23 | 0 | 0.00 | 0.90 | 0.06 | 59.72 | 0.87 | 0.51 |
| Hex | EF | EE | 17 | 0 | 0 | 5A | 6 | 3C | 57 | 33 |
| Octal | 357 | 356 | 27 | 0 | 0 | 132 | 6 | 74 | 127 | 63 |
| Binary | 11101111 | 11101110 | 10111 | 0 | 0 | 1011010 | 110 | 111100 | 1010111 | 110011 |
Color Harmonies of #EFEE17
Complementary color
Monochromatic Colors of #EFEE17
Black with #EFEE17
Text Example
Text Example
White with #EFEE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE17; }
p { color: rgb(239,238,23); }
H1.HeaderClassName
{
color: #EFEE17;
}
.AnyTagClassName
{
color: #EFEE17;
}
</style>
background-color css
<style>
a { background-color: #EFEE17; }
a { background-color: rgb(239,238,23); }
div.DivClassName
{
background-color: #EFEE17;
}
.BgClassName
{
background-color: #EFEE17;
}
</style>
border-color css
<style>
span { border-color: #EFEE17; }
span { border-color: rgb(239,238,23); }
td.TdClassName
{
border-color: #EFEE17;
}
.TagClassName
{
border-color: #EFEE17;
}
</style>