Shades of Tidal #E1F586
Tints of Tidal #E1F586
RGB
CMYK
RGB Variations
Color information
#E1F586 (or 0xE1F586) is known color: Tidal. HEX triplet: E1, F5 and 86. RGB value is (225,245,134). Sum of RGB (Red+Green+Blue) = 225+245+134=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F586 is #1E0A79. Grayscale: #E2E2E2. Windows color (decimal): -1968762 or 8844769. OLE color: 8844769.
HSL color Cylindrical-coordinate representation of color #E1F586: hue angle of 70.81º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1F586 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 134 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.04 |
| HSL | 70.81º | 0.85% | 0.74% | - |
| HSV(B) | 70.81º | 0.45% | 0.96% | - |
| XYZ | 68.01 | 83.03 | 35 | - |
| YUV | 226.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 134 | 0.08 | 0 | 0.45 | 0.04 | 70.81 | 0.85 | 0.74 |
| Hex | E1 | F5 | 86 | 8 | 0 | 2D | 4 | 47 | 55 | 4A |
| Octal | 341 | 365 | 206 | 10 | 0 | 55 | 4 | 107 | 125 | 112 |
| Binary | 11100001 | 11110101 | 10000110 | 1000 | 0 | 101101 | 100 | 1000111 | 1010101 | 1001010 |
Color Harmonies of #E1F586
Complementary color
Monochromatic Colors of #E1F586
Black with #E1F586
Text Example
Text Example
White with #E1F586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F586; }
p { color: rgb(225,245,134); }
H1.HeaderClassName
{
color: #E1F586;
}
.AnyTagClassName
{
color: #E1F586;
}
</style>
background-color css
<style>
a { background-color: #E1F586; }
a { background-color: rgb(225,245,134); }
div.DivClassName
{
background-color: #E1F586;
}
.BgClassName
{
background-color: #E1F586;
}
</style>
border-color css
<style>
span { border-color: #E1F586; }
span { border-color: rgb(225,245,134); }
td.TdClassName
{
border-color: #E1F586;
}
.TagClassName
{
border-color: #E1F586;
}
</style>