Shades of Tidal #ECF981
Tints of Tidal #ECF981
RGB
CMYK
RGB Variations
Color information
#ECF981 (or 0xECF981) is known color: Tidal. HEX triplet: EC, F9 and 81. RGB value is (236,249,129). Sum of RGB (Red+Green+Blue) = 236+249+129=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 129 (50.78% from 255 or 21.01% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF981 is #13067E. Grayscale: #E7E7E7. Windows color (decimal): -1246847 or 8518124. OLE color: 8518124.
HSL color Cylindrical-coordinate representation of color #ECF981: hue angle of 66.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF981 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 129 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.02 |
| HSL | 66.5º | 0.91% | 0.74% | - |
| HSV(B) | 66.5º | 0.48% | 0.98% | - |
| XYZ | 72.43 | 87.17 | 33.78 | - |
| YUV | 231.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 129 | 0.05 | 0 | 0.48 | 0.02 | 66.5 | 0.91 | 0.74 |
| Hex | EC | F9 | 81 | 5 | 0 | 30 | 2 | 42 | 5B | 4A |
| Octal | 354 | 371 | 201 | 5 | 0 | 60 | 2 | 102 | 133 | 112 |
| Binary | 11101100 | 11111001 | 10000001 | 101 | 0 | 110000 | 10 | 1000010 | 1011011 | 1001010 |
Color Harmonies of #ECF981
Complementary color
Monochromatic Colors of #ECF981
Black with #ECF981
Text Example
Text Example
White with #ECF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF981; }
p { color: rgb(236,249,129); }
H1.HeaderClassName
{
color: #ECF981;
}
.AnyTagClassName
{
color: #ECF981;
}
</style>
background-color css
<style>
a { background-color: #ECF981; }
a { background-color: rgb(236,249,129); }
div.DivClassName
{
background-color: #ECF981;
}
.BgClassName
{
background-color: #ECF981;
}
</style>
border-color css
<style>
span { border-color: #ECF981; }
span { border-color: rgb(236,249,129); }
td.TdClassName
{
border-color: #ECF981;
}
.TagClassName
{
border-color: #ECF981;
}
</style>