Shades of Tidal #ECFB90
Tints of Tidal #ECFB90
RGB
CMYK
RGB Variations
Color information
#ECFB90 (or 0xECFB90) is known color: Tidal. HEX triplet: EC, FB and 90. RGB value is (236,251,144). Sum of RGB (Red+Green+Blue) = 236+251+144=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 144 (56.64% from 255 or 22.82% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFB90 is #13046F. Grayscale: #EAEAEA. Windows color (decimal): -1246320 or 9501676. OLE color: 9501676.
HSL color Cylindrical-coordinate representation of color #ECFB90: hue angle of 68.41º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECFB90 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 144 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.02 |
| HSL | 68.41º | 0.93% | 0.77% | - |
| HSV(B) | 68.41º | 0.43% | 0.98% | - |
| XYZ | 74.12 | 88.84 | 39.63 | - |
| YUV | 234.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 144 | 0.06 | 0 | 0.43 | 0.02 | 68.41 | 0.93 | 0.77 |
| Hex | EC | FB | 90 | 6 | 0 | 2B | 2 | 44 | 5D | 4D |
| Octal | 354 | 373 | 220 | 6 | 0 | 53 | 2 | 104 | 135 | 115 |
| Binary | 11101100 | 11111011 | 10010000 | 110 | 0 | 101011 | 10 | 1000100 | 1011101 | 1001101 |
Color Harmonies of #ECFB90
Complementary color
Monochromatic Colors of #ECFB90
Black with #ECFB90
Text Example
Text Example
White with #ECFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB90; }
p { color: rgb(236,251,144); }
H1.HeaderClassName
{
color: #ECFB90;
}
.AnyTagClassName
{
color: #ECFB90;
}
</style>
background-color css
<style>
a { background-color: #ECFB90; }
a { background-color: rgb(236,251,144); }
div.DivClassName
{
background-color: #ECFB90;
}
.BgClassName
{
background-color: #ECFB90;
}
</style>
border-color css
<style>
span { border-color: #ECFB90; }
span { border-color: rgb(236,251,144); }
td.TdClassName
{
border-color: #ECFB90;
}
.TagClassName
{
border-color: #ECFB90;
}
</style>