Shades of Lemon #EFE009
Tints of Lemon #EFE009
RGB
CMYK
RGB Variations
Color information
#EFE009 (or 0xEFE009) is known color: Lemon. HEX triplet: EF, E0 and 09. RGB value is (239,224,9). Sum of RGB (Red+Green+Blue) = 239+224+9=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 9 (3.91% from 255 or 1.91% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE009 is #101FF6. Grayscale: #CCCCCC. Windows color (decimal): -1056759 or 647407. OLE color: 647407.
HSL color Cylindrical-coordinate representation of color #EFE009: hue angle of 56.09º 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 #EFE009 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.06 |
| HSL | 56.09º | 0.93% | 0.49% | - |
| HSV(B) | 56.09º | 0.96% | 0.94% | - |
| XYZ | 62.3 | 71.68 | 10.81 | - |
| YUV | 203.98 | 17.97 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 9 | 0 | 0.06 | 0.96 | 0.06 | 56.09 | 0.93 | 0.49 |
| Hex | EF | E0 | 9 | 0 | 6 | 60 | 6 | 38 | 5D | 31 |
| Octal | 357 | 340 | 11 | 0 | 6 | 140 | 6 | 70 | 135 | 61 |
| Binary | 11101111 | 11100000 | 1001 | 0 | 110 | 1100000 | 110 | 111000 | 1011101 | 110001 |
Color Harmonies of #EFE009
Complementary color
Monochromatic Colors of #EFE009
Black with #EFE009
Text Example
Text Example
White with #EFE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE009; }
p { color: rgb(239,224,9); }
H1.HeaderClassName
{
color: #EFE009;
}
.AnyTagClassName
{
color: #EFE009;
}
</style>
background-color css
<style>
a { background-color: #EFE009; }
a { background-color: rgb(239,224,9); }
div.DivClassName
{
background-color: #EFE009;
}
.BgClassName
{
background-color: #EFE009;
}
</style>
border-color css
<style>
span { border-color: #EFE009; }
span { border-color: rgb(239,224,9); }
td.TdClassName
{
border-color: #EFE009;
}
.TagClassName
{
border-color: #EFE009;
}
</style>