Shades of Tidal #EDF584
Tints of Tidal #EDF584
RGB
CMYK
RGB Variations
Color information
#EDF584 (or 0xEDF584) is known color: Tidal. HEX triplet: ED, F5 and 84. RGB value is (237,245,132). Sum of RGB (Red+Green+Blue) = 237+245+132=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF584 is #120A7B. Grayscale: #E6E6E6. Windows color (decimal): -1182332 or 8713709. OLE color: 8713709.
HSL color Cylindrical-coordinate representation of color #EDF584: hue angle of 64.25º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF584 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 132 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.04 |
| HSL | 64.25º | 0.85% | 0.74% | - |
| HSV(B) | 64.25º | 0.46% | 0.96% | - |
| XYZ | 71.74 | 84.98 | 34.45 | - |
| YUV | 229.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 132 | 0.03 | 0 | 0.46 | 0.04 | 64.25 | 0.85 | 0.74 |
| Hex | ED | F5 | 84 | 3 | 0 | 2E | 4 | 40 | 55 | 4A |
| Octal | 355 | 365 | 204 | 3 | 0 | 56 | 4 | 100 | 125 | 112 |
| Binary | 11101101 | 11110101 | 10000100 | 11 | 0 | 101110 | 100 | 1000000 | 1010101 | 1001010 |
Color Harmonies of #EDF584
Complementary color
Monochromatic Colors of #EDF584
Black with #EDF584
Text Example
Text Example
White with #EDF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF584; }
p { color: rgb(237,245,132); }
H1.HeaderClassName
{
color: #EDF584;
}
.AnyTagClassName
{
color: #EDF584;
}
</style>
background-color css
<style>
a { background-color: #EDF584; }
a { background-color: rgb(237,245,132); }
div.DivClassName
{
background-color: #EDF584;
}
.BgClassName
{
background-color: #EDF584;
}
</style>
border-color css
<style>
span { border-color: #EDF584; }
span { border-color: rgb(237,245,132); }
td.TdClassName
{
border-color: #EDF584;
}
.TagClassName
{
border-color: #EDF584;
}
</style>