Shades of Lemon #EFE015
Tints of Lemon #EFE015
RGB
CMYK
RGB Variations
Color information
#EFE015 (or 0xEFE015) is known color: Lemon. HEX triplet: EF, E0 and 15. RGB value is (239,224,21). Sum of RGB (Red+Green+Blue) = 239+224+21=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE015 is #101FEA. Grayscale: #CECECE. Windows color (decimal): -1056747 or 1433839. OLE color: 1433839.
HSL color Cylindrical-coordinate representation of color #EFE015: hue angle of 55.87º 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 #EFE015 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.06 |
| HSL | 55.87º | 0.87% | 0.51% | - |
| HSV(B) | 55.87º | 0.91% | 0.94% | - |
| XYZ | 62.39 | 71.72 | 11.26 | - |
| YUV | 205.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 21 | 0 | 0.06 | 0.91 | 0.06 | 55.87 | 0.87 | 0.51 |
| Hex | EF | E0 | 15 | 0 | 6 | 5B | 6 | 38 | 57 | 33 |
| Octal | 357 | 340 | 25 | 0 | 6 | 133 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100000 | 10101 | 0 | 110 | 1011011 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE015
Complementary color
Monochromatic Colors of #EFE015
Black with #EFE015
Text Example
Text Example
White with #EFE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE015; }
p { color: rgb(239,224,21); }
H1.HeaderClassName
{
color: #EFE015;
}
.AnyTagClassName
{
color: #EFE015;
}
</style>
background-color css
<style>
a { background-color: #EFE015; }
a { background-color: rgb(239,224,21); }
div.DivClassName
{
background-color: #EFE015;
}
.BgClassName
{
background-color: #EFE015;
}
</style>
border-color css
<style>
span { border-color: #EFE015; }
span { border-color: rgb(239,224,21); }
td.TdClassName
{
border-color: #EFE015;
}
.TagClassName
{
border-color: #EFE015;
}
</style>