Shades of Tidal #ECFE8E
Tints of Tidal #ECFE8E
RGB
CMYK
RGB Variations
Color information
#ECFE8E (or 0xECFE8E) is known color: Tidal. HEX triplet: EC, FE and 8E. RGB value is (236,254,142). Sum of RGB (Red+Green+Blue) = 236+254+142=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 142 (55.86% from 255 or 22.47% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFE8E is #130171. Grayscale: #ECECEC. Windows color (decimal): -1245554 or 9371372. OLE color: 9371372.
HSL color Cylindrical-coordinate representation of color #ECFE8E: hue angle of 69.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECFE8E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 142 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.00 |
| HSL | 69.64º | 0.98% | 0.78% | - |
| HSV(B) | 69.64º | 0.44% | 1% | - |
| XYZ | 74.92 | 90.67 | 39.14 | - |
| YUV | 235.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 142 | 0.07 | 0 | 0.44 | 0.00 | 69.64 | 0.98 | 0.78 |
| Hex | EC | FE | 8E | 7 | 0 | 2C | 0 | 46 | 62 | 4E |
| Octal | 354 | 376 | 216 | 7 | 0 | 54 | 0 | 106 | 142 | 116 |
| Binary | 11101100 | 11111110 | 10001110 | 111 | 0 | 101100 | 0 | 1000110 | 1100010 | 1001110 |
Color Harmonies of #ECFE8E
Complementary color
Monochromatic Colors of #ECFE8E
Black with #ECFE8E
Text Example
Text Example
White with #ECFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE8E; }
p { color: rgb(236,254,142); }
H1.HeaderClassName
{
color: #ECFE8E;
}
.AnyTagClassName
{
color: #ECFE8E;
}
</style>
background-color css
<style>
a { background-color: #ECFE8E; }
a { background-color: rgb(236,254,142); }
div.DivClassName
{
background-color: #ECFE8E;
}
.BgClassName
{
background-color: #ECFE8E;
}
</style>
border-color css
<style>
span { border-color: #ECFE8E; }
span { border-color: rgb(236,254,142); }
td.TdClassName
{
border-color: #ECFE8E;
}
.TagClassName
{
border-color: #ECFE8E;
}
</style>