Shades of Lemon #EFE118
Tints of Lemon #EFE118
RGB
CMYK
RGB Variations
Color information
#EFE118 (or 0xEFE118) is known color: Lemon. HEX triplet: EF, E1 and 18. RGB value is (239,225,24). Sum of RGB (Red+Green+Blue) = 239+225+24=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE118 is #101EE7. Grayscale: #CFCFCF. Windows color (decimal): -1056488 or 1630703. OLE color: 1630703.
HSL color Cylindrical-coordinate representation of color #EFE118: hue angle of 56.09º 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 #EFE118 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.06 |
| HSL | 56.09º | 0.87% | 0.52% | - |
| HSV(B) | 56.09º | 0.9% | 0.94% | - |
| XYZ | 62.69 | 72.27 | 11.51 | - |
| YUV | 206.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 24 | 0 | 0.06 | 0.90 | 0.06 | 56.09 | 0.87 | 0.52 |
| Hex | EF | E1 | 18 | 0 | 6 | 5A | 6 | 38 | 57 | 34 |
| Octal | 357 | 341 | 30 | 0 | 6 | 132 | 6 | 70 | 127 | 64 |
| Binary | 11101111 | 11100001 | 11000 | 0 | 110 | 1011010 | 110 | 111000 | 1010111 | 110100 |
Color Harmonies of #EFE118
Complementary color
Monochromatic Colors of #EFE118
Black with #EFE118
Text Example
Text Example
White with #EFE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE118; }
p { color: rgb(239,225,24); }
H1.HeaderClassName
{
color: #EFE118;
}
.AnyTagClassName
{
color: #EFE118;
}
</style>
background-color css
<style>
a { background-color: #EFE118; }
a { background-color: rgb(239,225,24); }
div.DivClassName
{
background-color: #EFE118;
}
.BgClassName
{
background-color: #EFE118;
}
</style>
border-color css
<style>
span { border-color: #EFE118; }
span { border-color: rgb(239,225,24); }
td.TdClassName
{
border-color: #EFE118;
}
.TagClassName
{
border-color: #EFE118;
}
</style>