Shades of Tidal #ECF286
Tints of Tidal #ECF286
RGB
CMYK
RGB Variations
Color information
#ECF286 (or 0xECF286) is known color: Tidal. HEX triplet: EC, F2 and 86. RGB value is (236,242,134). Sum of RGB (Red+Green+Blue) = 236+242+134=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF286 is #130D79. Grayscale: #E4E4E4. Windows color (decimal): -1248634 or 8844012. OLE color: 8844012.
HSL color Cylindrical-coordinate representation of color #ECF286: hue angle of 63.33º degrees, saturation: 0.81, 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 #ECF286 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 134 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 63.33º | 0.81% | 0.74% | - |
| HSV(B) | 63.33º | 0.45% | 0.95% | - |
| XYZ | 70.65 | 83.06 | 34.86 | - |
| YUV | 227.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 134 | 0.02 | 0 | 0.45 | 0.05 | 63.33 | 0.81 | 0.74 |
| Hex | EC | F2 | 86 | 2 | 0 | 2D | 5 | 3F | 51 | 4A |
| Octal | 354 | 362 | 206 | 2 | 0 | 55 | 5 | 77 | 121 | 112 |
| Binary | 11101100 | 11110010 | 10000110 | 10 | 0 | 101101 | 101 | 111111 | 1010001 | 1001010 |
Color Harmonies of #ECF286
Complementary color
Monochromatic Colors of #ECF286
Black with #ECF286
Text Example
Text Example
White with #ECF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF286; }
p { color: rgb(236,242,134); }
H1.HeaderClassName
{
color: #ECF286;
}
.AnyTagClassName
{
color: #ECF286;
}
</style>
background-color css
<style>
a { background-color: #ECF286; }
a { background-color: rgb(236,242,134); }
div.DivClassName
{
background-color: #ECF286;
}
.BgClassName
{
background-color: #ECF286;
}
</style>
border-color css
<style>
span { border-color: #ECF286; }
span { border-color: rgb(236,242,134); }
td.TdClassName
{
border-color: #ECF286;
}
.TagClassName
{
border-color: #ECF286;
}
</style>