Shades of Tidal #E1FB8A
Tints of Tidal #E1FB8A
RGB
CMYK
RGB Variations
Color information
#E1FB8A (or 0xE1FB8A) is known color: Tidal. HEX triplet: E1, FB and 8A. RGB value is (225,251,138). Sum of RGB (Red+Green+Blue) = 225+251+138=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FB8A is #1E0475. Grayscale: #E6E6E6. Windows color (decimal): -1967222 or 9108449. OLE color: 9108449.
HSL color Cylindrical-coordinate representation of color #E1FB8A: hue angle of 73.81º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1FB8A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 251 | 138 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.02 |
| HSL | 73.81º | 0.93% | 0.76% | - |
| HSV(B) | 73.81º | 0.45% | 0.98% | - |
| XYZ | 70.14 | 86.84 | 37.11 | - |
| YUV | 230.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 251 | 138 | 0.10 | 0 | 0.45 | 0.02 | 73.81 | 0.93 | 0.76 |
| Hex | E1 | FB | 8A | A | 0 | 2D | 2 | 4A | 5D | 4C |
| Octal | 341 | 373 | 212 | 12 | 0 | 55 | 2 | 112 | 135 | 114 |
| Binary | 11100001 | 11111011 | 10001010 | 1010 | 0 | 101101 | 10 | 1001010 | 1011101 | 1001100 |
Color Harmonies of #E1FB8A
Complementary color
Monochromatic Colors of #E1FB8A
Black with #E1FB8A
Text Example
Text Example
White with #E1FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FB8A; }
p { color: rgb(225,251,138); }
H1.HeaderClassName
{
color: #E1FB8A;
}
.AnyTagClassName
{
color: #E1FB8A;
}
</style>
background-color css
<style>
a { background-color: #E1FB8A; }
a { background-color: rgb(225,251,138); }
div.DivClassName
{
background-color: #E1FB8A;
}
.BgClassName
{
background-color: #E1FB8A;
}
</style>
border-color css
<style>
span { border-color: #E1FB8A; }
span { border-color: rgb(225,251,138); }
td.TdClassName
{
border-color: #E1FB8A;
}
.TagClassName
{
border-color: #E1FB8A;
}
</style>