Shades of Tidal #ECFE8D
Tints of Tidal #ECFE8D
RGB
CMYK
RGB Variations
Color information
#ECFE8D (or 0xECFE8D) is known color: Tidal. HEX triplet: EC, FE and 8D. RGB value is (236,254,141). Sum of RGB (Red+Green+Blue) = 236+254+141=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFE8D is #130172. Grayscale: #ECECEC. Windows color (decimal): -1245555 or 9305836. OLE color: 9305836.
HSL color Cylindrical-coordinate representation of color #ECFE8D: hue angle of 69.56º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECFE8D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 141 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.00 |
| HSL | 69.56º | 0.98% | 0.77% | - |
| HSV(B) | 69.56º | 0.44% | 1% | - |
| XYZ | 74.84 | 90.64 | 38.75 | - |
| YUV | 235.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 141 | 0.07 | 0 | 0.44 | 0.00 | 69.56 | 0.98 | 0.77 |
| Hex | EC | FE | 8D | 7 | 0 | 2C | 0 | 46 | 62 | 4D |
| Octal | 354 | 376 | 215 | 7 | 0 | 54 | 0 | 106 | 142 | 115 |
| Binary | 11101100 | 11111110 | 10001101 | 111 | 0 | 101100 | 0 | 1000110 | 1100010 | 1001101 |
Color Harmonies of #ECFE8D
Complementary color
Monochromatic Colors of #ECFE8D
Black with #ECFE8D
Text Example
Text Example
White with #ECFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE8D; }
p { color: rgb(236,254,141); }
H1.HeaderClassName
{
color: #ECFE8D;
}
.AnyTagClassName
{
color: #ECFE8D;
}
</style>
background-color css
<style>
a { background-color: #ECFE8D; }
a { background-color: rgb(236,254,141); }
div.DivClassName
{
background-color: #ECFE8D;
}
.BgClassName
{
background-color: #ECFE8D;
}
</style>
border-color css
<style>
span { border-color: #ECFE8D; }
span { border-color: rgb(236,254,141); }
td.TdClassName
{
border-color: #ECFE8D;
}
.TagClassName
{
border-color: #ECFE8D;
}
</style>