Shades of Tidal #ECFF98
Tints of Tidal #ECFF98
RGB
CMYK
RGB Variations
Color information
#ECFF98 (or 0xECFF98) is known color: Tidal. HEX triplet: EC, FF and 98. RGB value is (236,255,152). Sum of RGB (Red+Green+Blue) = 236+255+152=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 152 (59.77% from 255 or 23.64% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFF98 is #130067. Grayscale: #EDEDED. Windows color (decimal): -1245288 or 10026988. OLE color: 10026988.
HSL color Cylindrical-coordinate representation of color #ECFF98: hue angle of 71.07º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECFF98 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 152 | - |
| CMYK | 0.07 | 0 | 0.40 | 0 |
| HSL | 71.07º | 1% | 0.8% | - |
| HSV(B) | 71.07º | 0.4% | 1% | - |
| XYZ | 76.02 | 91.62 | 43.38 | - |
| YUV | 237.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 152 | 0.07 | 0 | 0.40 | 0 | 71.07 | 1 | 0.8 |
| Hex | EC | FF | 98 | 7 | 0 | 28 | 0 | 47 | 64 | 50 |
| Octal | 354 | 377 | 230 | 7 | 0 | 50 | 0 | 107 | 144 | 120 |
| Binary | 11101100 | 11111111 | 10011000 | 111 | 0 | 101000 | 0 | 1000111 | 1100100 | 1010000 |
Color Harmonies of #ECFF98
Complementary color
Monochromatic Colors of #ECFF98
Black with #ECFF98
Text Example
Text Example
White with #ECFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF98; }
p { color: rgb(236,255,152); }
H1.HeaderClassName
{
color: #ECFF98;
}
.AnyTagClassName
{
color: #ECFF98;
}
</style>
background-color css
<style>
a { background-color: #ECFF98; }
a { background-color: rgb(236,255,152); }
div.DivClassName
{
background-color: #ECFF98;
}
.BgClassName
{
background-color: #ECFF98;
}
</style>
border-color css
<style>
span { border-color: #ECFF98; }
span { border-color: rgb(236,255,152); }
td.TdClassName
{
border-color: #ECFF98;
}
.TagClassName
{
border-color: #ECFF98;
}
</style>