Shades of Tidal #EFF685
Tints of Tidal #EFF685
RGB
CMYK
RGB Variations
Color information
#EFF685 (or 0xEFF685) is known color: Tidal. HEX triplet: EF, F6 and 85. RGB value is (239,246,133). Sum of RGB (Red+Green+Blue) = 239+246+133=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF685 is #10097A. Grayscale: #E7E7E7. Windows color (decimal): -1051003 or 8779503. OLE color: 8779503.
HSL color Cylindrical-coordinate representation of color #EFF685: hue angle of 63.72º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF685 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 133 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.04 |
| HSL | 63.72º | 0.86% | 0.74% | - |
| HSV(B) | 63.72º | 0.46% | 0.96% | - |
| XYZ | 72.79 | 85.96 | 34.95 | - |
| YUV | 231.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 133 | 0.03 | 0 | 0.46 | 0.04 | 63.72 | 0.86 | 0.74 |
| Hex | EF | F6 | 85 | 3 | 0 | 2E | 4 | 40 | 56 | 4A |
| Octal | 357 | 366 | 205 | 3 | 0 | 56 | 4 | 100 | 126 | 112 |
| Binary | 11101111 | 11110110 | 10000101 | 11 | 0 | 101110 | 100 | 1000000 | 1010110 | 1001010 |
Color Harmonies of #EFF685
Complementary color
Monochromatic Colors of #EFF685
Black with #EFF685
Text Example
Text Example
White with #EFF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF685; }
p { color: rgb(239,246,133); }
H1.HeaderClassName
{
color: #EFF685;
}
.AnyTagClassName
{
color: #EFF685;
}
</style>
background-color css
<style>
a { background-color: #EFF685; }
a { background-color: rgb(239,246,133); }
div.DivClassName
{
background-color: #EFF685;
}
.BgClassName
{
background-color: #EFF685;
}
</style>
border-color css
<style>
span { border-color: #EFF685; }
span { border-color: rgb(239,246,133); }
td.TdClassName
{
border-color: #EFF685;
}
.TagClassName
{
border-color: #EFF685;
}
</style>