Shades of Lemon #EFE90F
Tints of Lemon #EFE90F
RGB
CMYK
RGB Variations
Color information
#EFE90F (or 0xEFE90F) is known color: Lemon. HEX triplet: EF, E9 and 0F. RGB value is (239,233,15). Sum of RGB (Red+Green+Blue) = 239+233+15=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE90F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE90F is #1016F0. Grayscale: #D2D2D2. Windows color (decimal): -1054449 or 1042927. OLE color: 1042927.
HSL color Cylindrical-coordinate representation of color #EFE90F: hue angle of 58.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFE90F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.06 |
| HSL | 58.39º | 0.88% | 0.5% | - |
| HSV(B) | 58.39º | 0.94% | 0.94% | - |
| XYZ | 64.82 | 76.66 | 11.83 | - |
| YUV | 209.94 | 17.99 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 15 | 0 | 0.03 | 0.94 | 0.06 | 58.39 | 0.88 | 0.5 |
| Hex | EF | E9 | F | 0 | 3 | 5E | 6 | 3A | 58 | 32 |
| Octal | 357 | 351 | 17 | 0 | 3 | 136 | 6 | 72 | 130 | 62 |
| Binary | 11101111 | 11101001 | 1111 | 0 | 11 | 1011110 | 110 | 111010 | 1011000 | 110010 |
Color Harmonies of #EFE90F
Complementary color
Monochromatic Colors of #EFE90F
Black with #EFE90F
Text Example
Text Example
White with #EFE90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE90F; }
p { color: rgb(239,233,15); }
H1.HeaderClassName
{
color: #EFE90F;
}
.AnyTagClassName
{
color: #EFE90F;
}
</style>
background-color css
<style>
a { background-color: #EFE90F; }
a { background-color: rgb(239,233,15); }
div.DivClassName
{
background-color: #EFE90F;
}
.BgClassName
{
background-color: #EFE90F;
}
</style>
border-color css
<style>
span { border-color: #EFE90F; }
span { border-color: rgb(239,233,15); }
td.TdClassName
{
border-color: #EFE90F;
}
.TagClassName
{
border-color: #EFE90F;
}
</style>