Shades of Lemon #EFE902
Tints of Lemon #EFE902
RGB
CMYK
RGB Variations
Color information
#EFE902 (or 0xEFE902) is known color: Lemon. HEX triplet: EF, E9 and 02. RGB value is (239,233,2). Sum of RGB (Red+Green+Blue) = 239+233+2=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE902 is #1016FD. Grayscale: #D1D1D1. Windows color (decimal): -1054462 or 190959. OLE color: 190959.
HSL color Cylindrical-coordinate representation of color #EFE902: hue angle of 58.48º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFE902 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.06 |
| HSL | 58.48º | 0.98% | 0.47% | - |
| HSV(B) | 58.48º | 0.99% | 0.94% | - |
| XYZ | 64.75 | 76.63 | 11.44 | - |
| YUV | 208.46 | 11.49 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 2 | 0 | 0.03 | 0.99 | 0.06 | 58.48 | 0.98 | 0.47 |
| Hex | EF | E9 | 2 | 0 | 3 | 63 | 6 | 3A | 62 | 2F |
| Octal | 357 | 351 | 2 | 0 | 3 | 143 | 6 | 72 | 142 | 57 |
| Binary | 11101111 | 11101001 | 10 | 0 | 11 | 1100011 | 110 | 111010 | 1100010 | 101111 |
Color Harmonies of #EFE902
Complementary color
Monochromatic Colors of #EFE902
Black with #EFE902
Text Example
Text Example
White with #EFE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE902; }
p { color: rgb(239,233,2); }
H1.HeaderClassName
{
color: #EFE902;
}
.AnyTagClassName
{
color: #EFE902;
}
</style>
background-color css
<style>
a { background-color: #EFE902; }
a { background-color: rgb(239,233,2); }
div.DivClassName
{
background-color: #EFE902;
}
.BgClassName
{
background-color: #EFE902;
}
</style>
border-color css
<style>
span { border-color: #EFE902; }
span { border-color: rgb(239,233,2); }
td.TdClassName
{
border-color: #EFE902;
}
.TagClassName
{
border-color: #EFE902;
}
</style>