Shades of Lemon #EFE815
Tints of Lemon #EFE815
RGB
CMYK
RGB Variations
Color information
#EFE815 (or 0xEFE815) is known color: Lemon. HEX triplet: EF, E8 and 15. RGB value is (239,232,21). Sum of RGB (Red+Green+Blue) = 239+232+21=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 21 (8.59% from 255 or 4.27% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE815 is #1017EA. Grayscale: #D2D2D2. Windows color (decimal): -1054699 or 1435887. OLE color: 1435887.
HSL color Cylindrical-coordinate representation of color #EFE815: hue angle of 58.07º 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 #EFE815 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 21 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.06 |
| HSL | 58.07º | 0.87% | 0.51% | - |
| HSV(B) | 58.07º | 0.91% | 0.94% | - |
| XYZ | 64.59 | 76.12 | 12 | - |
| YUV | 210.04 | 21.32 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 21 | 0 | 0.03 | 0.91 | 0.06 | 58.07 | 0.87 | 0.51 |
| Hex | EF | E8 | 15 | 0 | 3 | 5B | 6 | 3A | 57 | 33 |
| Octal | 357 | 350 | 25 | 0 | 3 | 133 | 6 | 72 | 127 | 63 |
| Binary | 11101111 | 11101000 | 10101 | 0 | 11 | 1011011 | 110 | 111010 | 1010111 | 110011 |
Color Harmonies of #EFE815
Complementary color
Monochromatic Colors of #EFE815
Black with #EFE815
Text Example
Text Example
White with #EFE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE815; }
p { color: rgb(239,232,21); }
H1.HeaderClassName
{
color: #EFE815;
}
.AnyTagClassName
{
color: #EFE815;
}
</style>
background-color css
<style>
a { background-color: #EFE815; }
a { background-color: rgb(239,232,21); }
div.DivClassName
{
background-color: #EFE815;
}
.BgClassName
{
background-color: #EFE815;
}
</style>
border-color css
<style>
span { border-color: #EFE815; }
span { border-color: rgb(239,232,21); }
td.TdClassName
{
border-color: #EFE815;
}
.TagClassName
{
border-color: #EFE815;
}
</style>