Shades of Lemon #EFE016
Tints of Lemon #EFE016
RGB
CMYK
RGB Variations
Color information
#EFE016 (or 0xEFE016) is known color: Lemon. HEX triplet: EF, E0 and 16. RGB value is (239,224,22). Sum of RGB (Red+Green+Blue) = 239+224+22=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE016 is #101FE9. Grayscale: #CECECE. Windows color (decimal): -1056746 or 1499375. OLE color: 1499375.
HSL color Cylindrical-coordinate representation of color #EFE016: hue angle of 55.85º 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 #EFE016 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.06 |
| HSL | 55.85º | 0.87% | 0.51% | - |
| HSV(B) | 55.85º | 0.91% | 0.94% | - |
| XYZ | 62.4 | 71.72 | 11.31 | - |
| YUV | 205.46 | 24.47 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 22 | 0 | 0.06 | 0.91 | 0.06 | 55.85 | 0.87 | 0.51 |
| Hex | EF | E0 | 16 | 0 | 6 | 5B | 6 | 38 | 57 | 33 |
| Octal | 357 | 340 | 26 | 0 | 6 | 133 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100000 | 10110 | 0 | 110 | 1011011 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE016
Complementary color
Monochromatic Colors of #EFE016
Black with #EFE016
Text Example
Text Example
White with #EFE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE016; }
p { color: rgb(239,224,22); }
H1.HeaderClassName
{
color: #EFE016;
}
.AnyTagClassName
{
color: #EFE016;
}
</style>
background-color css
<style>
a { background-color: #EFE016; }
a { background-color: rgb(239,224,22); }
div.DivClassName
{
background-color: #EFE016;
}
.BgClassName
{
background-color: #EFE016;
}
</style>
border-color css
<style>
span { border-color: #EFE016; }
span { border-color: rgb(239,224,22); }
td.TdClassName
{
border-color: #EFE016;
}
.TagClassName
{
border-color: #EFE016;
}
</style>