Shades of Tidal #ECF68A
Tints of Tidal #ECF68A
RGB
CMYK
RGB Variations
Color information
#ECF68A (or 0xECF68A) is known color: Tidal. HEX triplet: EC, F6 and 8A. RGB value is (236,246,138). Sum of RGB (Red+Green+Blue) = 236+246+138=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF68A is #130975. Grayscale: #E7E7E7. Windows color (decimal): -1247606 or 9107180. OLE color: 9107180.
HSL color Cylindrical-coordinate representation of color #ECF68A: hue angle of 65.56º degrees, saturation: 0.86, 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 #ECF68A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 138 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.04 |
| HSL | 65.56º | 0.86% | 0.75% | - |
| HSV(B) | 65.56º | 0.44% | 0.96% | - |
| XYZ | 72.14 | 85.58 | 36.76 | - |
| YUV | 230.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 138 | 0.04 | 0 | 0.44 | 0.04 | 65.56 | 0.86 | 0.75 |
| Hex | EC | F6 | 8A | 4 | 0 | 2C | 4 | 42 | 56 | 4B |
| Octal | 354 | 366 | 212 | 4 | 0 | 54 | 4 | 102 | 126 | 113 |
| Binary | 11101100 | 11110110 | 10001010 | 100 | 0 | 101100 | 100 | 1000010 | 1010110 | 1001011 |
Color Harmonies of #ECF68A
Complementary color
Monochromatic Colors of #ECF68A
Black with #ECF68A
Text Example
Text Example
White with #ECF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF68A; }
p { color: rgb(236,246,138); }
H1.HeaderClassName
{
color: #ECF68A;
}
.AnyTagClassName
{
color: #ECF68A;
}
</style>
background-color css
<style>
a { background-color: #ECF68A; }
a { background-color: rgb(236,246,138); }
div.DivClassName
{
background-color: #ECF68A;
}
.BgClassName
{
background-color: #ECF68A;
}
</style>
border-color css
<style>
span { border-color: #ECF68A; }
span { border-color: rgb(236,246,138); }
td.TdClassName
{
border-color: #ECF68A;
}
.TagClassName
{
border-color: #ECF68A;
}
</style>