Shades of Tidal #EDF189
Tints of Tidal #EDF189
RGB
CMYK
RGB Variations
Color information
#EDF189 (or 0xEDF189) is known color: Tidal. HEX triplet: ED, F1 and 89. RGB value is (237,241,137). Sum of RGB (Red+Green+Blue) = 237+241+137=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 137 (53.91% from 255 or 22.28% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF189 is #120E76. Grayscale: #E4E4E4. Windows color (decimal): -1183351 or 9040365. OLE color: 9040365.
HSL color Cylindrical-coordinate representation of color #EDF189: hue angle of 62.31º degrees, saturation: 0.79, 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 #EDF189 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 137 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 62.31º | 0.79% | 0.74% | - |
| HSV(B) | 62.31º | 0.43% | 0.95% | - |
| XYZ | 70.9 | 82.72 | 35.9 | - |
| YUV | 227.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 137 | 0.02 | 0 | 0.43 | 0.05 | 62.31 | 0.79 | 0.74 |
| Hex | ED | F1 | 89 | 2 | 0 | 2B | 5 | 3E | 4F | 4A |
| Octal | 355 | 361 | 211 | 2 | 0 | 53 | 5 | 76 | 117 | 112 |
| Binary | 11101101 | 11110001 | 10001001 | 10 | 0 | 101011 | 101 | 111110 | 1001111 | 1001010 |
Color Harmonies of #EDF189
Complementary color
Monochromatic Colors of #EDF189
Black with #EDF189
Text Example
Text Example
White with #EDF189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF189; }
p { color: rgb(237,241,137); }
H1.HeaderClassName
{
color: #EDF189;
}
.AnyTagClassName
{
color: #EDF189;
}
</style>
background-color css
<style>
a { background-color: #EDF189; }
a { background-color: rgb(237,241,137); }
div.DivClassName
{
background-color: #EDF189;
}
.BgClassName
{
background-color: #EDF189;
}
</style>
border-color css
<style>
span { border-color: #EDF189; }
span { border-color: rgb(237,241,137); }
td.TdClassName
{
border-color: #EDF189;
}
.TagClassName
{
border-color: #EDF189;
}
</style>