Shades of Lemon #EFEE14
Tints of Lemon #EFEE14
RGB
CMYK
RGB Variations
Color information
#EFEE14 (or 0xEFEE14) is known color: Lemon. HEX triplet: EF, EE and 14. RGB value is (239,238,20). Sum of RGB (Red+Green+Blue) = 239+238+20=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE14 is #1011EB. Grayscale: #D6D6D6. Windows color (decimal): -1053164 or 1371887. OLE color: 1371887.
HSL color Cylindrical-coordinate representation of color #EFEE14: hue angle of 59.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFEE14 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.06 |
| HSL | 59.73º | 0.87% | 0.51% | - |
| HSV(B) | 59.73º | 0.92% | 0.94% | - |
| XYZ | 66.3 | 79.55 | 12.52 | - |
| YUV | 213.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 20 | 0 | 0.00 | 0.92 | 0.06 | 59.73 | 0.87 | 0.51 |
| Hex | EF | EE | 14 | 0 | 0 | 5C | 6 | 3C | 57 | 33 |
| Octal | 357 | 356 | 24 | 0 | 0 | 134 | 6 | 74 | 127 | 63 |
| Binary | 11101111 | 11101110 | 10100 | 0 | 0 | 1011100 | 110 | 111100 | 1010111 | 110011 |
Color Harmonies of #EFEE14
Complementary color
Monochromatic Colors of #EFEE14
Black with #EFEE14
Text Example
Text Example
White with #EFEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE14; }
p { color: rgb(239,238,20); }
H1.HeaderClassName
{
color: #EFEE14;
}
.AnyTagClassName
{
color: #EFEE14;
}
</style>
background-color css
<style>
a { background-color: #EFEE14; }
a { background-color: rgb(239,238,20); }
div.DivClassName
{
background-color: #EFEE14;
}
.BgClassName
{
background-color: #EFEE14;
}
</style>
border-color css
<style>
span { border-color: #EFEE14; }
span { border-color: rgb(239,238,20); }
td.TdClassName
{
border-color: #EFEE14;
}
.TagClassName
{
border-color: #EFEE14;
}
</style>