Shades of Tidal #ECF18A
Tints of Tidal #ECF18A
RGB
CMYK
RGB Variations
Color information
#ECF18A (or 0xECF18A) is known color: Tidal. HEX triplet: EC, F1 and 8A. RGB value is (236,241,138). Sum of RGB (Red+Green+Blue) = 236+241+138=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF18A is #130E75. Grayscale: #E4E4E4. Windows color (decimal): -1248886 or 9105900. OLE color: 9105900.
HSL color Cylindrical-coordinate representation of color #ECF18A: hue angle of 62.91º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECF18A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 138 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 62.91º | 0.79% | 0.74% | - |
| HSV(B) | 62.91º | 0.43% | 0.95% | - |
| XYZ | 70.63 | 82.58 | 36.26 | - |
| YUV | 227.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 138 | 0.02 | 0 | 0.43 | 0.05 | 62.91 | 0.79 | 0.74 |
| Hex | EC | F1 | 8A | 2 | 0 | 2B | 5 | 3F | 4F | 4A |
| Octal | 354 | 361 | 212 | 2 | 0 | 53 | 5 | 77 | 117 | 112 |
| Binary | 11101100 | 11110001 | 10001010 | 10 | 0 | 101011 | 101 | 111111 | 1001111 | 1001010 |
Color Harmonies of #ECF18A
Complementary color
Monochromatic Colors of #ECF18A
Black with #ECF18A
Text Example
Text Example
White with #ECF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF18A; }
p { color: rgb(236,241,138); }
H1.HeaderClassName
{
color: #ECF18A;
}
.AnyTagClassName
{
color: #ECF18A;
}
</style>
background-color css
<style>
a { background-color: #ECF18A; }
a { background-color: rgb(236,241,138); }
div.DivClassName
{
background-color: #ECF18A;
}
.BgClassName
{
background-color: #ECF18A;
}
</style>
border-color css
<style>
span { border-color: #ECF18A; }
span { border-color: rgb(236,241,138); }
td.TdClassName
{
border-color: #ECF18A;
}
.TagClassName
{
border-color: #ECF18A;
}
</style>