Shades of Lemon #EFE111
Tints of Lemon #EFE111
RGB
CMYK
RGB Variations
Color information
#EFE111 (or 0xEFE111) is known color: Lemon. HEX triplet: EF, E1 and 11. RGB value is (239,225,17). Sum of RGB (Red+Green+Blue) = 239+225+17=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE111 is #101EEE. Grayscale: #CECECE. Windows color (decimal): -1056495 or 1171951. OLE color: 1171951.
HSL color Cylindrical-coordinate representation of color #EFE111: hue angle of 56.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFE111 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 17 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.06 |
| HSL | 56.22º | 0.87% | 0.5% | - |
| HSV(B) | 56.22º | 0.93% | 0.94% | - |
| XYZ | 62.62 | 72.24 | 11.17 | - |
| YUV | 205.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 17 | 0 | 0.06 | 0.93 | 0.06 | 56.22 | 0.87 | 0.5 |
| Hex | EF | E1 | 11 | 0 | 6 | 5D | 6 | 38 | 57 | 32 |
| Octal | 357 | 341 | 21 | 0 | 6 | 135 | 6 | 70 | 127 | 62 |
| Binary | 11101111 | 11100001 | 10001 | 0 | 110 | 1011101 | 110 | 111000 | 1010111 | 110010 |
Color Harmonies of #EFE111
Complementary color
Monochromatic Colors of #EFE111
Black with #EFE111
Text Example
Text Example
White with #EFE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE111; }
p { color: rgb(239,225,17); }
H1.HeaderClassName
{
color: #EFE111;
}
.AnyTagClassName
{
color: #EFE111;
}
</style>
background-color css
<style>
a { background-color: #EFE111; }
a { background-color: rgb(239,225,17); }
div.DivClassName
{
background-color: #EFE111;
}
.BgClassName
{
background-color: #EFE111;
}
</style>
border-color css
<style>
span { border-color: #EFE111; }
span { border-color: rgb(239,225,17); }
td.TdClassName
{
border-color: #EFE111;
}
.TagClassName
{
border-color: #EFE111;
}
</style>