Shades of Lemon #EFE316
Tints of Lemon #EFE316
RGB
CMYK
RGB Variations
Color information
#EFE316 (or 0xEFE316) is known color: Lemon. HEX triplet: EF, E3 and 16. RGB value is (239,227,22). Sum of RGB (Red+Green+Blue) = 239+227+22=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE316 is #101CE9. Grayscale: #D0D0D0. Windows color (decimal): -1055978 or 1500143. OLE color: 1500143.
HSL color Cylindrical-coordinate representation of color #EFE316: hue angle of 56.68º 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 #EFE316 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.06 |
| HSL | 56.68º | 0.87% | 0.51% | - |
| HSV(B) | 56.68º | 0.91% | 0.94% | - |
| XYZ | 63.21 | 73.35 | 11.58 | - |
| YUV | 207.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 22 | 0 | 0.05 | 0.91 | 0.06 | 56.68 | 0.87 | 0.51 |
| Hex | EF | E3 | 16 | 0 | 5 | 5B | 6 | 39 | 57 | 33 |
| Octal | 357 | 343 | 26 | 0 | 5 | 133 | 6 | 71 | 127 | 63 |
| Binary | 11101111 | 11100011 | 10110 | 0 | 101 | 1011011 | 110 | 111001 | 1010111 | 110011 |
Color Harmonies of #EFE316
Complementary color
Monochromatic Colors of #EFE316
Black with #EFE316
Text Example
Text Example
White with #EFE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE316; }
p { color: rgb(239,227,22); }
H1.HeaderClassName
{
color: #EFE316;
}
.AnyTagClassName
{
color: #EFE316;
}
</style>
background-color css
<style>
a { background-color: #EFE316; }
a { background-color: rgb(239,227,22); }
div.DivClassName
{
background-color: #EFE316;
}
.BgClassName
{
background-color: #EFE316;
}
</style>
border-color css
<style>
span { border-color: #EFE316; }
span { border-color: rgb(239,227,22); }
td.TdClassName
{
border-color: #EFE316;
}
.TagClassName
{
border-color: #EFE316;
}
</style>