Shades of Tidal #E7F685
Tints of Tidal #E7F685
RGB
CMYK
RGB Variations
Color information
#E7F685 (or 0xE7F685) is known color: Tidal. HEX triplet: E7, F6 and 85. RGB value is (231,246,133). Sum of RGB (Red+Green+Blue) = 231+246+133=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #E7F685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F685 is #18097A. Grayscale: #E5E5E5. Windows color (decimal): -1575291 or 8779495. OLE color: 8779495.
HSL color Cylindrical-coordinate representation of color #E7F685: hue angle of 67.96º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7F685 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 246 | 133 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.04 |
| HSL | 67.96º | 0.86% | 0.74% | - |
| HSV(B) | 67.96º | 0.46% | 0.96% | - |
| XYZ | 70.14 | 84.59 | 34.82 | - |
| YUV | 228.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 246 | 133 | 0.06 | 0 | 0.46 | 0.04 | 67.96 | 0.86 | 0.74 |
| Hex | E7 | F6 | 85 | 6 | 0 | 2E | 4 | 44 | 56 | 4A |
| Octal | 347 | 366 | 205 | 6 | 0 | 56 | 4 | 104 | 126 | 112 |
| Binary | 11100111 | 11110110 | 10000101 | 110 | 0 | 101110 | 100 | 1000100 | 1010110 | 1001010 |
Color Harmonies of #E7F685
Complementary color
Monochromatic Colors of #E7F685
Black with #E7F685
Text Example
Text Example
White with #E7F685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F685; }
p { color: rgb(231,246,133); }
H1.HeaderClassName
{
color: #E7F685;
}
.AnyTagClassName
{
color: #E7F685;
}
</style>
background-color css
<style>
a { background-color: #E7F685; }
a { background-color: rgb(231,246,133); }
div.DivClassName
{
background-color: #E7F685;
}
.BgClassName
{
background-color: #E7F685;
}
</style>
border-color css
<style>
span { border-color: #E7F685; }
span { border-color: rgb(231,246,133); }
td.TdClassName
{
border-color: #E7F685;
}
.TagClassName
{
border-color: #E7F685;
}
</style>