Shades of Tidal #ECF980
Tints of Tidal #ECF980
RGB
CMYK
RGB Variations
Color information
#ECF980 (or 0xECF980) is known color: Tidal. HEX triplet: EC, F9 and 80. RGB value is (236,249,128). Sum of RGB (Red+Green+Blue) = 236+249+128=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF980 is #13067F. Grayscale: #E7E7E7. Windows color (decimal): -1246848 or 8452588. OLE color: 8452588.
HSL color Cylindrical-coordinate representation of color #ECF980: hue angle of 66.45º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECF980 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 128 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.02 |
| HSL | 66.45º | 0.91% | 0.74% | - |
| HSV(B) | 66.45º | 0.49% | 0.98% | - |
| XYZ | 72.36 | 87.14 | 33.43 | - |
| YUV | 231.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 128 | 0.05 | 0 | 0.49 | 0.02 | 66.45 | 0.91 | 0.74 |
| Hex | EC | F9 | 80 | 5 | 0 | 31 | 2 | 42 | 5B | 4A |
| Octal | 354 | 371 | 200 | 5 | 0 | 61 | 2 | 102 | 133 | 112 |
| Binary | 11101100 | 11111001 | 10000000 | 101 | 0 | 110001 | 10 | 1000010 | 1011011 | 1001010 |
Color Harmonies of #ECF980
Complementary color
Monochromatic Colors of #ECF980
Black with #ECF980
Text Example
Text Example
White with #ECF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF980; }
p { color: rgb(236,249,128); }
H1.HeaderClassName
{
color: #ECF980;
}
.AnyTagClassName
{
color: #ECF980;
}
</style>
background-color css
<style>
a { background-color: #ECF980; }
a { background-color: rgb(236,249,128); }
div.DivClassName
{
background-color: #ECF980;
}
.BgClassName
{
background-color: #ECF980;
}
</style>
border-color css
<style>
span { border-color: #ECF980; }
span { border-color: rgb(236,249,128); }
td.TdClassName
{
border-color: #ECF980;
}
.TagClassName
{
border-color: #ECF980;
}
</style>