Shades of Lemon #EFED17
Tints of Lemon #EFED17
RGB
CMYK
RGB Variations
Color information
#EFED17 (or 0xEFED17) is known color: Lemon. HEX triplet: EF, ED and 17. RGB value is (239,237,23). Sum of RGB (Red+Green+Blue) = 239+237+23=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 23 (9.38% from 255 or 4.61% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED17 is #1012E8. Grayscale: #D6D6D6. Windows color (decimal): -1053417 or 1568239. OLE color: 1568239.
HSL color Cylindrical-coordinate representation of color #EFED17: hue angle of 59.44º 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 #EFED17 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.06 |
| HSL | 59.44º | 0.87% | 0.51% | - |
| HSV(B) | 59.44º | 0.9% | 0.94% | - |
| XYZ | 66.04 | 78.98 | 12.58 | - |
| YUV | 213.2 | 20.66 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 23 | 0 | 0.01 | 0.90 | 0.06 | 59.44 | 0.87 | 0.51 |
| Hex | EF | ED | 17 | 0 | 1 | 5A | 6 | 3B | 57 | 33 |
| Octal | 357 | 355 | 27 | 0 | 1 | 132 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101101 | 10111 | 0 | 1 | 1011010 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFED17
Complementary color
Monochromatic Colors of #EFED17
Black with #EFED17
Text Example
Text Example
White with #EFED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED17; }
p { color: rgb(239,237,23); }
H1.HeaderClassName
{
color: #EFED17;
}
.AnyTagClassName
{
color: #EFED17;
}
</style>
background-color css
<style>
a { background-color: #EFED17; }
a { background-color: rgb(239,237,23); }
div.DivClassName
{
background-color: #EFED17;
}
.BgClassName
{
background-color: #EFED17;
}
</style>
border-color css
<style>
span { border-color: #EFED17; }
span { border-color: rgb(239,237,23); }
td.TdClassName
{
border-color: #EFED17;
}
.TagClassName
{
border-color: #EFED17;
}
</style>