Shades of Tidal #ECF581
Tints of Tidal #ECF581
RGB
CMYK
RGB Variations
Color information
#ECF581 (or 0xECF581) is known color: Tidal. HEX triplet: EC, F5 and 81. RGB value is (236,245,129). Sum of RGB (Red+Green+Blue) = 236+245+129=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 129 (50.78% from 255 or 21.15% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF581 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF581 is #130A7E. Grayscale: #E5E5E5. Windows color (decimal): -1247871 or 8517100. OLE color: 8517100.
HSL color Cylindrical-coordinate representation of color #ECF581: hue angle of 64.66º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF581 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 129 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.04 |
| HSL | 64.66º | 0.85% | 0.73% | - |
| HSV(B) | 64.66º | 0.47% | 0.96% | - |
| XYZ | 71.21 | 84.72 | 33.37 | - |
| YUV | 229.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 129 | 0.04 | 0 | 0.47 | 0.04 | 64.66 | 0.85 | 0.73 |
| Hex | EC | F5 | 81 | 4 | 0 | 2F | 4 | 41 | 55 | 49 |
| Octal | 354 | 365 | 201 | 4 | 0 | 57 | 4 | 101 | 125 | 111 |
| Binary | 11101100 | 11110101 | 10000001 | 100 | 0 | 101111 | 100 | 1000001 | 1010101 | 1001001 |
Color Harmonies of #ECF581
Complementary color
Monochromatic Colors of #ECF581
Black with #ECF581
Text Example
Text Example
White with #ECF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF581; }
p { color: rgb(236,245,129); }
H1.HeaderClassName
{
color: #ECF581;
}
.AnyTagClassName
{
color: #ECF581;
}
</style>
background-color css
<style>
a { background-color: #ECF581; }
a { background-color: rgb(236,245,129); }
div.DivClassName
{
background-color: #ECF581;
}
.BgClassName
{
background-color: #ECF581;
}
</style>
border-color css
<style>
span { border-color: #ECF581; }
span { border-color: rgb(236,245,129); }
td.TdClassName
{
border-color: #ECF581;
}
.TagClassName
{
border-color: #ECF581;
}
</style>