Shades of Tidal #ECF386
Tints of Tidal #ECF386
RGB
CMYK
RGB Variations
Color information
#ECF386 (or 0xECF386) is known color: Tidal. HEX triplet: EC, F3 and 86. RGB value is (236,243,134). Sum of RGB (Red+Green+Blue) = 236+243+134=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF386 is #130C79. Grayscale: #E4E4E4. Windows color (decimal): -1248378 or 8844268. OLE color: 8844268.
HSL color Cylindrical-coordinate representation of color #ECF386: hue angle of 63.85º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECF386 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 134 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.05 |
| HSL | 63.85º | 0.82% | 0.74% | - |
| HSV(B) | 63.85º | 0.45% | 0.95% | - |
| XYZ | 70.95 | 83.66 | 34.96 | - |
| YUV | 228.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 134 | 0.03 | 0 | 0.45 | 0.05 | 63.85 | 0.82 | 0.74 |
| Hex | EC | F3 | 86 | 3 | 0 | 2D | 5 | 40 | 52 | 4A |
| Octal | 354 | 363 | 206 | 3 | 0 | 55 | 5 | 100 | 122 | 112 |
| Binary | 11101100 | 11110011 | 10000110 | 11 | 0 | 101101 | 101 | 1000000 | 1010010 | 1001010 |
Color Harmonies of #ECF386
Complementary color
Monochromatic Colors of #ECF386
Black with #ECF386
Text Example
Text Example
White with #ECF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF386; }
p { color: rgb(236,243,134); }
H1.HeaderClassName
{
color: #ECF386;
}
.AnyTagClassName
{
color: #ECF386;
}
</style>
background-color css
<style>
a { background-color: #ECF386; }
a { background-color: rgb(236,243,134); }
div.DivClassName
{
background-color: #ECF386;
}
.BgClassName
{
background-color: #ECF386;
}
</style>
border-color css
<style>
span { border-color: #ECF386; }
span { border-color: rgb(236,243,134); }
td.TdClassName
{
border-color: #ECF386;
}
.TagClassName
{
border-color: #ECF386;
}
</style>