Shades of Lemon #EFE417
Tints of Lemon #EFE417
RGB
CMYK
RGB Variations
Color information
#EFE417 (or 0xEFE417) is known color: Lemon. HEX triplet: EF, E4 and 17. RGB value is (239,228,23). Sum of RGB (Red+Green+Blue) = 239+228+23=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE417 is #101BE8. Grayscale: #D0D0D0. Windows color (decimal): -1055721 or 1565935. OLE color: 1565935.
HSL color Cylindrical-coordinate representation of color #EFE417: hue angle of 56.94º 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 #EFE417 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.06 |
| HSL | 56.94º | 0.87% | 0.51% | - |
| HSV(B) | 56.94º | 0.9% | 0.94% | - |
| XYZ | 63.49 | 73.9 | 11.73 | - |
| YUV | 207.92 | 23.64 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 23 | 0 | 0.05 | 0.90 | 0.06 | 56.94 | 0.87 | 0.51 |
| Hex | EF | E4 | 17 | 0 | 5 | 5A | 6 | 39 | 57 | 33 |
| Octal | 357 | 344 | 27 | 0 | 5 | 132 | 6 | 71 | 127 | 63 |
| Binary | 11101111 | 11100100 | 10111 | 0 | 101 | 1011010 | 110 | 111001 | 1010111 | 110011 |
Color Harmonies of #EFE417
Complementary color
Monochromatic Colors of #EFE417
Black with #EFE417
Text Example
Text Example
White with #EFE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE417; }
p { color: rgb(239,228,23); }
H1.HeaderClassName
{
color: #EFE417;
}
.AnyTagClassName
{
color: #EFE417;
}
</style>
background-color css
<style>
a { background-color: #EFE417; }
a { background-color: rgb(239,228,23); }
div.DivClassName
{
background-color: #EFE417;
}
.BgClassName
{
background-color: #EFE417;
}
</style>
border-color css
<style>
span { border-color: #EFE417; }
span { border-color: rgb(239,228,23); }
td.TdClassName
{
border-color: #EFE417;
}
.TagClassName
{
border-color: #EFE417;
}
</style>