Shades of Tidal #E8FA90
Tints of Tidal #E8FA90
RGB
CMYK
RGB Variations
Color information
#E8FA90 (or 0xE8FA90) is known color: Tidal. HEX triplet: E8, FA and 90. RGB value is (232,250,144). Sum of RGB (Red+Green+Blue) = 232+250+144=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FA90 is #17056F. Grayscale: #E8E8E8. Windows color (decimal): -1508720 or 9501416. OLE color: 9501416.
HSL color Cylindrical-coordinate representation of color #E8FA90: hue angle of 70.19º 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 #E8FA90 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 144 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.02 |
| HSL | 70.19º | 0.91% | 0.77% | - |
| HSV(B) | 70.19º | 0.42% | 0.98% | - |
| XYZ | 72.5 | 87.54 | 39.46 | - |
| YUV | 232.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 144 | 0.07 | 0 | 0.42 | 0.02 | 70.19 | 0.91 | 0.77 |
| Hex | E8 | FA | 90 | 7 | 0 | 2A | 2 | 46 | 5B | 4D |
| Octal | 350 | 372 | 220 | 7 | 0 | 52 | 2 | 106 | 133 | 115 |
| Binary | 11101000 | 11111010 | 10010000 | 111 | 0 | 101010 | 10 | 1000110 | 1011011 | 1001101 |
Color Harmonies of #E8FA90
Complementary color
Monochromatic Colors of #E8FA90
Black with #E8FA90
Text Example
Text Example
White with #E8FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA90; }
p { color: rgb(232,250,144); }
H1.HeaderClassName
{
color: #E8FA90;
}
.AnyTagClassName
{
color: #E8FA90;
}
</style>
background-color css
<style>
a { background-color: #E8FA90; }
a { background-color: rgb(232,250,144); }
div.DivClassName
{
background-color: #E8FA90;
}
.BgClassName
{
background-color: #E8FA90;
}
</style>
border-color css
<style>
span { border-color: #E8FA90; }
span { border-color: rgb(232,250,144); }
td.TdClassName
{
border-color: #E8FA90;
}
.TagClassName
{
border-color: #E8FA90;
}
</style>