Shades of Tidal #ECFC7D
Tints of Tidal #ECFC7D
RGB
CMYK
RGB Variations
Color information
#ECFC7D (or 0xECFC7D) is known color: Tidal. HEX triplet: EC, FC and 7D. RGB value is (236,252,125). Sum of RGB (Red+Green+Blue) = 236+252+125=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFC7D is #130382. Grayscale: #E9E9E9. Windows color (decimal): -1246083 or 8256748. OLE color: 8256748.
HSL color Cylindrical-coordinate representation of color #ECFC7D: hue angle of 67.56º 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 #ECFC7D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 125 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.01 |
| HSL | 67.56º | 0.95% | 0.74% | - |
| HSV(B) | 67.56º | 0.5% | 0.99% | - |
| XYZ | 73.1 | 88.93 | 32.72 | - |
| YUV | 232.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 125 | 0.06 | 0 | 0.50 | 0.01 | 67.56 | 0.95 | 0.74 |
| Hex | EC | FC | 7D | 6 | 0 | 32 | 1 | 44 | 5F | 4A |
| Octal | 354 | 374 | 175 | 6 | 0 | 62 | 1 | 104 | 137 | 112 |
| Binary | 11101100 | 11111100 | 1111101 | 110 | 0 | 110010 | 1 | 1000100 | 1011111 | 1001010 |
Color Harmonies of #ECFC7D
Complementary color
Monochromatic Colors of #ECFC7D
Black with #ECFC7D
Text Example
Text Example
White with #ECFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC7D; }
p { color: rgb(236,252,125); }
H1.HeaderClassName
{
color: #ECFC7D;
}
.AnyTagClassName
{
color: #ECFC7D;
}
</style>
background-color css
<style>
a { background-color: #ECFC7D; }
a { background-color: rgb(236,252,125); }
div.DivClassName
{
background-color: #ECFC7D;
}
.BgClassName
{
background-color: #ECFC7D;
}
</style>
border-color css
<style>
span { border-color: #ECFC7D; }
span { border-color: rgb(236,252,125); }
td.TdClassName
{
border-color: #ECFC7D;
}
.TagClassName
{
border-color: #ECFC7D;
}
</style>