Shades of Tidal #ECFC7E
Tints of Tidal #ECFC7E
RGB
CMYK
RGB Variations
Color information
#ECFC7E (or 0xECFC7E) is known color: Tidal. HEX triplet: EC, FC and 7E. RGB value is (236,252,126). Sum of RGB (Red+Green+Blue) = 236+252+126=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 126 (49.61% from 255 or 20.52% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFC7E is #130381. Grayscale: #E9E9E9. Windows color (decimal): -1246082 or 8322284. OLE color: 8322284.
HSL color Cylindrical-coordinate representation of color #ECFC7E: hue angle of 67.62º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECFC7E is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 126 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.01 |
| HSL | 67.62º | 0.95% | 0.74% | - |
| HSV(B) | 67.62º | 0.5% | 0.99% | - |
| XYZ | 73.17 | 88.96 | 33.05 | - |
| YUV | 232.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 126 | 0.06 | 0 | 0.5 | 0.01 | 67.62 | 0.95 | 0.74 |
| Hex | EC | FC | 7E | 6 | 0 | 32 | 1 | 44 | 5F | 4A |
| Octal | 354 | 374 | 176 | 6 | 0 | 62 | 1 | 104 | 137 | 112 |
| Binary | 11101100 | 11111100 | 1111110 | 110 | 0 | 110010 | 1 | 1000100 | 1011111 | 1001010 |
Color Harmonies of #ECFC7E
Complementary color
Monochromatic Colors of #ECFC7E
Black with #ECFC7E
Text Example
Text Example
White with #ECFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC7E; }
p { color: rgb(236,252,126); }
H1.HeaderClassName
{
color: #ECFC7E;
}
.AnyTagClassName
{
color: #ECFC7E;
}
</style>
background-color css
<style>
a { background-color: #ECFC7E; }
a { background-color: rgb(236,252,126); }
div.DivClassName
{
background-color: #ECFC7E;
}
.BgClassName
{
background-color: #ECFC7E;
}
</style>
border-color css
<style>
span { border-color: #ECFC7E; }
span { border-color: rgb(236,252,126); }
td.TdClassName
{
border-color: #ECFC7E;
}
.TagClassName
{
border-color: #ECFC7E;
}
</style>