Shades of Tidal #ECFC8E
Tints of Tidal #ECFC8E
RGB
CMYK
RGB Variations
Color information
#ECFC8E (or 0xECFC8E) is known color: Tidal. HEX triplet: EC, FC and 8E. RGB value is (236,252,142). Sum of RGB (Red+Green+Blue) = 236+252+142=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 142 (55.86% from 255 or 22.54% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFC8E is #130371. Grayscale: #EBEBEB. Windows color (decimal): -1246066 or 9370860. OLE color: 9370860.
HSL color Cylindrical-coordinate representation of color #ECFC8E: hue angle of 68.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECFC8E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 142 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.01 |
| HSL | 68.73º | 0.95% | 0.77% | - |
| HSV(B) | 68.73º | 0.44% | 0.99% | - |
| XYZ | 74.28 | 89.41 | 38.93 | - |
| YUV | 234.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 142 | 0.06 | 0 | 0.44 | 0.01 | 68.73 | 0.95 | 0.77 |
| Hex | EC | FC | 8E | 6 | 0 | 2C | 1 | 45 | 5F | 4D |
| Octal | 354 | 374 | 216 | 6 | 0 | 54 | 1 | 105 | 137 | 115 |
| Binary | 11101100 | 11111100 | 10001110 | 110 | 0 | 101100 | 1 | 1000101 | 1011111 | 1001101 |
Color Harmonies of #ECFC8E
Complementary color
Monochromatic Colors of #ECFC8E
Black with #ECFC8E
Text Example
Text Example
White with #ECFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC8E; }
p { color: rgb(236,252,142); }
H1.HeaderClassName
{
color: #ECFC8E;
}
.AnyTagClassName
{
color: #ECFC8E;
}
</style>
background-color css
<style>
a { background-color: #ECFC8E; }
a { background-color: rgb(236,252,142); }
div.DivClassName
{
background-color: #ECFC8E;
}
.BgClassName
{
background-color: #ECFC8E;
}
</style>
border-color css
<style>
span { border-color: #ECFC8E; }
span { border-color: rgb(236,252,142); }
td.TdClassName
{
border-color: #ECFC8E;
}
.TagClassName
{
border-color: #ECFC8E;
}
</style>