Shades of Lemon #EFEC14
Tints of Lemon #EFEC14
RGB
CMYK
RGB Variations
Color information
#EFEC14 (or 0xEFEC14) is known color: Lemon. HEX triplet: EF, EC and 14. RGB value is (239,236,20). Sum of RGB (Red+Green+Blue) = 239+236+20=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC14 is #1013EB. Grayscale: #D5D5D5. Windows color (decimal): -1053676 or 1371375. OLE color: 1371375.
HSL color Cylindrical-coordinate representation of color #EFEC14: hue angle of 59.18º 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 #EFEC14 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 20 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.06 |
| HSL | 59.18º | 0.87% | 0.51% | - |
| HSV(B) | 59.18º | 0.92% | 0.94% | - |
| XYZ | 65.72 | 78.39 | 12.33 | - |
| YUV | 212.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 20 | 0 | 0.01 | 0.92 | 0.06 | 59.18 | 0.87 | 0.51 |
| Hex | EF | EC | 14 | 0 | 1 | 5C | 6 | 3B | 57 | 33 |
| Octal | 357 | 354 | 24 | 0 | 1 | 134 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101100 | 10100 | 0 | 1 | 1011100 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFEC14
Complementary color
Monochromatic Colors of #EFEC14
Black with #EFEC14
Text Example
Text Example
White with #EFEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC14; }
p { color: rgb(239,236,20); }
H1.HeaderClassName
{
color: #EFEC14;
}
.AnyTagClassName
{
color: #EFEC14;
}
</style>
background-color css
<style>
a { background-color: #EFEC14; }
a { background-color: rgb(239,236,20); }
div.DivClassName
{
background-color: #EFEC14;
}
.BgClassName
{
background-color: #EFEC14;
}
</style>
border-color css
<style>
span { border-color: #EFEC14; }
span { border-color: rgb(239,236,20); }
td.TdClassName
{
border-color: #EFEC14;
}
.TagClassName
{
border-color: #EFEC14;
}
</style>