Shades of Tidal #ECF888
Tints of Tidal #ECF888
RGB
CMYK
RGB Variations
Color information
#ECF888 (or 0xECF888) is known color: Tidal. HEX triplet: EC, F8 and 88. RGB value is (236,248,136). Sum of RGB (Red+Green+Blue) = 236+248+136=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF888 is #130777. Grayscale: #E8E8E8. Windows color (decimal): -1247096 or 8976620. OLE color: 8976620.
HSL color Cylindrical-coordinate representation of color #ECF888: hue angle of 66.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECF888 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 136 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.03 |
| HSL | 66.43º | 0.89% | 0.75% | - |
| HSV(B) | 66.43º | 0.45% | 0.97% | - |
| XYZ | 72.6 | 86.75 | 36.21 | - |
| YUV | 231.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 136 | 0.05 | 0 | 0.45 | 0.03 | 66.43 | 0.89 | 0.75 |
| Hex | EC | F8 | 88 | 5 | 0 | 2D | 3 | 42 | 59 | 4B |
| Octal | 354 | 370 | 210 | 5 | 0 | 55 | 3 | 102 | 131 | 113 |
| Binary | 11101100 | 11111000 | 10001000 | 101 | 0 | 101101 | 11 | 1000010 | 1011001 | 1001011 |
Color Harmonies of #ECF888
Complementary color
Monochromatic Colors of #ECF888
Black with #ECF888
Text Example
Text Example
White with #ECF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF888; }
p { color: rgb(236,248,136); }
H1.HeaderClassName
{
color: #ECF888;
}
.AnyTagClassName
{
color: #ECF888;
}
</style>
background-color css
<style>
a { background-color: #ECF888; }
a { background-color: rgb(236,248,136); }
div.DivClassName
{
background-color: #ECF888;
}
.BgClassName
{
background-color: #ECF888;
}
</style>
border-color css
<style>
span { border-color: #ECF888; }
span { border-color: rgb(236,248,136); }
td.TdClassName
{
border-color: #ECF888;
}
.TagClassName
{
border-color: #ECF888;
}
</style>