Shades of Lemon #EFE509
Tints of Lemon #EFE509
RGB
CMYK
RGB Variations
Color information
#EFE509 (or 0xEFE509) is known color: Lemon. HEX triplet: EF, E5 and 09. RGB value is (239,229,9). Sum of RGB (Red+Green+Blue) = 239+229+9=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE509 is #101AF6. Grayscale: #CFCFCF. Windows color (decimal): -1055479 or 648687. OLE color: 648687.
HSL color Cylindrical-coordinate representation of color #EFE509: hue angle of 57.39º 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 #EFE509 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.06 |
| HSL | 57.39º | 0.93% | 0.49% | - |
| HSV(B) | 57.39º | 0.96% | 0.94% | - |
| XYZ | 63.67 | 74.41 | 11.27 | - |
| YUV | 206.91 | 16.31 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 9 | 0 | 0.04 | 0.96 | 0.06 | 57.39 | 0.93 | 0.49 |
| Hex | EF | E5 | 9 | 0 | 4 | 60 | 6 | 39 | 5D | 31 |
| Octal | 357 | 345 | 11 | 0 | 4 | 140 | 6 | 71 | 135 | 61 |
| Binary | 11101111 | 11100101 | 1001 | 0 | 100 | 1100000 | 110 | 111001 | 1011101 | 110001 |
Color Harmonies of #EFE509
Complementary color
Monochromatic Colors of #EFE509
Black with #EFE509
Text Example
Text Example
White with #EFE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE509; }
p { color: rgb(239,229,9); }
H1.HeaderClassName
{
color: #EFE509;
}
.AnyTagClassName
{
color: #EFE509;
}
</style>
background-color css
<style>
a { background-color: #EFE509; }
a { background-color: rgb(239,229,9); }
div.DivClassName
{
background-color: #EFE509;
}
.BgClassName
{
background-color: #EFE509;
}
</style>
border-color css
<style>
span { border-color: #EFE509; }
span { border-color: rgb(239,229,9); }
td.TdClassName
{
border-color: #EFE509;
}
.TagClassName
{
border-color: #EFE509;
}
</style>