Shades of Tidal #EFF089
Tints of Tidal #EFF089
RGB
CMYK
RGB Variations
Color information
#EFF089 (or 0xEFF089) is known color: Tidal. HEX triplet: EF, F0 and 89. RGB value is (239,240,137). Sum of RGB (Red+Green+Blue) = 239+240+137=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 137 (53.91% from 255 or 22.24% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF089 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF089 is #100F76. Grayscale: #E4E4E4. Windows color (decimal): -1052535 or 9040111. OLE color: 9040111.
HSL color Cylindrical-coordinate representation of color #EFF089: hue angle of 60.58º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF089 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 137 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.06 |
| HSL | 60.58º | 0.77% | 0.74% | - |
| HSV(B) | 60.58º | 0.43% | 0.94% | - |
| XYZ | 71.27 | 82.48 | 35.83 | - |
| YUV | 227.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 137 | 0.00 | 0 | 0.43 | 0.06 | 60.58 | 0.77 | 0.74 |
| Hex | EF | F0 | 89 | 0 | 0 | 2B | 6 | 3D | 4D | 4A |
| Octal | 357 | 360 | 211 | 0 | 0 | 53 | 6 | 75 | 115 | 112 |
| Binary | 11101111 | 11110000 | 10001001 | 0 | 0 | 101011 | 110 | 111101 | 1001101 | 1001010 |
Color Harmonies of #EFF089
Complementary color
Monochromatic Colors of #EFF089
Black with #EFF089
Text Example
Text Example
White with #EFF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF089; }
p { color: rgb(239,240,137); }
H1.HeaderClassName
{
color: #EFF089;
}
.AnyTagClassName
{
color: #EFF089;
}
</style>
background-color css
<style>
a { background-color: #EFF089; }
a { background-color: rgb(239,240,137); }
div.DivClassName
{
background-color: #EFF089;
}
.BgClassName
{
background-color: #EFF089;
}
</style>
border-color css
<style>
span { border-color: #EFF089; }
span { border-color: rgb(239,240,137); }
td.TdClassName
{
border-color: #EFF089;
}
.TagClassName
{
border-color: #EFF089;
}
</style>