Shades of Tidal #EDF289
Tints of Tidal #EDF289
RGB
CMYK
RGB Variations
Color information
#EDF289 (or 0xEDF289) is known color: Tidal. HEX triplet: ED, F2 and 89. RGB value is (237,242,137). Sum of RGB (Red+Green+Blue) = 237+242+137=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 137 (53.91% from 255 or 22.24% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF289 is #120D76. Grayscale: #E4E4E4. Windows color (decimal): -1183095 or 9040621. OLE color: 9040621.
HSL color Cylindrical-coordinate representation of color #EDF289: hue angle of 62.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF289 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 137 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 62.86º | 0.8% | 0.74% | - |
| HSV(B) | 62.86º | 0.43% | 0.95% | - |
| XYZ | 71.19 | 83.31 | 36 | - |
| YUV | 228.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 137 | 0.02 | 0 | 0.43 | 0.05 | 62.86 | 0.8 | 0.74 |
| Hex | ED | F2 | 89 | 2 | 0 | 2B | 5 | 3F | 50 | 4A |
| Octal | 355 | 362 | 211 | 2 | 0 | 53 | 5 | 77 | 120 | 112 |
| Binary | 11101101 | 11110010 | 10001001 | 10 | 0 | 101011 | 101 | 111111 | 1010000 | 1001010 |
Color Harmonies of #EDF289
Complementary color
Monochromatic Colors of #EDF289
Black with #EDF289
Text Example
Text Example
White with #EDF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF289; }
p { color: rgb(237,242,137); }
H1.HeaderClassName
{
color: #EDF289;
}
.AnyTagClassName
{
color: #EDF289;
}
</style>
background-color css
<style>
a { background-color: #EDF289; }
a { background-color: rgb(237,242,137); }
div.DivClassName
{
background-color: #EDF289;
}
.BgClassName
{
background-color: #EDF289;
}
</style>
border-color css
<style>
span { border-color: #EDF289; }
span { border-color: rgb(237,242,137); }
td.TdClassName
{
border-color: #EDF289;
}
.TagClassName
{
border-color: #EDF289;
}
</style>