Shades of Tidal #ECF288
Tints of Tidal #ECF288
RGB
CMYK
RGB Variations
Color information
#ECF288 (or 0xECF288) is known color: Tidal. HEX triplet: EC, F2 and 88. RGB value is (236,242,136). Sum of RGB (Red+Green+Blue) = 236+242+136=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF288 is #130D77. Grayscale: #E4E4E4. Windows color (decimal): -1248632 or 8975084. OLE color: 8975084.
HSL color Cylindrical-coordinate representation of color #ECF288: hue angle of 63.4º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECF288 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 136 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 63.4º | 0.8% | 0.74% | - |
| HSV(B) | 63.4º | 0.44% | 0.95% | - |
| XYZ | 70.79 | 83.11 | 35.6 | - |
| YUV | 228.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 136 | 0.02 | 0 | 0.44 | 0.05 | 63.4 | 0.8 | 0.74 |
| Hex | EC | F2 | 88 | 2 | 0 | 2C | 5 | 3F | 50 | 4A |
| Octal | 354 | 362 | 210 | 2 | 0 | 54 | 5 | 77 | 120 | 112 |
| Binary | 11101100 | 11110010 | 10001000 | 10 | 0 | 101100 | 101 | 111111 | 1010000 | 1001010 |
Color Harmonies of #ECF288
Complementary color
Monochromatic Colors of #ECF288
Black with #ECF288
Text Example
Text Example
White with #ECF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF288; }
p { color: rgb(236,242,136); }
H1.HeaderClassName
{
color: #ECF288;
}
.AnyTagClassName
{
color: #ECF288;
}
</style>
background-color css
<style>
a { background-color: #ECF288; }
a { background-color: rgb(236,242,136); }
div.DivClassName
{
background-color: #ECF288;
}
.BgClassName
{
background-color: #ECF288;
}
</style>
border-color css
<style>
span { border-color: #ECF288; }
span { border-color: rgb(236,242,136); }
td.TdClassName
{
border-color: #ECF288;
}
.TagClassName
{
border-color: #ECF288;
}
</style>