Shades of Tidal #EDF986
Tints of Tidal #EDF986
RGB
CMYK
RGB Variations
Color information
#EDF986 (or 0xEDF986) is known color: Tidal. HEX triplet: ED, F9 and 86. RGB value is (237,249,134). Sum of RGB (Red+Green+Blue) = 237+249+134=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 134 (52.73% from 255 or 21.61% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF986 is #120679. Grayscale: #E8E8E8. Windows color (decimal): -1181306 or 8845805. OLE color: 8845805.
HSL color Cylindrical-coordinate representation of color #EDF986: hue angle of 66.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF986 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 134 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.02 |
| HSL | 66.26º | 0.91% | 0.75% | - |
| HSV(B) | 66.26º | 0.46% | 0.98% | - |
| XYZ | 73.1 | 87.48 | 35.59 | - |
| YUV | 232.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 134 | 0.05 | 0 | 0.46 | 0.02 | 66.26 | 0.91 | 0.75 |
| Hex | ED | F9 | 86 | 5 | 0 | 2E | 2 | 42 | 5B | 4B |
| Octal | 355 | 371 | 206 | 5 | 0 | 56 | 2 | 102 | 133 | 113 |
| Binary | 11101101 | 11111001 | 10000110 | 101 | 0 | 101110 | 10 | 1000010 | 1011011 | 1001011 |
Color Harmonies of #EDF986
Complementary color
Monochromatic Colors of #EDF986
Black with #EDF986
Text Example
Text Example
White with #EDF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF986; }
p { color: rgb(237,249,134); }
H1.HeaderClassName
{
color: #EDF986;
}
.AnyTagClassName
{
color: #EDF986;
}
</style>
background-color css
<style>
a { background-color: #EDF986; }
a { background-color: rgb(237,249,134); }
div.DivClassName
{
background-color: #EDF986;
}
.BgClassName
{
background-color: #EDF986;
}
</style>
border-color css
<style>
span { border-color: #EDF986; }
span { border-color: rgb(237,249,134); }
td.TdClassName
{
border-color: #EDF986;
}
.TagClassName
{
border-color: #EDF986;
}
</style>