Shades of Lemon #EFEA17
Tints of Lemon #EFEA17
RGB
CMYK
RGB Variations
Color information
#EFEA17 (or 0xEFEA17) is known color: Lemon. HEX triplet: EF, EA and 17. RGB value is (239,234,23). Sum of RGB (Red+Green+Blue) = 239+234+23=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 23 (9.38% from 255 or 4.64% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA17 is #1015E8. Grayscale: #D4D4D4. Windows color (decimal): -1054185 or 1567471. OLE color: 1567471.
HSL color Cylindrical-coordinate representation of color #EFEA17: hue angle of 58.61º 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 #EFEA17 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.06 |
| HSL | 58.61º | 0.87% | 0.51% | - |
| HSV(B) | 58.61º | 0.9% | 0.94% | - |
| XYZ | 65.17 | 77.26 | 12.29 | - |
| YUV | 211.44 | 21.66 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 23 | 0 | 0.02 | 0.90 | 0.06 | 58.61 | 0.87 | 0.51 |
| Hex | EF | EA | 17 | 0 | 2 | 5A | 6 | 3B | 57 | 33 |
| Octal | 357 | 352 | 27 | 0 | 2 | 132 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101010 | 10111 | 0 | 10 | 1011010 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFEA17
Complementary color
Monochromatic Colors of #EFEA17
Black with #EFEA17
Text Example
Text Example
White with #EFEA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA17; }
p { color: rgb(239,234,23); }
H1.HeaderClassName
{
color: #EFEA17;
}
.AnyTagClassName
{
color: #EFEA17;
}
</style>
background-color css
<style>
a { background-color: #EFEA17; }
a { background-color: rgb(239,234,23); }
div.DivClassName
{
background-color: #EFEA17;
}
.BgClassName
{
background-color: #EFEA17;
}
</style>
border-color css
<style>
span { border-color: #EFEA17; }
span { border-color: rgb(239,234,23); }
td.TdClassName
{
border-color: #EFEA17;
}
.TagClassName
{
border-color: #EFEA17;
}
</style>