Shades of Lemon #EFE215
Tints of Lemon #EFE215
RGB
CMYK
RGB Variations
Color information
#EFE215 (or 0xEFE215) is known color: Lemon. HEX triplet: EF, E2 and 15. RGB value is (239,226,21). Sum of RGB (Red+Green+Blue) = 239+226+21=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE215 is #101DEA. Grayscale: #CFCFCF. Windows color (decimal): -1056235 or 1434351. OLE color: 1434351.
HSL color Cylindrical-coordinate representation of color #EFE215: hue angle of 56.42º 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 #EFE215 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.06 |
| HSL | 56.42º | 0.87% | 0.51% | - |
| HSV(B) | 56.42º | 0.91% | 0.94% | - |
| XYZ | 62.93 | 72.8 | 11.44 | - |
| YUV | 206.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 21 | 0 | 0.05 | 0.91 | 0.06 | 56.42 | 0.87 | 0.51 |
| Hex | EF | E2 | 15 | 0 | 5 | 5B | 6 | 38 | 57 | 33 |
| Octal | 357 | 342 | 25 | 0 | 5 | 133 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100010 | 10101 | 0 | 101 | 1011011 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE215
Complementary color
Monochromatic Colors of #EFE215
Black with #EFE215
Text Example
Text Example
White with #EFE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE215; }
p { color: rgb(239,226,21); }
H1.HeaderClassName
{
color: #EFE215;
}
.AnyTagClassName
{
color: #EFE215;
}
</style>
background-color css
<style>
a { background-color: #EFE215; }
a { background-color: rgb(239,226,21); }
div.DivClassName
{
background-color: #EFE215;
}
.BgClassName
{
background-color: #EFE215;
}
</style>
border-color css
<style>
span { border-color: #EFE215; }
span { border-color: rgb(239,226,21); }
td.TdClassName
{
border-color: #EFE215;
}
.TagClassName
{
border-color: #EFE215;
}
</style>