Shades of Lemon #EFE110
Tints of Lemon #EFE110
RGB
CMYK
RGB Variations
Color information
#EFE110 (or 0xEFE110) is known color: Lemon. HEX triplet: EF, E1 and 10. RGB value is (239,225,16). Sum of RGB (Red+Green+Blue) = 239+225+16=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE110 is #101EEF. Grayscale: #CECECE. Windows color (decimal): -1056496 or 1106415. OLE color: 1106415.
HSL color Cylindrical-coordinate representation of color #EFE110: hue angle of 56.23º 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 #EFE110 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.06 |
| HSL | 56.23º | 0.87% | 0.5% | - |
| HSV(B) | 56.23º | 0.93% | 0.94% | - |
| XYZ | 62.62 | 72.24 | 11.13 | - |
| YUV | 205.36 | 21.14 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 16 | 0 | 0.06 | 0.93 | 0.06 | 56.23 | 0.87 | 0.5 |
| Hex | EF | E1 | 10 | 0 | 6 | 5D | 6 | 38 | 57 | 32 |
| Octal | 357 | 341 | 20 | 0 | 6 | 135 | 6 | 70 | 127 | 62 |
| Binary | 11101111 | 11100001 | 10000 | 0 | 110 | 1011101 | 110 | 111000 | 1010111 | 110010 |
Color Harmonies of #EFE110
Complementary color
Monochromatic Colors of #EFE110
Black with #EFE110
Text Example
Text Example
White with #EFE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE110; }
p { color: rgb(239,225,16); }
H1.HeaderClassName
{
color: #EFE110;
}
.AnyTagClassName
{
color: #EFE110;
}
</style>
background-color css
<style>
a { background-color: #EFE110; }
a { background-color: rgb(239,225,16); }
div.DivClassName
{
background-color: #EFE110;
}
.BgClassName
{
background-color: #EFE110;
}
</style>
border-color css
<style>
span { border-color: #EFE110; }
span { border-color: rgb(239,225,16); }
td.TdClassName
{
border-color: #EFE110;
}
.TagClassName
{
border-color: #EFE110;
}
</style>