Shades of Tidal #ECF28B
Tints of Tidal #ECF28B
RGB
CMYK
RGB Variations
Color information
#ECF28B (or 0xECF28B) is known color: Tidal. HEX triplet: EC, F2 and 8B. RGB value is (236,242,139). Sum of RGB (Red+Green+Blue) = 236+242+139=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF28B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF28B is #130D74. Grayscale: #E4E4E4. Windows color (decimal): -1248629 or 9171692. OLE color: 9171692.
HSL color Cylindrical-coordinate representation of color #ECF28B: hue angle of 63.5º 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 #ECF28B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 139 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 63.5º | 0.8% | 0.75% | - |
| HSV(B) | 63.5º | 0.43% | 0.95% | - |
| XYZ | 71 | 83.2 | 36.74 | - |
| YUV | 228.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 139 | 0.02 | 0 | 0.43 | 0.05 | 63.5 | 0.8 | 0.75 |
| Hex | EC | F2 | 8B | 2 | 0 | 2B | 5 | 3F | 50 | 4B |
| Octal | 354 | 362 | 213 | 2 | 0 | 53 | 5 | 77 | 120 | 113 |
| Binary | 11101100 | 11110010 | 10001011 | 10 | 0 | 101011 | 101 | 111111 | 1010000 | 1001011 |
Color Harmonies of #ECF28B
Complementary color
Monochromatic Colors of #ECF28B
Black with #ECF28B
Text Example
Text Example
White with #ECF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF28B; }
p { color: rgb(236,242,139); }
H1.HeaderClassName
{
color: #ECF28B;
}
.AnyTagClassName
{
color: #ECF28B;
}
</style>
background-color css
<style>
a { background-color: #ECF28B; }
a { background-color: rgb(236,242,139); }
div.DivClassName
{
background-color: #ECF28B;
}
.BgClassName
{
background-color: #ECF28B;
}
</style>
border-color css
<style>
span { border-color: #ECF28B; }
span { border-color: rgb(236,242,139); }
td.TdClassName
{
border-color: #ECF28B;
}
.TagClassName
{
border-color: #ECF28B;
}
</style>