Shades of Tidal #ECF382
Tints of Tidal #ECF382
RGB
CMYK
RGB Variations
Color information
#ECF382 (or 0xECF382) is known color: Tidal. HEX triplet: EC, F3 and 82. RGB value is (236,243,130). Sum of RGB (Red+Green+Blue) = 236+243+130=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF382 is #130C7D. Grayscale: #E4E4E4. Windows color (decimal): -1248382 or 8582124. OLE color: 8582124.
HSL color Cylindrical-coordinate representation of color #ECF382: hue angle of 63.72º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF382 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 130 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.05 |
| HSL | 63.72º | 0.82% | 0.73% | - |
| HSV(B) | 63.72º | 0.47% | 0.95% | - |
| XYZ | 70.67 | 83.55 | 33.52 | - |
| YUV | 228.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 130 | 0.03 | 0 | 0.47 | 0.05 | 63.72 | 0.82 | 0.73 |
| Hex | EC | F3 | 82 | 3 | 0 | 2F | 5 | 40 | 52 | 49 |
| Octal | 354 | 363 | 202 | 3 | 0 | 57 | 5 | 100 | 122 | 111 |
| Binary | 11101100 | 11110011 | 10000010 | 11 | 0 | 101111 | 101 | 1000000 | 1010010 | 1001001 |
Color Harmonies of #ECF382
Complementary color
Monochromatic Colors of #ECF382
Black with #ECF382
Text Example
Text Example
White with #ECF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF382; }
p { color: rgb(236,243,130); }
H1.HeaderClassName
{
color: #ECF382;
}
.AnyTagClassName
{
color: #ECF382;
}
</style>
background-color css
<style>
a { background-color: #ECF382; }
a { background-color: rgb(236,243,130); }
div.DivClassName
{
background-color: #ECF382;
}
.BgClassName
{
background-color: #ECF382;
}
</style>
border-color css
<style>
span { border-color: #ECF382; }
span { border-color: rgb(236,243,130); }
td.TdClassName
{
border-color: #ECF382;
}
.TagClassName
{
border-color: #ECF382;
}
</style>