Shades of Tidal #ECF28A
Tints of Tidal #ECF28A
RGB
CMYK
RGB Variations
Color information
#ECF28A (or 0xECF28A) is known color: Tidal. HEX triplet: EC, F2 and 8A. RGB value is (236,242,138). Sum of RGB (Red+Green+Blue) = 236+242+138=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF28A is #130D75. Grayscale: #E4E4E4. Windows color (decimal): -1248630 or 9106156. OLE color: 9106156.
HSL color Cylindrical-coordinate representation of color #ECF28A: hue angle of 63.46º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECF28A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 138 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 63.46º | 0.8% | 0.75% | - |
| HSV(B) | 63.46º | 0.43% | 0.95% | - |
| XYZ | 70.93 | 83.17 | 36.36 | - |
| YUV | 228.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 138 | 0.02 | 0 | 0.43 | 0.05 | 63.46 | 0.8 | 0.75 |
| Hex | EC | F2 | 8A | 2 | 0 | 2B | 5 | 3F | 50 | 4B |
| Octal | 354 | 362 | 212 | 2 | 0 | 53 | 5 | 77 | 120 | 113 |
| Binary | 11101100 | 11110010 | 10001010 | 10 | 0 | 101011 | 101 | 111111 | 1010000 | 1001011 |
Color Harmonies of #ECF28A
Complementary color
Monochromatic Colors of #ECF28A
Black with #ECF28A
Text Example
Text Example
White with #ECF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF28A; }
p { color: rgb(236,242,138); }
H1.HeaderClassName
{
color: #ECF28A;
}
.AnyTagClassName
{
color: #ECF28A;
}
</style>
background-color css
<style>
a { background-color: #ECF28A; }
a { background-color: rgb(236,242,138); }
div.DivClassName
{
background-color: #ECF28A;
}
.BgClassName
{
background-color: #ECF28A;
}
</style>
border-color css
<style>
span { border-color: #ECF28A; }
span { border-color: rgb(236,242,138); }
td.TdClassName
{
border-color: #ECF28A;
}
.TagClassName
{
border-color: #ECF28A;
}
</style>