Shades of Tidal #ECF58B
Tints of Tidal #ECF58B
RGB
CMYK
RGB Variations
Color information
#ECF58B (or 0xECF58B) is known color: Tidal. HEX triplet: EC, F5 and 8B. RGB value is (236,245,139). Sum of RGB (Red+Green+Blue) = 236+245+139=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 139 (54.69% from 255 or 22.42% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF58B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF58B is #130A74. Grayscale: #E6E6E6. Windows color (decimal): -1247861 or 9172460. OLE color: 9172460.
HSL color Cylindrical-coordinate representation of color #ECF58B: hue angle of 65.09º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECF58B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 139 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.04 |
| HSL | 65.09º | 0.84% | 0.75% | - |
| HSV(B) | 65.09º | 0.43% | 0.96% | - |
| XYZ | 71.9 | 85 | 37.04 | - |
| YUV | 230.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 139 | 0.04 | 0 | 0.43 | 0.04 | 65.09 | 0.84 | 0.75 |
| Hex | EC | F5 | 8B | 4 | 0 | 2B | 4 | 41 | 54 | 4B |
| Octal | 354 | 365 | 213 | 4 | 0 | 53 | 4 | 101 | 124 | 113 |
| Binary | 11101100 | 11110101 | 10001011 | 100 | 0 | 101011 | 100 | 1000001 | 1010100 | 1001011 |
Color Harmonies of #ECF58B
Complementary color
Monochromatic Colors of #ECF58B
Black with #ECF58B
Text Example
Text Example
White with #ECF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF58B; }
p { color: rgb(236,245,139); }
H1.HeaderClassName
{
color: #ECF58B;
}
.AnyTagClassName
{
color: #ECF58B;
}
</style>
background-color css
<style>
a { background-color: #ECF58B; }
a { background-color: rgb(236,245,139); }
div.DivClassName
{
background-color: #ECF58B;
}
.BgClassName
{
background-color: #ECF58B;
}
</style>
border-color css
<style>
span { border-color: #ECF58B; }
span { border-color: rgb(236,245,139); }
td.TdClassName
{
border-color: #ECF58B;
}
.TagClassName
{
border-color: #ECF58B;
}
</style>