Shades of Tidal #ECF383
Tints of Tidal #ECF383
RGB
CMYK
RGB Variations
Color information
#ECF383 (or 0xECF383) is known color: Tidal. HEX triplet: EC, F3 and 83. RGB value is (236,243,131). Sum of RGB (Red+Green+Blue) = 236+243+131=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 131 (51.56% from 255 or 21.48% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF383 is #130C7C. Grayscale: #E4E4E4. Windows color (decimal): -1248381 or 8647660. OLE color: 8647660.
HSL color Cylindrical-coordinate representation of color #ECF383: hue angle of 63.75º degrees, saturation: 0.82, 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 #ECF383 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 131 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.05 |
| HSL | 63.75º | 0.82% | 0.73% | - |
| HSV(B) | 63.75º | 0.46% | 0.95% | - |
| XYZ | 70.74 | 83.57 | 33.88 | - |
| YUV | 228.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 131 | 0.03 | 0 | 0.46 | 0.05 | 63.75 | 0.82 | 0.73 |
| Hex | EC | F3 | 83 | 3 | 0 | 2E | 5 | 40 | 52 | 49 |
| Octal | 354 | 363 | 203 | 3 | 0 | 56 | 5 | 100 | 122 | 111 |
| Binary | 11101100 | 11110011 | 10000011 | 11 | 0 | 101110 | 101 | 1000000 | 1010010 | 1001001 |
Color Harmonies of #ECF383
Complementary color
Monochromatic Colors of #ECF383
Black with #ECF383
Text Example
Text Example
White with #ECF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF383; }
p { color: rgb(236,243,131); }
H1.HeaderClassName
{
color: #ECF383;
}
.AnyTagClassName
{
color: #ECF383;
}
</style>
background-color css
<style>
a { background-color: #ECF383; }
a { background-color: rgb(236,243,131); }
div.DivClassName
{
background-color: #ECF383;
}
.BgClassName
{
background-color: #ECF383;
}
</style>
border-color css
<style>
span { border-color: #ECF383; }
span { border-color: rgb(236,243,131); }
td.TdClassName
{
border-color: #ECF383;
}
.TagClassName
{
border-color: #ECF383;
}
</style>