Shades of Tidal #E7F185
Tints of Tidal #E7F185
RGB
CMYK
RGB Variations
Color information
#E7F185 (or 0xE7F185) is known color: Tidal. HEX triplet: E7, F1 and 85. RGB value is (231,241,133). Sum of RGB (Red+Green+Blue) = 231+241+133=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F185 is #180E7A. Grayscale: #E2E2E2. Windows color (decimal): -1576571 or 8778215. OLE color: 8778215.
HSL color Cylindrical-coordinate representation of color #E7F185: hue angle of 65.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7F185 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 241 | 133 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.05 |
| HSL | 65.56º | 0.79% | 0.73% | - |
| HSV(B) | 65.56º | 0.45% | 0.95% | - |
| XYZ | 68.64 | 81.59 | 34.32 | - |
| YUV | 225.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 241 | 133 | 0.04 | 0 | 0.45 | 0.05 | 65.56 | 0.79 | 0.73 |
| Hex | E7 | F1 | 85 | 4 | 0 | 2D | 5 | 42 | 4F | 49 |
| Octal | 347 | 361 | 205 | 4 | 0 | 55 | 5 | 102 | 117 | 111 |
| Binary | 11100111 | 11110001 | 10000101 | 100 | 0 | 101101 | 101 | 1000010 | 1001111 | 1001001 |
Color Harmonies of #E7F185
Complementary color
Monochromatic Colors of #E7F185
Black with #E7F185
Text Example
Text Example
White with #E7F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F185; }
p { color: rgb(231,241,133); }
H1.HeaderClassName
{
color: #E7F185;
}
.AnyTagClassName
{
color: #E7F185;
}
</style>
background-color css
<style>
a { background-color: #E7F185; }
a { background-color: rgb(231,241,133); }
div.DivClassName
{
background-color: #E7F185;
}
.BgClassName
{
background-color: #E7F185;
}
</style>
border-color css
<style>
span { border-color: #E7F185; }
span { border-color: rgb(231,241,133); }
td.TdClassName
{
border-color: #E7F185;
}
.TagClassName
{
border-color: #E7F185;
}
</style>