Shades of Lemon #EFF10D
Tints of Lemon #EFF10D
RGB
CMYK
RGB Variations
Color information
#EFF10D (or 0xEFF10D) is known color: Lemon. HEX triplet: EF, F1 and 0D. RGB value is (239,241,13). Sum of RGB (Red+Green+Blue) = 239+241+13=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF10D is #100EF2. Grayscale: #D7D7D7. Windows color (decimal): -1052403 or 913903. OLE color: 913903.
HSL color Cylindrical-coordinate representation of color #EFF10D: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF10D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 13 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.05 |
| HSL | 60.53º | 0.9% | 0.5% | - |
| HSV(B) | 60.53º | 0.95% | 0.95% | - |
| XYZ | 67.12 | 81.29 | 12.53 | - |
| YUV | 214.41 | 14.34 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 13 | 0.01 | 0 | 0.95 | 0.05 | 60.53 | 0.9 | 0.5 |
| Hex | EF | F1 | D | 1 | 0 | 5F | 5 | 3D | 5A | 32 |
| Octal | 357 | 361 | 15 | 1 | 0 | 137 | 5 | 75 | 132 | 62 |
| Binary | 11101111 | 11110001 | 1101 | 1 | 0 | 1011111 | 101 | 111101 | 1011010 | 110010 |
Color Harmonies of #EFF10D
Complementary color
Monochromatic Colors of #EFF10D
Black with #EFF10D
Text Example
Text Example
White with #EFF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF10D; }
p { color: rgb(239,241,13); }
H1.HeaderClassName
{
color: #EFF10D;
}
.AnyTagClassName
{
color: #EFF10D;
}
</style>
background-color css
<style>
a { background-color: #EFF10D; }
a { background-color: rgb(239,241,13); }
div.DivClassName
{
background-color: #EFF10D;
}
.BgClassName
{
background-color: #EFF10D;
}
</style>
border-color css
<style>
span { border-color: #EFF10D; }
span { border-color: rgb(239,241,13); }
td.TdClassName
{
border-color: #EFF10D;
}
.TagClassName
{
border-color: #EFF10D;
}
</style>