Shades of Tidal #EDF487
Tints of Tidal #EDF487
RGB
CMYK
RGB Variations
Color information
#EDF487 (or 0xEDF487) is known color: Tidal. HEX triplet: ED, F4 and 87. RGB value is (237,244,135). Sum of RGB (Red+Green+Blue) = 237+244+135=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF487 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF487 is #120B78. Grayscale: #E5E5E5. Windows color (decimal): -1182585 or 8910061. OLE color: 8910061.
HSL color Cylindrical-coordinate representation of color #EDF487: hue angle of 63.85º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF487 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 135 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.04 |
| HSL | 63.85º | 0.83% | 0.74% | - |
| HSV(B) | 63.85º | 0.45% | 0.96% | - |
| XYZ | 71.65 | 84.46 | 35.45 | - |
| YUV | 229.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 135 | 0.03 | 0 | 0.45 | 0.04 | 63.85 | 0.83 | 0.74 |
| Hex | ED | F4 | 87 | 3 | 0 | 2D | 4 | 40 | 53 | 4A |
| Octal | 355 | 364 | 207 | 3 | 0 | 55 | 4 | 100 | 123 | 112 |
| Binary | 11101101 | 11110100 | 10000111 | 11 | 0 | 101101 | 100 | 1000000 | 1010011 | 1001010 |
Color Harmonies of #EDF487
Complementary color
Monochromatic Colors of #EDF487
Black with #EDF487
Text Example
Text Example
White with #EDF487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF487; }
p { color: rgb(237,244,135); }
H1.HeaderClassName
{
color: #EDF487;
}
.AnyTagClassName
{
color: #EDF487;
}
</style>
background-color css
<style>
a { background-color: #EDF487; }
a { background-color: rgb(237,244,135); }
div.DivClassName
{
background-color: #EDF487;
}
.BgClassName
{
background-color: #EDF487;
}
</style>
border-color css
<style>
span { border-color: #EDF487; }
span { border-color: rgb(237,244,135); }
td.TdClassName
{
border-color: #EDF487;
}
.TagClassName
{
border-color: #EDF487;
}
</style>