Shades of Tidal #EFF690
Tints of Tidal #EFF690
RGB
CMYK
RGB Variations
Color information
#EFF690 (or 0xEFF690) is known color: Tidal. HEX triplet: EF, F6 and 90. RGB value is (239,246,144). Sum of RGB (Red+Green+Blue) = 239+246+144=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 144 (56.64% from 255 or 22.89% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF690 is #10096F. Grayscale: #E8E8E8. Windows color (decimal): -1050992 or 9500399. OLE color: 9500399.
HSL color Cylindrical-coordinate representation of color #EFF690: hue angle of 64.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF690 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 144 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.04 |
| HSL | 64.12º | 0.85% | 0.76% | - |
| HSV(B) | 64.12º | 0.41% | 0.96% | - |
| XYZ | 73.59 | 86.28 | 39.16 | - |
| YUV | 232.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 144 | 0.03 | 0 | 0.41 | 0.04 | 64.12 | 0.85 | 0.76 |
| Hex | EF | F6 | 90 | 3 | 0 | 29 | 4 | 40 | 55 | 4C |
| Octal | 357 | 366 | 220 | 3 | 0 | 51 | 4 | 100 | 125 | 114 |
| Binary | 11101111 | 11110110 | 10010000 | 11 | 0 | 101001 | 100 | 1000000 | 1010101 | 1001100 |
Color Harmonies of #EFF690
Complementary color
Monochromatic Colors of #EFF690
Black with #EFF690
Text Example
Text Example
White with #EFF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF690; }
p { color: rgb(239,246,144); }
H1.HeaderClassName
{
color: #EFF690;
}
.AnyTagClassName
{
color: #EFF690;
}
</style>
background-color css
<style>
a { background-color: #EFF690; }
a { background-color: rgb(239,246,144); }
div.DivClassName
{
background-color: #EFF690;
}
.BgClassName
{
background-color: #EFF690;
}
</style>
border-color css
<style>
span { border-color: #EFF690; }
span { border-color: rgb(239,246,144); }
td.TdClassName
{
border-color: #EFF690;
}
.TagClassName
{
border-color: #EFF690;
}
</style>