Shades of Tidal #ECF183
Tints of Tidal #ECF183
RGB
CMYK
RGB Variations
Color information
#ECF183 (or 0xECF183) is known color: Tidal. HEX triplet: EC, F1 and 83. RGB value is (236,241,131). Sum of RGB (Red+Green+Blue) = 236+241+131=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF183 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF183 is #130E7C. Grayscale: #E3E3E3. Windows color (decimal): -1248893 or 8647148. OLE color: 8647148.
HSL color Cylindrical-coordinate representation of color #ECF183: hue angle of 62.73º degrees, saturation: 0.8, 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 #ECF183 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 131 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 62.73º | 0.8% | 0.73% | - |
| HSV(B) | 62.73º | 0.46% | 0.95% | - |
| XYZ | 70.14 | 82.38 | 33.68 | - |
| YUV | 226.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 131 | 0.02 | 0 | 0.46 | 0.05 | 62.73 | 0.8 | 0.73 |
| Hex | EC | F1 | 83 | 2 | 0 | 2E | 5 | 3F | 50 | 49 |
| Octal | 354 | 361 | 203 | 2 | 0 | 56 | 5 | 77 | 120 | 111 |
| Binary | 11101100 | 11110001 | 10000011 | 10 | 0 | 101110 | 101 | 111111 | 1010000 | 1001001 |
Color Harmonies of #ECF183
Complementary color
Monochromatic Colors of #ECF183
Black with #ECF183
Text Example
Text Example
White with #ECF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF183; }
p { color: rgb(236,241,131); }
H1.HeaderClassName
{
color: #ECF183;
}
.AnyTagClassName
{
color: #ECF183;
}
</style>
background-color css
<style>
a { background-color: #ECF183; }
a { background-color: rgb(236,241,131); }
div.DivClassName
{
background-color: #ECF183;
}
.BgClassName
{
background-color: #ECF183;
}
</style>
border-color css
<style>
span { border-color: #ECF183; }
span { border-color: rgb(236,241,131); }
td.TdClassName
{
border-color: #ECF183;
}
.TagClassName
{
border-color: #ECF183;
}
</style>