Shades of Tidal #ECF184
Tints of Tidal #ECF184
RGB
CMYK
RGB Variations
Color information
#ECF184 (or 0xECF184) is known color: Tidal. HEX triplet: EC, F1 and 84. RGB value is (236,241,132). Sum of RGB (Red+Green+Blue) = 236+241+132=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF184 is #130E7B. Grayscale: #E3E3E3. Windows color (decimal): -1248892 or 8712684. OLE color: 8712684.
HSL color Cylindrical-coordinate representation of color #ECF184: hue angle of 62.75º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECF184 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 132 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 62.75º | 0.8% | 0.73% | - |
| HSV(B) | 62.75º | 0.45% | 0.95% | - |
| XYZ | 70.21 | 82.41 | 34.04 | - |
| YUV | 227.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 132 | 0.02 | 0 | 0.45 | 0.05 | 62.75 | 0.8 | 0.73 |
| Hex | EC | F1 | 84 | 2 | 0 | 2D | 5 | 3F | 50 | 49 |
| Octal | 354 | 361 | 204 | 2 | 0 | 55 | 5 | 77 | 120 | 111 |
| Binary | 11101100 | 11110001 | 10000100 | 10 | 0 | 101101 | 101 | 111111 | 1010000 | 1001001 |
Color Harmonies of #ECF184
Complementary color
Monochromatic Colors of #ECF184
Black with #ECF184
Text Example
Text Example
White with #ECF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF184; }
p { color: rgb(236,241,132); }
H1.HeaderClassName
{
color: #ECF184;
}
.AnyTagClassName
{
color: #ECF184;
}
</style>
background-color css
<style>
a { background-color: #ECF184; }
a { background-color: rgb(236,241,132); }
div.DivClassName
{
background-color: #ECF184;
}
.BgClassName
{
background-color: #ECF184;
}
</style>
border-color css
<style>
span { border-color: #ECF184; }
span { border-color: rgb(236,241,132); }
td.TdClassName
{
border-color: #ECF184;
}
.TagClassName
{
border-color: #ECF184;
}
</style>