Shades of Lemon #EFE409
Tints of Lemon #EFE409
RGB
CMYK
RGB Variations
Color information
#EFE409 (or 0xEFE409) is known color: Lemon. HEX triplet: EF, E4 and 09. RGB value is (239,228,9). Sum of RGB (Red+Green+Blue) = 239+228+9=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 9 (3.91% from 255 or 1.89% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE409 is #101BF6. Grayscale: #CFCFCF. Windows color (decimal): -1055735 or 648431. OLE color: 648431.
HSL color Cylindrical-coordinate representation of color #EFE409: hue angle of 57.13º 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 #EFE409 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.06 |
| HSL | 57.13º | 0.93% | 0.49% | - |
| HSV(B) | 57.13º | 0.96% | 0.94% | - |
| XYZ | 63.39 | 73.86 | 11.17 | - |
| YUV | 206.32 | 16.64 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 9 | 0 | 0.05 | 0.96 | 0.06 | 57.13 | 0.93 | 0.49 |
| Hex | EF | E4 | 9 | 0 | 5 | 60 | 6 | 39 | 5D | 31 |
| Octal | 357 | 344 | 11 | 0 | 5 | 140 | 6 | 71 | 135 | 61 |
| Binary | 11101111 | 11100100 | 1001 | 0 | 101 | 1100000 | 110 | 111001 | 1011101 | 110001 |
Color Harmonies of #EFE409
Complementary color
Monochromatic Colors of #EFE409
Black with #EFE409
Text Example
Text Example
White with #EFE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE409; }
p { color: rgb(239,228,9); }
H1.HeaderClassName
{
color: #EFE409;
}
.AnyTagClassName
{
color: #EFE409;
}
</style>
background-color css
<style>
a { background-color: #EFE409; }
a { background-color: rgb(239,228,9); }
div.DivClassName
{
background-color: #EFE409;
}
.BgClassName
{
background-color: #EFE409;
}
</style>
border-color css
<style>
span { border-color: #EFE409; }
span { border-color: rgb(239,228,9); }
td.TdClassName
{
border-color: #EFE409;
}
.TagClassName
{
border-color: #EFE409;
}
</style>