Shades of Tidal #EDF184
Tints of Tidal #EDF184
RGB
CMYK
RGB Variations
Color information
#EDF184 (or 0xEDF184) is known color: Tidal. HEX triplet: ED, F1 and 84. RGB value is (237,241,132). Sum of RGB (Red+Green+Blue) = 237+241+132=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF184 is #120E7B. Grayscale: #E3E3E3. Windows color (decimal): -1183356 or 8712685. OLE color: 8712685.
HSL color Cylindrical-coordinate representation of color #EDF184: hue angle of 62.2º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF184 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 132 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 62.2º | 0.8% | 0.73% | - |
| HSV(B) | 62.2º | 0.45% | 0.95% | - |
| XYZ | 70.55 | 82.58 | 34.05 | - |
| YUV | 227.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 132 | 0.02 | 0 | 0.45 | 0.05 | 62.2 | 0.8 | 0.73 |
| Hex | ED | F1 | 84 | 2 | 0 | 2D | 5 | 3E | 50 | 49 |
| Octal | 355 | 361 | 204 | 2 | 0 | 55 | 5 | 76 | 120 | 111 |
| Binary | 11101101 | 11110001 | 10000100 | 10 | 0 | 101101 | 101 | 111110 | 1010000 | 1001001 |
Color Harmonies of #EDF184
Complementary color
Monochromatic Colors of #EDF184
Black with #EDF184
Text Example
Text Example
White with #EDF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF184; }
p { color: rgb(237,241,132); }
H1.HeaderClassName
{
color: #EDF184;
}
.AnyTagClassName
{
color: #EDF184;
}
</style>
background-color css
<style>
a { background-color: #EDF184; }
a { background-color: rgb(237,241,132); }
div.DivClassName
{
background-color: #EDF184;
}
.BgClassName
{
background-color: #EDF184;
}
</style>
border-color css
<style>
span { border-color: #EDF184; }
span { border-color: rgb(237,241,132); }
td.TdClassName
{
border-color: #EDF184;
}
.TagClassName
{
border-color: #EDF184;
}
</style>