Shades of Tidal #EFF086
Tints of Tidal #EFF086
RGB
CMYK
RGB Variations
Color information
#EFF086 (or 0xEFF086) is known color: Tidal. HEX triplet: EF, F0 and 86. RGB value is (239,240,134). Sum of RGB (Red+Green+Blue) = 239+240+134=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF086 is #100F79. Grayscale: #E4E4E4. Windows color (decimal): -1052538 or 8843503. OLE color: 8843503.
HSL color Cylindrical-coordinate representation of color #EFF086: hue angle of 60.57º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF086 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 134 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.06 |
| HSL | 60.57º | 0.78% | 0.73% | - |
| HSV(B) | 60.57º | 0.44% | 0.94% | - |
| XYZ | 71.06 | 82.39 | 34.71 | - |
| YUV | 227.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 134 | 0.00 | 0 | 0.44 | 0.06 | 60.57 | 0.78 | 0.73 |
| Hex | EF | F0 | 86 | 0 | 0 | 2C | 6 | 3D | 4E | 49 |
| Octal | 357 | 360 | 206 | 0 | 0 | 54 | 6 | 75 | 116 | 111 |
| Binary | 11101111 | 11110000 | 10000110 | 0 | 0 | 101100 | 110 | 111101 | 1001110 | 1001001 |
Color Harmonies of #EFF086
Complementary color
Monochromatic Colors of #EFF086
Black with #EFF086
Text Example
Text Example
White with #EFF086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF086; }
p { color: rgb(239,240,134); }
H1.HeaderClassName
{
color: #EFF086;
}
.AnyTagClassName
{
color: #EFF086;
}
</style>
background-color css
<style>
a { background-color: #EFF086; }
a { background-color: rgb(239,240,134); }
div.DivClassName
{
background-color: #EFF086;
}
.BgClassName
{
background-color: #EFF086;
}
</style>
border-color css
<style>
span { border-color: #EFF086; }
span { border-color: rgb(239,240,134); }
td.TdClassName
{
border-color: #EFF086;
}
.TagClassName
{
border-color: #EFF086;
}
</style>