Shades of Lemon #EFE517
Tints of Lemon #EFE517
RGB
CMYK
RGB Variations
Color information
#EFE517 (or 0xEFE517) is known color: Lemon. HEX triplet: EF, E5 and 17. RGB value is (239,229,23). Sum of RGB (Red+Green+Blue) = 239+229+23=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE517 is #101AE8. Grayscale: #D1D1D1. Windows color (decimal): -1055465 or 1566191. OLE color: 1566191.
HSL color Cylindrical-coordinate representation of color #EFE517: hue angle of 57.22º 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 #EFE517 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.06 |
| HSL | 57.22º | 0.87% | 0.51% | - |
| HSV(B) | 57.22º | 0.9% | 0.94% | - |
| XYZ | 63.77 | 74.45 | 11.82 | - |
| YUV | 208.51 | 23.31 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 23 | 0 | 0.04 | 0.90 | 0.06 | 57.22 | 0.87 | 0.51 |
| Hex | EF | E5 | 17 | 0 | 4 | 5A | 6 | 39 | 57 | 33 |
| Octal | 357 | 345 | 27 | 0 | 4 | 132 | 6 | 71 | 127 | 63 |
| Binary | 11101111 | 11100101 | 10111 | 0 | 100 | 1011010 | 110 | 111001 | 1010111 | 110011 |
Color Harmonies of #EFE517
Complementary color
Monochromatic Colors of #EFE517
Black with #EFE517
Text Example
Text Example
White with #EFE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE517; }
p { color: rgb(239,229,23); }
H1.HeaderClassName
{
color: #EFE517;
}
.AnyTagClassName
{
color: #EFE517;
}
</style>
background-color css
<style>
a { background-color: #EFE517; }
a { background-color: rgb(239,229,23); }
div.DivClassName
{
background-color: #EFE517;
}
.BgClassName
{
background-color: #EFE517;
}
</style>
border-color css
<style>
span { border-color: #EFE517; }
span { border-color: rgb(239,229,23); }
td.TdClassName
{
border-color: #EFE517;
}
.TagClassName
{
border-color: #EFE517;
}
</style>