Shades of Tidal #ECFF95
Tints of Tidal #ECFF95
RGB
CMYK
RGB Variations
Color information
#ECFF95 (or 0xECFF95) is known color: Tidal. HEX triplet: EC, FF and 95. RGB value is (236,255,149). Sum of RGB (Red+Green+Blue) = 236+255+149=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFF95 is #13006A. Grayscale: #EDEDED. Windows color (decimal): -1245291 or 9830380. OLE color: 9830380.
HSL color Cylindrical-coordinate representation of color #ECFF95: hue angle of 70.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECFF95 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 149 | - |
| CMYK | 0.07 | 0 | 0.42 | 0 |
| HSL | 70.75º | 1% | 0.79% | - |
| HSV(B) | 70.75º | 0.42% | 1% | - |
| XYZ | 75.78 | 91.52 | 42.11 | - |
| YUV | 237.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 149 | 0.07 | 0 | 0.42 | 0 | 70.75 | 1 | 0.79 |
| Hex | EC | FF | 95 | 7 | 0 | 2A | 0 | 47 | 64 | 4F |
| Octal | 354 | 377 | 225 | 7 | 0 | 52 | 0 | 107 | 144 | 117 |
| Binary | 11101100 | 11111111 | 10010101 | 111 | 0 | 101010 | 0 | 1000111 | 1100100 | 1001111 |
Color Harmonies of #ECFF95
Complementary color
Monochromatic Colors of #ECFF95
Black with #ECFF95
Text Example
Text Example
White with #ECFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF95; }
p { color: rgb(236,255,149); }
H1.HeaderClassName
{
color: #ECFF95;
}
.AnyTagClassName
{
color: #ECFF95;
}
</style>
background-color css
<style>
a { background-color: #ECFF95; }
a { background-color: rgb(236,255,149); }
div.DivClassName
{
background-color: #ECFF95;
}
.BgClassName
{
background-color: #ECFF95;
}
</style>
border-color css
<style>
span { border-color: #ECFF95; }
span { border-color: rgb(236,255,149); }
td.TdClassName
{
border-color: #ECFF95;
}
.TagClassName
{
border-color: #ECFF95;
}
</style>