Shades of Lemon #EFE610
Tints of Lemon #EFE610
RGB
CMYK
RGB Variations
Color information
#EFE610 (or 0xEFE610) is known color: Lemon. HEX triplet: EF, E6 and 10. RGB value is (239,230,16). Sum of RGB (Red+Green+Blue) = 239+230+16=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE610 is #1019EF. Grayscale: #D1D1D1. Windows color (decimal): -1055216 or 1107695. OLE color: 1107695.
HSL color Cylindrical-coordinate representation of color #EFE610: hue angle of 57.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFE610 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.06 |
| HSL | 57.58º | 0.87% | 0.5% | - |
| HSV(B) | 57.58º | 0.93% | 0.94% | - |
| XYZ | 63.99 | 74.98 | 11.59 | - |
| YUV | 208.3 | 19.48 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 16 | 0 | 0.04 | 0.93 | 0.06 | 57.58 | 0.87 | 0.5 |
| Hex | EF | E6 | 10 | 0 | 4 | 5D | 6 | 3A | 57 | 32 |
| Octal | 357 | 346 | 20 | 0 | 4 | 135 | 6 | 72 | 127 | 62 |
| Binary | 11101111 | 11100110 | 10000 | 0 | 100 | 1011101 | 110 | 111010 | 1010111 | 110010 |
Color Harmonies of #EFE610
Complementary color
Monochromatic Colors of #EFE610
Black with #EFE610
Text Example
Text Example
White with #EFE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE610; }
p { color: rgb(239,230,16); }
H1.HeaderClassName
{
color: #EFE610;
}
.AnyTagClassName
{
color: #EFE610;
}
</style>
background-color css
<style>
a { background-color: #EFE610; }
a { background-color: rgb(239,230,16); }
div.DivClassName
{
background-color: #EFE610;
}
.BgClassName
{
background-color: #EFE610;
}
</style>
border-color css
<style>
span { border-color: #EFE610; }
span { border-color: rgb(239,230,16); }
td.TdClassName
{
border-color: #EFE610;
}
.TagClassName
{
border-color: #EFE610;
}
</style>