Shades of Tidal #ECF884
Tints of Tidal #ECF884
RGB
CMYK
RGB Variations
Color information
#ECF884 (or 0xECF884) is known color: Tidal. HEX triplet: EC, F8 and 84. RGB value is (236,248,132). Sum of RGB (Red+Green+Blue) = 236+248+132=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF884 is #13077B. Grayscale: #E7E7E7. Windows color (decimal): -1247100 or 8714476. OLE color: 8714476.
HSL color Cylindrical-coordinate representation of color #ECF884: hue angle of 66.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF884 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 132 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.03 |
| HSL | 66.21º | 0.89% | 0.75% | - |
| HSV(B) | 66.21º | 0.47% | 0.97% | - |
| XYZ | 72.32 | 86.63 | 34.74 | - |
| YUV | 231.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 132 | 0.05 | 0 | 0.47 | 0.03 | 66.21 | 0.89 | 0.75 |
| Hex | EC | F8 | 84 | 5 | 0 | 2F | 3 | 42 | 59 | 4B |
| Octal | 354 | 370 | 204 | 5 | 0 | 57 | 3 | 102 | 131 | 113 |
| Binary | 11101100 | 11111000 | 10000100 | 101 | 0 | 101111 | 11 | 1000010 | 1011001 | 1001011 |
Color Harmonies of #ECF884
Complementary color
Monochromatic Colors of #ECF884
Black with #ECF884
Text Example
Text Example
White with #ECF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF884; }
p { color: rgb(236,248,132); }
H1.HeaderClassName
{
color: #ECF884;
}
.AnyTagClassName
{
color: #ECF884;
}
</style>
background-color css
<style>
a { background-color: #ECF884; }
a { background-color: rgb(236,248,132); }
div.DivClassName
{
background-color: #ECF884;
}
.BgClassName
{
background-color: #ECF884;
}
</style>
border-color css
<style>
span { border-color: #ECF884; }
span { border-color: rgb(236,248,132); }
td.TdClassName
{
border-color: #ECF884;
}
.TagClassName
{
border-color: #ECF884;
}
</style>