Shades of Tidal #E8FA91
Tints of Tidal #E8FA91
RGB
CMYK
RGB Variations
Color information
#E8FA91 (or 0xE8FA91) is known color: Tidal. HEX triplet: E8, FA and 91. RGB value is (232,250,145). Sum of RGB (Red+Green+Blue) = 232+250+145=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 145 (57.03% from 255 or 23.13% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FA91 is #17056E. Grayscale: #E9E9E9. Windows color (decimal): -1508719 or 9566952. OLE color: 9566952.
HSL color Cylindrical-coordinate representation of color #E8FA91: hue angle of 70.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8FA91 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 145 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.02 |
| HSL | 70.29º | 0.91% | 0.77% | - |
| HSV(B) | 70.29º | 0.42% | 0.98% | - |
| XYZ | 72.58 | 87.57 | 39.87 | - |
| YUV | 232.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 145 | 0.07 | 0 | 0.42 | 0.02 | 70.29 | 0.91 | 0.77 |
| Hex | E8 | FA | 91 | 7 | 0 | 2A | 2 | 46 | 5B | 4D |
| Octal | 350 | 372 | 221 | 7 | 0 | 52 | 2 | 106 | 133 | 115 |
| Binary | 11101000 | 11111010 | 10010001 | 111 | 0 | 101010 | 10 | 1000110 | 1011011 | 1001101 |
Color Harmonies of #E8FA91
Complementary color
Monochromatic Colors of #E8FA91
Black with #E8FA91
Text Example
Text Example
White with #E8FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA91; }
p { color: rgb(232,250,145); }
H1.HeaderClassName
{
color: #E8FA91;
}
.AnyTagClassName
{
color: #E8FA91;
}
</style>
background-color css
<style>
a { background-color: #E8FA91; }
a { background-color: rgb(232,250,145); }
div.DivClassName
{
background-color: #E8FA91;
}
.BgClassName
{
background-color: #E8FA91;
}
</style>
border-color css
<style>
span { border-color: #E8FA91; }
span { border-color: rgb(232,250,145); }
td.TdClassName
{
border-color: #E8FA91;
}
.TagClassName
{
border-color: #E8FA91;
}
</style>