Shades of Tidal #EDF886
Tints of Tidal #EDF886
RGB
CMYK
RGB Variations
Color information
#EDF886 (or 0xEDF886) is known color: Tidal. HEX triplet: ED, F8 and 86. RGB value is (237,248,134). Sum of RGB (Red+Green+Blue) = 237+248+134=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF886 is #120779. Grayscale: #E8E8E8. Windows color (decimal): -1181562 or 8845549. OLE color: 8845549.
HSL color Cylindrical-coordinate representation of color #EDF886: hue angle of 65.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF886 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 134 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.03 |
| HSL | 65.79º | 0.89% | 0.75% | - |
| HSV(B) | 65.79º | 0.46% | 0.97% | - |
| XYZ | 72.8 | 86.86 | 35.48 | - |
| YUV | 231.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 134 | 0.04 | 0 | 0.46 | 0.03 | 65.79 | 0.89 | 0.75 |
| Hex | ED | F8 | 86 | 4 | 0 | 2E | 3 | 42 | 59 | 4B |
| Octal | 355 | 370 | 206 | 4 | 0 | 56 | 3 | 102 | 131 | 113 |
| Binary | 11101101 | 11111000 | 10000110 | 100 | 0 | 101110 | 11 | 1000010 | 1011001 | 1001011 |
Color Harmonies of #EDF886
Complementary color
Monochromatic Colors of #EDF886
Black with #EDF886
Text Example
Text Example
White with #EDF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF886; }
p { color: rgb(237,248,134); }
H1.HeaderClassName
{
color: #EDF886;
}
.AnyTagClassName
{
color: #EDF886;
}
</style>
background-color css
<style>
a { background-color: #EDF886; }
a { background-color: rgb(237,248,134); }
div.DivClassName
{
background-color: #EDF886;
}
.BgClassName
{
background-color: #EDF886;
}
</style>
border-color css
<style>
span { border-color: #EDF886; }
span { border-color: rgb(237,248,134); }
td.TdClassName
{
border-color: #EDF886;
}
.TagClassName
{
border-color: #EDF886;
}
</style>