Shades of Lemon #EFEC17
Tints of Lemon #EFEC17
RGB
CMYK
RGB Variations
Color information
#EFEC17 (or 0xEFEC17) is known color: Lemon. HEX triplet: EF, EC and 17. RGB value is (239,236,23). Sum of RGB (Red+Green+Blue) = 239+236+23=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 23 (9.38% from 255 or 4.62% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC17 is #1013E8. Grayscale: #D5D5D5. Windows color (decimal): -1053673 or 1567983. OLE color: 1567983.
HSL color Cylindrical-coordinate representation of color #EFEC17: hue angle of 59.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFEC17 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.06 |
| HSL | 59.17º | 0.87% | 0.51% | - |
| HSV(B) | 59.17º | 0.9% | 0.94% | - |
| XYZ | 65.75 | 78.4 | 12.48 | - |
| YUV | 212.62 | 20.99 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 23 | 0 | 0.01 | 0.90 | 0.06 | 59.17 | 0.87 | 0.51 |
| Hex | EF | EC | 17 | 0 | 1 | 5A | 6 | 3B | 57 | 33 |
| Octal | 357 | 354 | 27 | 0 | 1 | 132 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101100 | 10111 | 0 | 1 | 1011010 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFEC17
Complementary color
Monochromatic Colors of #EFEC17
Black with #EFEC17
Text Example
Text Example
White with #EFEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC17; }
p { color: rgb(239,236,23); }
H1.HeaderClassName
{
color: #EFEC17;
}
.AnyTagClassName
{
color: #EFEC17;
}
</style>
background-color css
<style>
a { background-color: #EFEC17; }
a { background-color: rgb(239,236,23); }
div.DivClassName
{
background-color: #EFEC17;
}
.BgClassName
{
background-color: #EFEC17;
}
</style>
border-color css
<style>
span { border-color: #EFEC17; }
span { border-color: rgb(239,236,23); }
td.TdClassName
{
border-color: #EFEC17;
}
.TagClassName
{
border-color: #EFEC17;
}
</style>