Shades of Tidal #EDF689
Tints of Tidal #EDF689
RGB
CMYK
RGB Variations
Color information
#EDF689 (or 0xEDF689) is known color: Tidal. HEX triplet: ED, F6 and 89. RGB value is (237,246,137). Sum of RGB (Red+Green+Blue) = 237+246+137=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 137 (53.91% from 255 or 22.10% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF689 is #120976. Grayscale: #E7E7E7. Windows color (decimal): -1182071 or 9041645. OLE color: 9041645.
HSL color Cylindrical-coordinate representation of color #EDF689: hue angle of 64.95º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF689 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 137 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.04 |
| HSL | 64.95º | 0.86% | 0.75% | - |
| HSV(B) | 64.95º | 0.44% | 0.96% | - |
| XYZ | 72.4 | 85.72 | 36.4 | - |
| YUV | 230.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 137 | 0.04 | 0 | 0.44 | 0.04 | 64.95 | 0.86 | 0.75 |
| Hex | ED | F6 | 89 | 4 | 0 | 2C | 4 | 41 | 56 | 4B |
| Octal | 355 | 366 | 211 | 4 | 0 | 54 | 4 | 101 | 126 | 113 |
| Binary | 11101101 | 11110110 | 10001001 | 100 | 0 | 101100 | 100 | 1000001 | 1010110 | 1001011 |
Color Harmonies of #EDF689
Complementary color
Monochromatic Colors of #EDF689
Black with #EDF689
Text Example
Text Example
White with #EDF689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF689; }
p { color: rgb(237,246,137); }
H1.HeaderClassName
{
color: #EDF689;
}
.AnyTagClassName
{
color: #EDF689;
}
</style>
background-color css
<style>
a { background-color: #EDF689; }
a { background-color: rgb(237,246,137); }
div.DivClassName
{
background-color: #EDF689;
}
.BgClassName
{
background-color: #EDF689;
}
</style>
border-color css
<style>
span { border-color: #EDF689; }
span { border-color: rgb(237,246,137); }
td.TdClassName
{
border-color: #EDF689;
}
.TagClassName
{
border-color: #EDF689;
}
</style>