Shades of Lemon #EFE119
Tints of Lemon #EFE119
RGB
CMYK
RGB Variations
Color information
#EFE119 (or 0xEFE119) is known color: Lemon. HEX triplet: EF, E1 and 19. RGB value is (239,225,25). Sum of RGB (Red+Green+Blue) = 239+225+25=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 25 (10.16% from 255 or 5.11% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE119 is #101EE6. Grayscale: #CFCFCF. Windows color (decimal): -1056487 or 1696239. OLE color: 1696239.
HSL color Cylindrical-coordinate representation of color #EFE119: hue angle of 56.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFE119 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.06 |
| HSL | 56.07º | 0.87% | 0.52% | - |
| HSV(B) | 56.07º | 0.9% | 0.94% | - |
| XYZ | 62.7 | 72.27 | 11.56 | - |
| YUV | 206.39 | 25.64 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 25 | 0 | 0.06 | 0.90 | 0.06 | 56.07 | 0.87 | 0.52 |
| Hex | EF | E1 | 19 | 0 | 6 | 5A | 6 | 38 | 57 | 34 |
| Octal | 357 | 341 | 31 | 0 | 6 | 132 | 6 | 70 | 127 | 64 |
| Binary | 11101111 | 11100001 | 11001 | 0 | 110 | 1011010 | 110 | 111000 | 1010111 | 110100 |
Color Harmonies of #EFE119
Complementary color
Monochromatic Colors of #EFE119
Black with #EFE119
Text Example
Text Example
White with #EFE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE119; }
p { color: rgb(239,225,25); }
H1.HeaderClassName
{
color: #EFE119;
}
.AnyTagClassName
{
color: #EFE119;
}
</style>
background-color css
<style>
a { background-color: #EFE119; }
a { background-color: rgb(239,225,25); }
div.DivClassName
{
background-color: #EFE119;
}
.BgClassName
{
background-color: #EFE119;
}
</style>
border-color css
<style>
span { border-color: #EFE119; }
span { border-color: rgb(239,225,25); }
td.TdClassName
{
border-color: #EFE119;
}
.TagClassName
{
border-color: #EFE119;
}
</style>