Shades of Tidal #ECF384
Tints of Tidal #ECF384
RGB
CMYK
RGB Variations
Color information
#ECF384 (or 0xECF384) is known color: Tidal. HEX triplet: EC, F3 and 84. RGB value is (236,243,132). Sum of RGB (Red+Green+Blue) = 236+243+132=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF384 is #130C7B. Grayscale: #E4E4E4. Windows color (decimal): -1248380 or 8713196. OLE color: 8713196.
HSL color Cylindrical-coordinate representation of color #ECF384: hue angle of 63.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECF384 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 132 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.05 |
| HSL | 63.78º | 0.82% | 0.74% | - |
| HSV(B) | 63.78º | 0.46% | 0.95% | - |
| XYZ | 70.81 | 83.6 | 34.23 | - |
| YUV | 228.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 132 | 0.03 | 0 | 0.46 | 0.05 | 63.78 | 0.82 | 0.74 |
| Hex | EC | F3 | 84 | 3 | 0 | 2E | 5 | 40 | 52 | 4A |
| Octal | 354 | 363 | 204 | 3 | 0 | 56 | 5 | 100 | 122 | 112 |
| Binary | 11101100 | 11110011 | 10000100 | 11 | 0 | 101110 | 101 | 1000000 | 1010010 | 1001010 |
Color Harmonies of #ECF384
Complementary color
Monochromatic Colors of #ECF384
Black with #ECF384
Text Example
Text Example
White with #ECF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF384; }
p { color: rgb(236,243,132); }
H1.HeaderClassName
{
color: #ECF384;
}
.AnyTagClassName
{
color: #ECF384;
}
</style>
background-color css
<style>
a { background-color: #ECF384; }
a { background-color: rgb(236,243,132); }
div.DivClassName
{
background-color: #ECF384;
}
.BgClassName
{
background-color: #ECF384;
}
</style>
border-color css
<style>
span { border-color: #ECF384; }
span { border-color: rgb(236,243,132); }
td.TdClassName
{
border-color: #ECF384;
}
.TagClassName
{
border-color: #ECF384;
}
</style>