Shades of Tidal #ECF882
Tints of Tidal #ECF882
RGB
CMYK
RGB Variations
Color information
#ECF882 (or 0xECF882) is known color: Tidal. HEX triplet: EC, F8 and 82. RGB value is (236,248,130). Sum of RGB (Red+Green+Blue) = 236+248+130=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF882 is #13077D. Grayscale: #E7E7E7. Windows color (decimal): -1247102 or 8583404. OLE color: 8583404.
HSL color Cylindrical-coordinate representation of color #ECF882: hue angle of 66.1º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF882 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 130 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.03 |
| HSL | 66.1º | 0.89% | 0.74% | - |
| HSV(B) | 66.1º | 0.48% | 0.97% | - |
| XYZ | 72.19 | 86.58 | 34.03 | - |
| YUV | 230.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 130 | 0.05 | 0 | 0.48 | 0.03 | 66.1 | 0.89 | 0.74 |
| Hex | EC | F8 | 82 | 5 | 0 | 30 | 3 | 42 | 59 | 4A |
| Octal | 354 | 370 | 202 | 5 | 0 | 60 | 3 | 102 | 131 | 112 |
| Binary | 11101100 | 11111000 | 10000010 | 101 | 0 | 110000 | 11 | 1000010 | 1011001 | 1001010 |
Color Harmonies of #ECF882
Complementary color
Monochromatic Colors of #ECF882
Black with #ECF882
Text Example
Text Example
White with #ECF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF882; }
p { color: rgb(236,248,130); }
H1.HeaderClassName
{
color: #ECF882;
}
.AnyTagClassName
{
color: #ECF882;
}
</style>
background-color css
<style>
a { background-color: #ECF882; }
a { background-color: rgb(236,248,130); }
div.DivClassName
{
background-color: #ECF882;
}
.BgClassName
{
background-color: #ECF882;
}
</style>
border-color css
<style>
span { border-color: #ECF882; }
span { border-color: rgb(236,248,130); }
td.TdClassName
{
border-color: #ECF882;
}
.TagClassName
{
border-color: #ECF882;
}
</style>