Shades of Tidal #E1F58A
Tints of Tidal #E1F58A
RGB
CMYK
RGB Variations
Color information
#E1F58A (or 0xE1F58A) is known color: Tidal. HEX triplet: E1, F5 and 8A. RGB value is (225,245,138). Sum of RGB (Red+Green+Blue) = 225+245+138=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F58A is #1E0A75. Grayscale: #E3E3E3. Windows color (decimal): -1968758 or 9106913. OLE color: 9106913.
HSL color Cylindrical-coordinate representation of color #E1F58A: hue angle of 71.21º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1F58A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 138 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.04 |
| HSL | 71.21º | 0.84% | 0.75% | - |
| HSV(B) | 71.21º | 0.44% | 0.96% | - |
| XYZ | 68.29 | 83.15 | 36.49 | - |
| YUV | 226.82 | 77.87 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 138 | 0.08 | 0 | 0.44 | 0.04 | 71.21 | 0.84 | 0.75 |
| Hex | E1 | F5 | 8A | 8 | 0 | 2C | 4 | 47 | 54 | 4B |
| Octal | 341 | 365 | 212 | 10 | 0 | 54 | 4 | 107 | 124 | 113 |
| Binary | 11100001 | 11110101 | 10001010 | 1000 | 0 | 101100 | 100 | 1000111 | 1010100 | 1001011 |
Color Harmonies of #E1F58A
Complementary color
Monochromatic Colors of #E1F58A
Black with #E1F58A
Text Example
Text Example
White with #E1F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F58A; }
p { color: rgb(225,245,138); }
H1.HeaderClassName
{
color: #E1F58A;
}
.AnyTagClassName
{
color: #E1F58A;
}
</style>
background-color css
<style>
a { background-color: #E1F58A; }
a { background-color: rgb(225,245,138); }
div.DivClassName
{
background-color: #E1F58A;
}
.BgClassName
{
background-color: #E1F58A;
}
</style>
border-color css
<style>
span { border-color: #E1F58A; }
span { border-color: rgb(225,245,138); }
td.TdClassName
{
border-color: #E1F58A;
}
.TagClassName
{
border-color: #E1F58A;
}
</style>