Shades of Tidal #EDF589
Tints of Tidal #EDF589
RGB
CMYK
RGB Variations
Color information
#EDF589 (or 0xEDF589) is known color: Tidal. HEX triplet: ED, F5 and 89. RGB value is (237,245,137). Sum of RGB (Red+Green+Blue) = 237+245+137=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 137 (53.91% from 255 or 22.13% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF589 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF589 is #120A76. Grayscale: #E6E6E6. Windows color (decimal): -1182327 or 9041389. OLE color: 9041389.
HSL color Cylindrical-coordinate representation of color #EDF589: hue angle of 64.44º degrees, saturation: 0.84, 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 #EDF589 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 137 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.04 |
| HSL | 64.44º | 0.84% | 0.75% | - |
| HSV(B) | 64.44º | 0.44% | 0.96% | - |
| XYZ | 72.09 | 85.12 | 36.3 | - |
| YUV | 230.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 137 | 0.03 | 0 | 0.44 | 0.04 | 64.44 | 0.84 | 0.75 |
| Hex | ED | F5 | 89 | 3 | 0 | 2C | 4 | 40 | 54 | 4B |
| Octal | 355 | 365 | 211 | 3 | 0 | 54 | 4 | 100 | 124 | 113 |
| Binary | 11101101 | 11110101 | 10001001 | 11 | 0 | 101100 | 100 | 1000000 | 1010100 | 1001011 |
Color Harmonies of #EDF589
Complementary color
Monochromatic Colors of #EDF589
Black with #EDF589
Text Example
Text Example
White with #EDF589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF589; }
p { color: rgb(237,245,137); }
H1.HeaderClassName
{
color: #EDF589;
}
.AnyTagClassName
{
color: #EDF589;
}
</style>
background-color css
<style>
a { background-color: #EDF589; }
a { background-color: rgb(237,245,137); }
div.DivClassName
{
background-color: #EDF589;
}
.BgClassName
{
background-color: #EDF589;
}
</style>
border-color css
<style>
span { border-color: #EDF589; }
span { border-color: rgb(237,245,137); }
td.TdClassName
{
border-color: #EDF589;
}
.TagClassName
{
border-color: #EDF589;
}
</style>