Shades of Tidal #ECF08B
Tints of Tidal #ECF08B
RGB
CMYK
RGB Variations
Color information
#ECF08B (or 0xECF08B) is known color: Tidal. HEX triplet: EC, F0 and 8B. RGB value is (236,240,139). Sum of RGB (Red+Green+Blue) = 236+240+139=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF08B is #130F74. Grayscale: #E3E3E3. Windows color (decimal): -1249141 or 9171180. OLE color: 9171180.
HSL color Cylindrical-coordinate representation of color #ECF08B: hue angle of 62.38º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECF08B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 139 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.06 |
| HSL | 62.38º | 0.77% | 0.74% | - |
| HSV(B) | 62.38º | 0.42% | 0.94% | - |
| XYZ | 70.41 | 82.02 | 36.55 | - |
| YUV | 227.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 139 | 0.02 | 0 | 0.42 | 0.06 | 62.38 | 0.77 | 0.74 |
| Hex | EC | F0 | 8B | 2 | 0 | 2A | 6 | 3E | 4D | 4A |
| Octal | 354 | 360 | 213 | 2 | 0 | 52 | 6 | 76 | 115 | 112 |
| Binary | 11101100 | 11110000 | 10001011 | 10 | 0 | 101010 | 110 | 111110 | 1001101 | 1001010 |
Color Harmonies of #ECF08B
Complementary color
Monochromatic Colors of #ECF08B
Black with #ECF08B
Text Example
Text Example
White with #ECF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF08B; }
p { color: rgb(236,240,139); }
H1.HeaderClassName
{
color: #ECF08B;
}
.AnyTagClassName
{
color: #ECF08B;
}
</style>
background-color css
<style>
a { background-color: #ECF08B; }
a { background-color: rgb(236,240,139); }
div.DivClassName
{
background-color: #ECF08B;
}
.BgClassName
{
background-color: #ECF08B;
}
</style>
border-color css
<style>
span { border-color: #ECF08B; }
span { border-color: rgb(236,240,139); }
td.TdClassName
{
border-color: #ECF08B;
}
.TagClassName
{
border-color: #ECF08B;
}
</style>