Shades of Lemon #EFF310
Tints of Lemon #EFF310
RGB
CMYK
RGB Variations
Color information
#EFF310 (or 0xEFF310) is known color: Lemon. HEX triplet: EF, F3 and 10. RGB value is (239,243,16). Sum of RGB (Red+Green+Blue) = 239+243+16=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF310 is #100CEF. Grayscale: #D8D8D8. Windows color (decimal): -1051888 or 1111023. OLE color: 1111023.
HSL color Cylindrical-coordinate representation of color #EFF310: hue angle of 61.06º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFF310 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.06º | 0.9% | 0.51% | - |
| HSV(B) | 61.06º | 0.93% | 0.95% | - |
| XYZ | 67.74 | 82.49 | 12.84 | - |
| YUV | 215.93 | 15.17 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 16 | 0.02 | 0 | 0.93 | 0.05 | 61.06 | 0.9 | 0.51 |
| Hex | EF | F3 | 10 | 2 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 357 | 363 | 20 | 2 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11101111 | 11110011 | 10000 | 10 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EFF310
Complementary color
Monochromatic Colors of #EFF310
Black with #EFF310
Text Example
Text Example
White with #EFF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF310; }
p { color: rgb(239,243,16); }
H1.HeaderClassName
{
color: #EFF310;
}
.AnyTagClassName
{
color: #EFF310;
}
</style>
background-color css
<style>
a { background-color: #EFF310; }
a { background-color: rgb(239,243,16); }
div.DivClassName
{
background-color: #EFF310;
}
.BgClassName
{
background-color: #EFF310;
}
</style>
border-color css
<style>
span { border-color: #EFF310; }
span { border-color: rgb(239,243,16); }
td.TdClassName
{
border-color: #EFF310;
}
.TagClassName
{
border-color: #EFF310;
}
</style>