Shades of Tidal #ECF28D
Tints of Tidal #ECF28D
RGB
CMYK
RGB Variations
Color information
#ECF28D (or 0xECF28D) is known color: Tidal. HEX triplet: EC, F2 and 8D. RGB value is (236,242,141). Sum of RGB (Red+Green+Blue) = 236+242+141=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF28D is #130D72. Grayscale: #E5E5E5. Windows color (decimal): -1248627 or 9302764. OLE color: 9302764.
HSL color Cylindrical-coordinate representation of color #ECF28D: hue angle of 63.56º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECF28D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 141 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.05 |
| HSL | 63.56º | 0.8% | 0.75% | - |
| HSV(B) | 63.56º | 0.42% | 0.95% | - |
| XYZ | 71.15 | 83.26 | 37.52 | - |
| YUV | 228.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 141 | 0.02 | 0 | 0.42 | 0.05 | 63.56 | 0.8 | 0.75 |
| Hex | EC | F2 | 8D | 2 | 0 | 2A | 5 | 40 | 50 | 4B |
| Octal | 354 | 362 | 215 | 2 | 0 | 52 | 5 | 100 | 120 | 113 |
| Binary | 11101100 | 11110010 | 10001101 | 10 | 0 | 101010 | 101 | 1000000 | 1010000 | 1001011 |
Color Harmonies of #ECF28D
Complementary color
Monochromatic Colors of #ECF28D
Black with #ECF28D
Text Example
Text Example
White with #ECF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF28D; }
p { color: rgb(236,242,141); }
H1.HeaderClassName
{
color: #ECF28D;
}
.AnyTagClassName
{
color: #ECF28D;
}
</style>
background-color css
<style>
a { background-color: #ECF28D; }
a { background-color: rgb(236,242,141); }
div.DivClassName
{
background-color: #ECF28D;
}
.BgClassName
{
background-color: #ECF28D;
}
</style>
border-color css
<style>
span { border-color: #ECF28D; }
span { border-color: rgb(236,242,141); }
td.TdClassName
{
border-color: #ECF28D;
}
.TagClassName
{
border-color: #ECF28D;
}
</style>