Shades of Tidal #ECF67F
Tints of Tidal #ECF67F
RGB
CMYK
RGB Variations
Color information
#ECF67F (or 0xECF67F) is known color: Tidal. HEX triplet: EC, F6 and 7F. RGB value is (236,246,127). Sum of RGB (Red+Green+Blue) = 236+246+127=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF67F is #130980. Grayscale: #E5E5E5. Windows color (decimal): -1247617 or 8386284. OLE color: 8386284.
HSL color Cylindrical-coordinate representation of color #ECF67F: hue angle of 65.04º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF67F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 127 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.04 |
| HSL | 65.04º | 0.87% | 0.73% | - |
| HSV(B) | 65.04º | 0.48% | 0.96% | - |
| XYZ | 71.38 | 85.28 | 32.78 | - |
| YUV | 229.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 127 | 0.04 | 0 | 0.48 | 0.04 | 65.04 | 0.87 | 0.73 |
| Hex | EC | F6 | 7F | 4 | 0 | 30 | 4 | 41 | 57 | 49 |
| Octal | 354 | 366 | 177 | 4 | 0 | 60 | 4 | 101 | 127 | 111 |
| Binary | 11101100 | 11110110 | 1111111 | 100 | 0 | 110000 | 100 | 1000001 | 1010111 | 1001001 |
Color Harmonies of #ECF67F
Complementary color
Monochromatic Colors of #ECF67F
Black with #ECF67F
Text Example
Text Example
White with #ECF67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF67F; }
p { color: rgb(236,246,127); }
H1.HeaderClassName
{
color: #ECF67F;
}
.AnyTagClassName
{
color: #ECF67F;
}
</style>
background-color css
<style>
a { background-color: #ECF67F; }
a { background-color: rgb(236,246,127); }
div.DivClassName
{
background-color: #ECF67F;
}
.BgClassName
{
background-color: #ECF67F;
}
</style>
border-color css
<style>
span { border-color: #ECF67F; }
span { border-color: rgb(236,246,127); }
td.TdClassName
{
border-color: #ECF67F;
}
.TagClassName
{
border-color: #ECF67F;
}
</style>