Shades of Tidal #ECF586
Tints of Tidal #ECF586
RGB
CMYK
RGB Variations
Color information
#ECF586 (or 0xECF586) is known color: Tidal. HEX triplet: EC, F5 and 86. RGB value is (236,245,134). Sum of RGB (Red+Green+Blue) = 236+245+134=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF586 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF586 is #130A79. Grayscale: #E6E6E6. Windows color (decimal): -1247866 or 8844780. OLE color: 8844780.
HSL color Cylindrical-coordinate representation of color #ECF586: hue angle of 64.86º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECF586 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 134 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.04 |
| HSL | 64.86º | 0.85% | 0.74% | - |
| HSV(B) | 64.86º | 0.45% | 0.96% | - |
| XYZ | 71.55 | 84.86 | 35.16 | - |
| YUV | 229.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 134 | 0.04 | 0 | 0.45 | 0.04 | 64.86 | 0.85 | 0.74 |
| Hex | EC | F5 | 86 | 4 | 0 | 2D | 4 | 41 | 55 | 4A |
| Octal | 354 | 365 | 206 | 4 | 0 | 55 | 4 | 101 | 125 | 112 |
| Binary | 11101100 | 11110101 | 10000110 | 100 | 0 | 101101 | 100 | 1000001 | 1010101 | 1001010 |
Color Harmonies of #ECF586
Complementary color
Monochromatic Colors of #ECF586
Black with #ECF586
Text Example
Text Example
White with #ECF586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF586; }
p { color: rgb(236,245,134); }
H1.HeaderClassName
{
color: #ECF586;
}
.AnyTagClassName
{
color: #ECF586;
}
</style>
background-color css
<style>
a { background-color: #ECF586; }
a { background-color: rgb(236,245,134); }
div.DivClassName
{
background-color: #ECF586;
}
.BgClassName
{
background-color: #ECF586;
}
</style>
border-color css
<style>
span { border-color: #ECF586; }
span { border-color: rgb(236,245,134); }
td.TdClassName
{
border-color: #ECF586;
}
.TagClassName
{
border-color: #ECF586;
}
</style>