Shades of Lemon #EFE917
Tints of Lemon #EFE917
RGB
CMYK
RGB Variations
Color information
#EFE917 (or 0xEFE917) is known color: Lemon. HEX triplet: EF, E9 and 17. RGB value is (239,233,23). Sum of RGB (Red+Green+Blue) = 239+233+23=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE917 is #1016E8. Grayscale: #D3D3D3. Windows color (decimal): -1054441 or 1567215. OLE color: 1567215.
HSL color Cylindrical-coordinate representation of color #EFE917: hue angle of 58.33º 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 #EFE917 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.06 |
| HSL | 58.33º | 0.87% | 0.51% | - |
| HSV(B) | 58.33º | 0.9% | 0.94% | - |
| XYZ | 64.89 | 76.69 | 12.19 | - |
| YUV | 210.85 | 21.99 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 23 | 0 | 0.03 | 0.90 | 0.06 | 58.33 | 0.87 | 0.51 |
| Hex | EF | E9 | 17 | 0 | 3 | 5A | 6 | 3A | 57 | 33 |
| Octal | 357 | 351 | 27 | 0 | 3 | 132 | 6 | 72 | 127 | 63 |
| Binary | 11101111 | 11101001 | 10111 | 0 | 11 | 1011010 | 110 | 111010 | 1010111 | 110011 |
Color Harmonies of #EFE917
Complementary color
Monochromatic Colors of #EFE917
Black with #EFE917
Text Example
Text Example
White with #EFE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE917; }
p { color: rgb(239,233,23); }
H1.HeaderClassName
{
color: #EFE917;
}
.AnyTagClassName
{
color: #EFE917;
}
</style>
background-color css
<style>
a { background-color: #EFE917; }
a { background-color: rgb(239,233,23); }
div.DivClassName
{
background-color: #EFE917;
}
.BgClassName
{
background-color: #EFE917;
}
</style>
border-color css
<style>
span { border-color: #EFE917; }
span { border-color: rgb(239,233,23); }
td.TdClassName
{
border-color: #EFE917;
}
.TagClassName
{
border-color: #EFE917;
}
</style>