Shades of Lemon #EFE718
Tints of Lemon #EFE718
RGB
CMYK
RGB Variations
Color information
#EFE718 (or 0xEFE718) is known color: Lemon. HEX triplet: EF, E7 and 18. RGB value is (239,231,24). Sum of RGB (Red+Green+Blue) = 239+231+24=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE718 is #1018E7. Grayscale: #D2D2D2. Windows color (decimal): -1054952 or 1632239. OLE color: 1632239.
HSL color Cylindrical-coordinate representation of color #EFE718: hue angle of 57.77º 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 #EFE718 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.06 |
| HSL | 57.77º | 0.87% | 0.52% | - |
| HSV(B) | 57.77º | 0.9% | 0.94% | - |
| XYZ | 64.34 | 75.57 | 12.06 | - |
| YUV | 209.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 24 | 0 | 0.03 | 0.90 | 0.06 | 57.77 | 0.87 | 0.52 |
| Hex | EF | E7 | 18 | 0 | 3 | 5A | 6 | 3A | 57 | 34 |
| Octal | 357 | 347 | 30 | 0 | 3 | 132 | 6 | 72 | 127 | 64 |
| Binary | 11101111 | 11100111 | 11000 | 0 | 11 | 1011010 | 110 | 111010 | 1010111 | 110100 |
Color Harmonies of #EFE718
Complementary color
Monochromatic Colors of #EFE718
Black with #EFE718
Text Example
Text Example
White with #EFE718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE718; }
p { color: rgb(239,231,24); }
H1.HeaderClassName
{
color: #EFE718;
}
.AnyTagClassName
{
color: #EFE718;
}
</style>
background-color css
<style>
a { background-color: #EFE718; }
a { background-color: rgb(239,231,24); }
div.DivClassName
{
background-color: #EFE718;
}
.BgClassName
{
background-color: #EFE718;
}
</style>
border-color css
<style>
span { border-color: #EFE718; }
span { border-color: rgb(239,231,24); }
td.TdClassName
{
border-color: #EFE718;
}
.TagClassName
{
border-color: #EFE718;
}
</style>