Shades of Tidal #ECFB91
Tints of Tidal #ECFB91
RGB
CMYK
RGB Variations
Color information
#ECFB91 (or 0xECFB91) is known color: Tidal. HEX triplet: EC, FB and 91. RGB value is (236,251,145). Sum of RGB (Red+Green+Blue) = 236+251+145=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 145 (57.03% from 255 or 22.94% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFB91 is #13046E. Grayscale: #EAEAEA. Windows color (decimal): -1246319 or 9567212. OLE color: 9567212.
HSL color Cylindrical-coordinate representation of color #ECFB91: hue angle of 68.49º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECFB91 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 145 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.02 |
| HSL | 68.49º | 0.93% | 0.78% | - |
| HSV(B) | 68.49º | 0.42% | 0.98% | - |
| XYZ | 74.2 | 88.87 | 40.03 | - |
| YUV | 234.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 145 | 0.06 | 0 | 0.42 | 0.02 | 68.49 | 0.93 | 0.78 |
| Hex | EC | FB | 91 | 6 | 0 | 2A | 2 | 44 | 5D | 4E |
| Octal | 354 | 373 | 221 | 6 | 0 | 52 | 2 | 104 | 135 | 116 |
| Binary | 11101100 | 11111011 | 10010001 | 110 | 0 | 101010 | 10 | 1000100 | 1011101 | 1001110 |
Color Harmonies of #ECFB91
Complementary color
Monochromatic Colors of #ECFB91
Black with #ECFB91
Text Example
Text Example
White with #ECFB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB91; }
p { color: rgb(236,251,145); }
H1.HeaderClassName
{
color: #ECFB91;
}
.AnyTagClassName
{
color: #ECFB91;
}
</style>
background-color css
<style>
a { background-color: #ECFB91; }
a { background-color: rgb(236,251,145); }
div.DivClassName
{
background-color: #ECFB91;
}
.BgClassName
{
background-color: #ECFB91;
}
</style>
border-color css
<style>
span { border-color: #ECFB91; }
span { border-color: rgb(236,251,145); }
td.TdClassName
{
border-color: #ECFB91;
}
.TagClassName
{
border-color: #ECFB91;
}
</style>