Shades of Lemon #EFEA16
Tints of Lemon #EFEA16
RGB
CMYK
RGB Variations
Color information
#EFEA16 (or 0xEFEA16) is known color: Lemon. HEX triplet: EF, EA and 16. RGB value is (239,234,22). Sum of RGB (Red+Green+Blue) = 239+234+22=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA16 is #1015E9. Grayscale: #D4D4D4. Windows color (decimal): -1054186 or 1501935. OLE color: 1501935.
HSL color Cylindrical-coordinate representation of color #EFEA16: hue angle of 58.62º 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 #EFEA16 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.06 |
| HSL | 58.62º | 0.87% | 0.51% | - |
| HSV(B) | 58.62º | 0.91% | 0.94% | - |
| XYZ | 65.16 | 77.25 | 12.24 | - |
| YUV | 211.33 | 21.16 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 22 | 0 | 0.02 | 0.91 | 0.06 | 58.62 | 0.87 | 0.51 |
| Hex | EF | EA | 16 | 0 | 2 | 5B | 6 | 3B | 57 | 33 |
| Octal | 357 | 352 | 26 | 0 | 2 | 133 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101010 | 10110 | 0 | 10 | 1011011 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFEA16
Complementary color
Monochromatic Colors of #EFEA16
Black with #EFEA16
Text Example
Text Example
White with #EFEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA16; }
p { color: rgb(239,234,22); }
H1.HeaderClassName
{
color: #EFEA16;
}
.AnyTagClassName
{
color: #EFEA16;
}
</style>
background-color css
<style>
a { background-color: #EFEA16; }
a { background-color: rgb(239,234,22); }
div.DivClassName
{
background-color: #EFEA16;
}
.BgClassName
{
background-color: #EFEA16;
}
</style>
border-color css
<style>
span { border-color: #EFEA16; }
span { border-color: rgb(239,234,22); }
td.TdClassName
{
border-color: #EFEA16;
}
.TagClassName
{
border-color: #EFEA16;
}
</style>