Shades of Tidal #ECF88F
Tints of Tidal #ECF88F
RGB
CMYK
RGB Variations
Color information
#ECF88F (or 0xECF88F) is known color: Tidal. HEX triplet: EC, F8 and 8F. RGB value is (236,248,143). Sum of RGB (Red+Green+Blue) = 236+248+143=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 143 (56.25% from 255 or 22.81% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF88F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF88F is #130770. Grayscale: #E8E8E8. Windows color (decimal): -1247089 or 9435372. OLE color: 9435372.
HSL color Cylindrical-coordinate representation of color #ECF88F: hue angle of 66.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECF88F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 143 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.03 |
| HSL | 66.86º | 0.88% | 0.77% | - |
| HSV(B) | 66.86º | 0.42% | 0.97% | - |
| XYZ | 73.12 | 86.95 | 38.92 | - |
| YUV | 232.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 143 | 0.05 | 0 | 0.42 | 0.03 | 66.86 | 0.88 | 0.77 |
| Hex | EC | F8 | 8F | 5 | 0 | 2A | 3 | 43 | 58 | 4D |
| Octal | 354 | 370 | 217 | 5 | 0 | 52 | 3 | 103 | 130 | 115 |
| Binary | 11101100 | 11111000 | 10001111 | 101 | 0 | 101010 | 11 | 1000011 | 1011000 | 1001101 |
Color Harmonies of #ECF88F
Complementary color
Monochromatic Colors of #ECF88F
Black with #ECF88F
Text Example
Text Example
White with #ECF88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF88F; }
p { color: rgb(236,248,143); }
H1.HeaderClassName
{
color: #ECF88F;
}
.AnyTagClassName
{
color: #ECF88F;
}
</style>
background-color css
<style>
a { background-color: #ECF88F; }
a { background-color: rgb(236,248,143); }
div.DivClassName
{
background-color: #ECF88F;
}
.BgClassName
{
background-color: #ECF88F;
}
</style>
border-color css
<style>
span { border-color: #ECF88F; }
span { border-color: rgb(236,248,143); }
td.TdClassName
{
border-color: #ECF88F;
}
.TagClassName
{
border-color: #ECF88F;
}
</style>