Shades of Lemon #EFE116
Tints of Lemon #EFE116
RGB
CMYK
RGB Variations
Color information
#EFE116 (or 0xEFE116) is known color: Lemon. HEX triplet: EF, E1 and 16. RGB value is (239,225,22). Sum of RGB (Red+Green+Blue) = 239+225+22=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE116 is #101EE9. Grayscale: #CECECE. Windows color (decimal): -1056490 or 1499631. OLE color: 1499631.
HSL color Cylindrical-coordinate representation of color #EFE116: hue angle of 56.13º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFE116 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.06 |
| HSL | 56.13º | 0.87% | 0.51% | - |
| HSV(B) | 56.13º | 0.91% | 0.94% | - |
| XYZ | 62.67 | 72.26 | 11.4 | - |
| YUV | 206.04 | 24.14 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 22 | 0 | 0.06 | 0.91 | 0.06 | 56.13 | 0.87 | 0.51 |
| Hex | EF | E1 | 16 | 0 | 6 | 5B | 6 | 38 | 57 | 33 |
| Octal | 357 | 341 | 26 | 0 | 6 | 133 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100001 | 10110 | 0 | 110 | 1011011 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE116
Complementary color
Monochromatic Colors of #EFE116
Black with #EFE116
Text Example
Text Example
White with #EFE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE116; }
p { color: rgb(239,225,22); }
H1.HeaderClassName
{
color: #EFE116;
}
.AnyTagClassName
{
color: #EFE116;
}
</style>
background-color css
<style>
a { background-color: #EFE116; }
a { background-color: rgb(239,225,22); }
div.DivClassName
{
background-color: #EFE116;
}
.BgClassName
{
background-color: #EFE116;
}
</style>
border-color css
<style>
span { border-color: #EFE116; }
span { border-color: rgb(239,225,22); }
td.TdClassName
{
border-color: #EFE116;
}
.TagClassName
{
border-color: #EFE116;
}
</style>