Shades of Tidal #E1F98B
Tints of Tidal #E1F98B
RGB
CMYK
RGB Variations
Color information
#E1F98B (or 0xE1F98B) is known color: Tidal. HEX triplet: E1, F9 and 8B. RGB value is (225,249,139). Sum of RGB (Red+Green+Blue) = 225+249+139=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F98B is #1E0674. Grayscale: #E5E5E5. Windows color (decimal): -1967733 or 9173473. OLE color: 9173473.
HSL color Cylindrical-coordinate representation of color #E1F98B: hue angle of 73.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1F98B is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 249 | 139 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.02 |
| HSL | 73.09º | 0.9% | 0.76% | - |
| HSV(B) | 73.09º | 0.44% | 0.98% | - |
| XYZ | 69.59 | 85.62 | 37.29 | - |
| YUV | 229.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 249 | 139 | 0.10 | 0 | 0.44 | 0.02 | 73.09 | 0.9 | 0.76 |
| Hex | E1 | F9 | 8B | A | 0 | 2C | 2 | 49 | 5A | 4C |
| Octal | 341 | 371 | 213 | 12 | 0 | 54 | 2 | 111 | 132 | 114 |
| Binary | 11100001 | 11111001 | 10001011 | 1010 | 0 | 101100 | 10 | 1001001 | 1011010 | 1001100 |
Color Harmonies of #E1F98B
Complementary color
Monochromatic Colors of #E1F98B
Black with #E1F98B
Text Example
Text Example
White with #E1F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F98B; }
p { color: rgb(225,249,139); }
H1.HeaderClassName
{
color: #E1F98B;
}
.AnyTagClassName
{
color: #E1F98B;
}
</style>
background-color css
<style>
a { background-color: #E1F98B; }
a { background-color: rgb(225,249,139); }
div.DivClassName
{
background-color: #E1F98B;
}
.BgClassName
{
background-color: #E1F98B;
}
</style>
border-color css
<style>
span { border-color: #E1F98B; }
span { border-color: rgb(225,249,139); }
td.TdClassName
{
border-color: #E1F98B;
}
.TagClassName
{
border-color: #E1F98B;
}
</style>