Shades of Tidal #ECFC90
Tints of Tidal #ECFC90
RGB
CMYK
RGB Variations
Color information
#ECFC90 (or 0xECFC90) is known color: Tidal. HEX triplet: EC, FC and 90. RGB value is (236,252,144). Sum of RGB (Red+Green+Blue) = 236+252+144=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 144 (56.64% from 255 or 22.78% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFC90 is #13036F. Grayscale: #EBEBEB. Windows color (decimal): -1246064 or 9501932. OLE color: 9501932.
HSL color Cylindrical-coordinate representation of color #ECFC90: hue angle of 68.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECFC90 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 144 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.01 |
| HSL | 68.89º | 0.95% | 0.78% | - |
| HSV(B) | 68.89º | 0.43% | 0.99% | - |
| XYZ | 74.44 | 89.47 | 39.73 | - |
| YUV | 234.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 144 | 0.06 | 0 | 0.43 | 0.01 | 68.89 | 0.95 | 0.78 |
| Hex | EC | FC | 90 | 6 | 0 | 2B | 1 | 45 | 5F | 4E |
| Octal | 354 | 374 | 220 | 6 | 0 | 53 | 1 | 105 | 137 | 116 |
| Binary | 11101100 | 11111100 | 10010000 | 110 | 0 | 101011 | 1 | 1000101 | 1011111 | 1001110 |
Color Harmonies of #ECFC90
Complementary color
Monochromatic Colors of #ECFC90
Black with #ECFC90
Text Example
Text Example
White with #ECFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC90; }
p { color: rgb(236,252,144); }
H1.HeaderClassName
{
color: #ECFC90;
}
.AnyTagClassName
{
color: #ECFC90;
}
</style>
background-color css
<style>
a { background-color: #ECFC90; }
a { background-color: rgb(236,252,144); }
div.DivClassName
{
background-color: #ECFC90;
}
.BgClassName
{
background-color: #ECFC90;
}
</style>
border-color css
<style>
span { border-color: #ECFC90; }
span { border-color: rgb(236,252,144); }
td.TdClassName
{
border-color: #ECFC90;
}
.TagClassName
{
border-color: #ECFC90;
}
</style>