Shades of Tidal #ECFE86
Tints of Tidal #ECFE86
RGB
CMYK
RGB Variations
Color information
#ECFE86 (or 0xECFE86) is known color: Tidal. HEX triplet: EC, FE and 86. RGB value is (236,254,134). Sum of RGB (Red+Green+Blue) = 236+254+134=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 134 (52.73% from 255 or 21.47% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFE86 is #130179. Grayscale: #EBEBEB. Windows color (decimal): -1245562 or 8847084. OLE color: 8847084.
HSL color Cylindrical-coordinate representation of color #ECFE86: hue angle of 69º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECFE86 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 134 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.00 |
| HSL | 69º | 0.98% | 0.76% | - |
| HSV(B) | 69º | 0.47% | 1% | - |
| XYZ | 74.34 | 90.44 | 36.09 | - |
| YUV | 234.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 134 | 0.07 | 0 | 0.47 | 0.00 | 69 | 0.98 | 0.76 |
| Hex | EC | FE | 86 | 7 | 0 | 2F | 0 | 45 | 62 | 4C |
| Octal | 354 | 376 | 206 | 7 | 0 | 57 | 0 | 105 | 142 | 114 |
| Binary | 11101100 | 11111110 | 10000110 | 111 | 0 | 101111 | 0 | 1000101 | 1100010 | 1001100 |
Color Harmonies of #ECFE86
Complementary color
Monochromatic Colors of #ECFE86
Black with #ECFE86
Text Example
Text Example
White with #ECFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE86; }
p { color: rgb(236,254,134); }
H1.HeaderClassName
{
color: #ECFE86;
}
.AnyTagClassName
{
color: #ECFE86;
}
</style>
background-color css
<style>
a { background-color: #ECFE86; }
a { background-color: rgb(236,254,134); }
div.DivClassName
{
background-color: #ECFE86;
}
.BgClassName
{
background-color: #ECFE86;
}
</style>
border-color css
<style>
span { border-color: #ECFE86; }
span { border-color: rgb(236,254,134); }
td.TdClassName
{
border-color: #ECFE86;
}
.TagClassName
{
border-color: #ECFE86;
}
</style>