Shades of Tidal #ECF484
Tints of Tidal #ECF484
RGB
CMYK
RGB Variations
Color information
#ECF484 (or 0xECF484) is known color: Tidal. HEX triplet: EC, F4 and 84. RGB value is (236,244,132). Sum of RGB (Red+Green+Blue) = 236+244+132=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 132 (51.95% from 255 or 21.57% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF484 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF484 is #130B7B. Grayscale: #E5E5E5. Windows color (decimal): -1248124 or 8713452. OLE color: 8713452.
HSL color Cylindrical-coordinate representation of color #ECF484: hue angle of 64.29º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECF484 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 132 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.04 |
| HSL | 64.29º | 0.84% | 0.74% | - |
| HSV(B) | 64.29º | 0.46% | 0.96% | - |
| XYZ | 71.11 | 84.2 | 34.33 | - |
| YUV | 228.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 132 | 0.03 | 0 | 0.46 | 0.04 | 64.29 | 0.84 | 0.74 |
| Hex | EC | F4 | 84 | 3 | 0 | 2E | 4 | 40 | 54 | 4A |
| Octal | 354 | 364 | 204 | 3 | 0 | 56 | 4 | 100 | 124 | 112 |
| Binary | 11101100 | 11110100 | 10000100 | 11 | 0 | 101110 | 100 | 1000000 | 1010100 | 1001010 |
Color Harmonies of #ECF484
Complementary color
Monochromatic Colors of #ECF484
Black with #ECF484
Text Example
Text Example
White with #ECF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF484; }
p { color: rgb(236,244,132); }
H1.HeaderClassName
{
color: #ECF484;
}
.AnyTagClassName
{
color: #ECF484;
}
</style>
background-color css
<style>
a { background-color: #ECF484; }
a { background-color: rgb(236,244,132); }
div.DivClassName
{
background-color: #ECF484;
}
.BgClassName
{
background-color: #ECF484;
}
</style>
border-color css
<style>
span { border-color: #ECF484; }
span { border-color: rgb(236,244,132); }
td.TdClassName
{
border-color: #ECF484;
}
.TagClassName
{
border-color: #ECF484;
}
</style>