Shades of Lemon #EFE209
Tints of Lemon #EFE209
RGB
CMYK
RGB Variations
Color information
#EFE209 (or 0xEFE209) is known color: Lemon. HEX triplet: EF, E2 and 09. RGB value is (239,226,9). Sum of RGB (Red+Green+Blue) = 239+226+9=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 9 (3.91% from 255 or 1.90% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE209 is #101DF6. Grayscale: #CECECE. Windows color (decimal): -1056247 or 647919. OLE color: 647919.
HSL color Cylindrical-coordinate representation of color #EFE209: hue angle of 56.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFE209 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.06 |
| HSL | 56.61º | 0.93% | 0.49% | - |
| HSV(B) | 56.61º | 0.96% | 0.94% | - |
| XYZ | 62.84 | 72.76 | 10.99 | - |
| YUV | 205.15 | 17.31 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 9 | 0 | 0.05 | 0.96 | 0.06 | 56.61 | 0.93 | 0.49 |
| Hex | EF | E2 | 9 | 0 | 5 | 60 | 6 | 39 | 5D | 31 |
| Octal | 357 | 342 | 11 | 0 | 5 | 140 | 6 | 71 | 135 | 61 |
| Binary | 11101111 | 11100010 | 1001 | 0 | 101 | 1100000 | 110 | 111001 | 1011101 | 110001 |
Color Harmonies of #EFE209
Complementary color
Monochromatic Colors of #EFE209
Black with #EFE209
Text Example
Text Example
White with #EFE209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE209; }
p { color: rgb(239,226,9); }
H1.HeaderClassName
{
color: #EFE209;
}
.AnyTagClassName
{
color: #EFE209;
}
</style>
background-color css
<style>
a { background-color: #EFE209; }
a { background-color: rgb(239,226,9); }
div.DivClassName
{
background-color: #EFE209;
}
.BgClassName
{
background-color: #EFE209;
}
</style>
border-color css
<style>
span { border-color: #EFE209; }
span { border-color: rgb(239,226,9); }
td.TdClassName
{
border-color: #EFE209;
}
.TagClassName
{
border-color: #EFE209;
}
</style>