Shades of Lemon #EFE60F
Tints of Lemon #EFE60F
RGB
CMYK
RGB Variations
Color information
#EFE60F (or 0xEFE60F) is known color: Lemon. HEX triplet: EF, E6 and 0F. RGB value is (239,230,15). Sum of RGB (Red+Green+Blue) = 239+230+15=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE60F is #1019F0. Grayscale: #D1D1D1. Windows color (decimal): -1055217 or 1042159. OLE color: 1042159.
HSL color Cylindrical-coordinate representation of color #EFE60F: hue angle of 57.59º 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 #EFE60F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.06 |
| HSL | 57.59º | 0.88% | 0.5% | - |
| HSV(B) | 57.59º | 0.94% | 0.94% | - |
| XYZ | 63.98 | 74.98 | 11.55 | - |
| YUV | 208.18 | 18.98 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 15 | 0 | 0.04 | 0.94 | 0.06 | 57.59 | 0.88 | 0.5 |
| Hex | EF | E6 | F | 0 | 4 | 5E | 6 | 3A | 58 | 32 |
| Octal | 357 | 346 | 17 | 0 | 4 | 136 | 6 | 72 | 130 | 62 |
| Binary | 11101111 | 11100110 | 1111 | 0 | 100 | 1011110 | 110 | 111010 | 1011000 | 110010 |
Color Harmonies of #EFE60F
Complementary color
Monochromatic Colors of #EFE60F
Black with #EFE60F
Text Example
Text Example
White with #EFE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE60F; }
p { color: rgb(239,230,15); }
H1.HeaderClassName
{
color: #EFE60F;
}
.AnyTagClassName
{
color: #EFE60F;
}
</style>
background-color css
<style>
a { background-color: #EFE60F; }
a { background-color: rgb(239,230,15); }
div.DivClassName
{
background-color: #EFE60F;
}
.BgClassName
{
background-color: #EFE60F;
}
</style>
border-color css
<style>
span { border-color: #EFE60F; }
span { border-color: rgb(239,230,15); }
td.TdClassName
{
border-color: #EFE60F;
}
.TagClassName
{
border-color: #EFE60F;
}
</style>