Shades of Lemon #EFE609
Tints of Lemon #EFE609
RGB
CMYK
RGB Variations
Color information
#EFE609 (or 0xEFE609) is known color: Lemon. HEX triplet: EF, E6 and 09. RGB value is (239,230,9). Sum of RGB (Red+Green+Blue) = 239+230+9=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 9 (3.91% from 255 or 1.88% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE609 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE609 is #1019F6. Grayscale: #D0D0D0. Windows color (decimal): -1055223 or 648943. OLE color: 648943.
HSL color Cylindrical-coordinate representation of color #EFE609: hue angle of 57.65º 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 #EFE609 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.06 |
| HSL | 57.65º | 0.93% | 0.49% | - |
| HSV(B) | 57.65º | 0.96% | 0.94% | - |
| XYZ | 63.94 | 74.96 | 11.36 | - |
| YUV | 207.5 | 15.98 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 9 | 0 | 0.04 | 0.96 | 0.06 | 57.65 | 0.93 | 0.49 |
| Hex | EF | E6 | 9 | 0 | 4 | 60 | 6 | 3A | 5D | 31 |
| Octal | 357 | 346 | 11 | 0 | 4 | 140 | 6 | 72 | 135 | 61 |
| Binary | 11101111 | 11100110 | 1001 | 0 | 100 | 1100000 | 110 | 111010 | 1011101 | 110001 |
Color Harmonies of #EFE609
Complementary color
Monochromatic Colors of #EFE609
Black with #EFE609
Text Example
Text Example
White with #EFE609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE609; }
p { color: rgb(239,230,9); }
H1.HeaderClassName
{
color: #EFE609;
}
.AnyTagClassName
{
color: #EFE609;
}
</style>
background-color css
<style>
a { background-color: #EFE609; }
a { background-color: rgb(239,230,9); }
div.DivClassName
{
background-color: #EFE609;
}
.BgClassName
{
background-color: #EFE609;
}
</style>
border-color css
<style>
span { border-color: #EFE609; }
span { border-color: rgb(239,230,9); }
td.TdClassName
{
border-color: #EFE609;
}
.TagClassName
{
border-color: #EFE609;
}
</style>