Shades of Lemon #EFE217
Tints of Lemon #EFE217
RGB
CMYK
RGB Variations
Color information
#EFE217 (or 0xEFE217) is known color: Lemon. HEX triplet: EF, E2 and 17. RGB value is (239,226,23). Sum of RGB (Red+Green+Blue) = 239+226+23=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE217 is #101DE8. Grayscale: #CFCFCF. Windows color (decimal): -1056233 or 1565423. OLE color: 1565423.
HSL color Cylindrical-coordinate representation of color #EFE217: hue angle of 56.39º 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 #EFE217 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.06 |
| HSL | 56.39º | 0.87% | 0.51% | - |
| HSV(B) | 56.39º | 0.9% | 0.94% | - |
| XYZ | 62.95 | 72.81 | 11.55 | - |
| YUV | 206.75 | 24.31 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 23 | 0 | 0.05 | 0.90 | 0.06 | 56.39 | 0.87 | 0.51 |
| Hex | EF | E2 | 17 | 0 | 5 | 5A | 6 | 38 | 57 | 33 |
| Octal | 357 | 342 | 27 | 0 | 5 | 132 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100010 | 10111 | 0 | 101 | 1011010 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE217
Complementary color
Monochromatic Colors of #EFE217
Black with #EFE217
Text Example
Text Example
White with #EFE217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE217; }
p { color: rgb(239,226,23); }
H1.HeaderClassName
{
color: #EFE217;
}
.AnyTagClassName
{
color: #EFE217;
}
</style>
background-color css
<style>
a { background-color: #EFE217; }
a { background-color: rgb(239,226,23); }
div.DivClassName
{
background-color: #EFE217;
}
.BgClassName
{
background-color: #EFE217;
}
</style>
border-color css
<style>
span { border-color: #EFE217; }
span { border-color: rgb(239,226,23); }
td.TdClassName
{
border-color: #EFE217;
}
.TagClassName
{
border-color: #EFE217;
}
</style>