Shades of Tidal #E8F685
Tints of Tidal #E8F685
RGB
CMYK
RGB Variations
Color information
#E8F685 (or 0xE8F685) is known color: Tidal. HEX triplet: E8, F6 and 85. RGB value is (232,246,133). Sum of RGB (Red+Green+Blue) = 232+246+133=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #E8F685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F685 is #17097A. Grayscale: #E5E5E5. Windows color (decimal): -1509755 or 8779496. OLE color: 8779496.
HSL color Cylindrical-coordinate representation of color #E8F685: hue angle of 67.43º 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 #E8F685 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 246 | 133 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.04 |
| HSL | 67.43º | 0.86% | 0.74% | - |
| HSV(B) | 67.43º | 0.46% | 0.96% | - |
| XYZ | 70.47 | 84.76 | 34.84 | - |
| YUV | 228.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 246 | 133 | 0.06 | 0 | 0.46 | 0.04 | 67.43 | 0.86 | 0.74 |
| Hex | E8 | F6 | 85 | 6 | 0 | 2E | 4 | 43 | 56 | 4A |
| Octal | 350 | 366 | 205 | 6 | 0 | 56 | 4 | 103 | 126 | 112 |
| Binary | 11101000 | 11110110 | 10000101 | 110 | 0 | 101110 | 100 | 1000011 | 1010110 | 1001010 |
Color Harmonies of #E8F685
Complementary color
Monochromatic Colors of #E8F685
Black with #E8F685
Text Example
Text Example
White with #E8F685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F685; }
p { color: rgb(232,246,133); }
H1.HeaderClassName
{
color: #E8F685;
}
.AnyTagClassName
{
color: #E8F685;
}
</style>
background-color css
<style>
a { background-color: #E8F685; }
a { background-color: rgb(232,246,133); }
div.DivClassName
{
background-color: #E8F685;
}
.BgClassName
{
background-color: #E8F685;
}
</style>
border-color css
<style>
span { border-color: #E8F685; }
span { border-color: rgb(232,246,133); }
td.TdClassName
{
border-color: #E8F685;
}
.TagClassName
{
border-color: #E8F685;
}
</style>