Shades of Tidal #ECF684
Tints of Tidal #ECF684
RGB
CMYK
RGB Variations
Color information
#ECF684 (or 0xECF684) is known color: Tidal. HEX triplet: EC, F6 and 84. RGB value is (236,246,132). Sum of RGB (Red+Green+Blue) = 236+246+132=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF684 is #13097B. Grayscale: #E6E6E6. Windows color (decimal): -1247612 or 8713964. OLE color: 8713964.
HSL color Cylindrical-coordinate representation of color #ECF684: hue angle of 65.26º 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 #ECF684 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 132 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.04 |
| HSL | 65.26º | 0.86% | 0.74% | - |
| HSV(B) | 65.26º | 0.46% | 0.96% | - |
| XYZ | 71.71 | 85.41 | 34.54 | - |
| YUV | 230.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 132 | 0.04 | 0 | 0.46 | 0.04 | 65.26 | 0.86 | 0.74 |
| Hex | EC | F6 | 84 | 4 | 0 | 2E | 4 | 41 | 56 | 4A |
| Octal | 354 | 366 | 204 | 4 | 0 | 56 | 4 | 101 | 126 | 112 |
| Binary | 11101100 | 11110110 | 10000100 | 100 | 0 | 101110 | 100 | 1000001 | 1010110 | 1001010 |
Color Harmonies of #ECF684
Complementary color
Monochromatic Colors of #ECF684
Black with #ECF684
Text Example
Text Example
White with #ECF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF684; }
p { color: rgb(236,246,132); }
H1.HeaderClassName
{
color: #ECF684;
}
.AnyTagClassName
{
color: #ECF684;
}
</style>
background-color css
<style>
a { background-color: #ECF684; }
a { background-color: rgb(236,246,132); }
div.DivClassName
{
background-color: #ECF684;
}
.BgClassName
{
background-color: #ECF684;
}
</style>
border-color css
<style>
span { border-color: #ECF684; }
span { border-color: rgb(236,246,132); }
td.TdClassName
{
border-color: #ECF684;
}
.TagClassName
{
border-color: #ECF684;
}
</style>