Shades of Tidal #ECF98B
Tints of Tidal #ECF98B
RGB
CMYK
RGB Variations
Color information
#ECF98B (or 0xECF98B) is known color: Tidal. HEX triplet: EC, F9 and 8B. RGB value is (236,249,139). Sum of RGB (Red+Green+Blue) = 236+249+139=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 139 (54.69% from 255 or 22.28% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF98B is #130674. Grayscale: #E8E8E8. Windows color (decimal): -1246837 or 9173484. OLE color: 9173484.
HSL color Cylindrical-coordinate representation of color #ECF98B: hue angle of 67.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECF98B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 139 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.02 |
| HSL | 67.09º | 0.9% | 0.76% | - |
| HSV(B) | 67.09º | 0.44% | 0.98% | - |
| XYZ | 73.13 | 87.45 | 37.45 | - |
| YUV | 232.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 139 | 0.05 | 0 | 0.44 | 0.02 | 67.09 | 0.9 | 0.76 |
| Hex | EC | F9 | 8B | 5 | 0 | 2C | 2 | 43 | 5A | 4C |
| Octal | 354 | 371 | 213 | 5 | 0 | 54 | 2 | 103 | 132 | 114 |
| Binary | 11101100 | 11111001 | 10001011 | 101 | 0 | 101100 | 10 | 1000011 | 1011010 | 1001100 |
Color Harmonies of #ECF98B
Complementary color
Monochromatic Colors of #ECF98B
Black with #ECF98B
Text Example
Text Example
White with #ECF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF98B; }
p { color: rgb(236,249,139); }
H1.HeaderClassName
{
color: #ECF98B;
}
.AnyTagClassName
{
color: #ECF98B;
}
</style>
background-color css
<style>
a { background-color: #ECF98B; }
a { background-color: rgb(236,249,139); }
div.DivClassName
{
background-color: #ECF98B;
}
.BgClassName
{
background-color: #ECF98B;
}
</style>
border-color css
<style>
span { border-color: #ECF98B; }
span { border-color: rgb(236,249,139); }
td.TdClassName
{
border-color: #ECF98B;
}
.TagClassName
{
border-color: #ECF98B;
}
</style>