Shades of Tidal #ECF58A
Tints of Tidal #ECF58A
RGB
CMYK
RGB Variations
Color information
#ECF58A (or 0xECF58A) is known color: Tidal. HEX triplet: EC, F5 and 8A. RGB value is (236,245,138). Sum of RGB (Red+Green+Blue) = 236+245+138=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF58A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF58A is #130A75. Grayscale: #E6E6E6. Windows color (decimal): -1247862 or 9106924. OLE color: 9106924.
HSL color Cylindrical-coordinate representation of color #ECF58A: hue angle of 65.05º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECF58A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 138 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.04 |
| HSL | 65.05º | 0.84% | 0.75% | - |
| HSV(B) | 65.05º | 0.44% | 0.96% | - |
| XYZ | 71.83 | 84.97 | 36.66 | - |
| YUV | 230.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 138 | 0.04 | 0 | 0.44 | 0.04 | 65.05 | 0.84 | 0.75 |
| Hex | EC | F5 | 8A | 4 | 0 | 2C | 4 | 41 | 54 | 4B |
| Octal | 354 | 365 | 212 | 4 | 0 | 54 | 4 | 101 | 124 | 113 |
| Binary | 11101100 | 11110101 | 10001010 | 100 | 0 | 101100 | 100 | 1000001 | 1010100 | 1001011 |
Color Harmonies of #ECF58A
Complementary color
Monochromatic Colors of #ECF58A
Black with #ECF58A
Text Example
Text Example
White with #ECF58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF58A; }
p { color: rgb(236,245,138); }
H1.HeaderClassName
{
color: #ECF58A;
}
.AnyTagClassName
{
color: #ECF58A;
}
</style>
background-color css
<style>
a { background-color: #ECF58A; }
a { background-color: rgb(236,245,138); }
div.DivClassName
{
background-color: #ECF58A;
}
.BgClassName
{
background-color: #ECF58A;
}
</style>
border-color css
<style>
span { border-color: #ECF58A; }
span { border-color: rgb(236,245,138); }
td.TdClassName
{
border-color: #ECF58A;
}
.TagClassName
{
border-color: #ECF58A;
}
</style>