Shades of Tidal #ECF282
Tints of Tidal #ECF282
RGB
CMYK
RGB Variations
Color information
#ECF282 (or 0xECF282) is known color: Tidal. HEX triplet: EC, F2 and 82. RGB value is (236,242,130). Sum of RGB (Red+Green+Blue) = 236+242+130=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF282 is #130D7D. Grayscale: #E3E3E3. Windows color (decimal): -1248638 or 8581868. OLE color: 8581868.
HSL color Cylindrical-coordinate representation of color #ECF282: hue angle of 63.21º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECF282 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 130 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 63.21º | 0.81% | 0.73% | - |
| HSV(B) | 63.21º | 0.46% | 0.95% | - |
| XYZ | 70.37 | 82.95 | 33.42 | - |
| YUV | 227.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 130 | 0.02 | 0 | 0.46 | 0.05 | 63.21 | 0.81 | 0.73 |
| Hex | EC | F2 | 82 | 2 | 0 | 2E | 5 | 3F | 51 | 49 |
| Octal | 354 | 362 | 202 | 2 | 0 | 56 | 5 | 77 | 121 | 111 |
| Binary | 11101100 | 11110010 | 10000010 | 10 | 0 | 101110 | 101 | 111111 | 1010001 | 1001001 |
Color Harmonies of #ECF282
Complementary color
Monochromatic Colors of #ECF282
Black with #ECF282
Text Example
Text Example
White with #ECF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF282; }
p { color: rgb(236,242,130); }
H1.HeaderClassName
{
color: #ECF282;
}
.AnyTagClassName
{
color: #ECF282;
}
</style>
background-color css
<style>
a { background-color: #ECF282; }
a { background-color: rgb(236,242,130); }
div.DivClassName
{
background-color: #ECF282;
}
.BgClassName
{
background-color: #ECF282;
}
</style>
border-color css
<style>
span { border-color: #ECF282; }
span { border-color: rgb(236,242,130); }
td.TdClassName
{
border-color: #ECF282;
}
.TagClassName
{
border-color: #ECF282;
}
</style>