Shades of Lemon #EFEA14
Tints of Lemon #EFEA14
RGB
CMYK
RGB Variations
Color information
#EFEA14 (or 0xEFEA14) is known color: Lemon. HEX triplet: EF, EA and 14. RGB value is (239,234,20). Sum of RGB (Red+Green+Blue) = 239+234+20=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA14 is #1015EB. Grayscale: #D3D3D3. Windows color (decimal): -1054188 or 1370863. OLE color: 1370863.
HSL color Cylindrical-coordinate representation of color #EFEA14: hue angle of 58.63º 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 #EFEA14 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.06 |
| HSL | 58.63º | 0.87% | 0.51% | - |
| HSV(B) | 58.63º | 0.92% | 0.94% | - |
| XYZ | 65.15 | 77.25 | 12.14 | - |
| YUV | 211.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 20 | 0 | 0.02 | 0.92 | 0.06 | 58.63 | 0.87 | 0.51 |
| Hex | EF | EA | 14 | 0 | 2 | 5C | 6 | 3B | 57 | 33 |
| Octal | 357 | 352 | 24 | 0 | 2 | 134 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101010 | 10100 | 0 | 10 | 1011100 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFEA14
Complementary color
Monochromatic Colors of #EFEA14
Black with #EFEA14
Text Example
Text Example
White with #EFEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA14; }
p { color: rgb(239,234,20); }
H1.HeaderClassName
{
color: #EFEA14;
}
.AnyTagClassName
{
color: #EFEA14;
}
</style>
background-color css
<style>
a { background-color: #EFEA14; }
a { background-color: rgb(239,234,20); }
div.DivClassName
{
background-color: #EFEA14;
}
.BgClassName
{
background-color: #EFEA14;
}
</style>
border-color css
<style>
span { border-color: #EFEA14; }
span { border-color: rgb(239,234,20); }
td.TdClassName
{
border-color: #EFEA14;
}
.TagClassName
{
border-color: #EFEA14;
}
</style>