Shades of Tidal #EDF691
Tints of Tidal #EDF691
RGB
CMYK
RGB Variations
Color information
#EDF691 (or 0xEDF691) is known color: Tidal. HEX triplet: ED, F6 and 91. RGB value is (237,246,145). Sum of RGB (Red+Green+Blue) = 237+246+145=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 145 (57.03% from 255 or 23.09% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF691 is #12096E. Grayscale: #E8E8E8. Windows color (decimal): -1182063 or 9565933. OLE color: 9565933.
HSL color Cylindrical-coordinate representation of color #EDF691: hue angle of 65.35º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF691 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 145 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.04 |
| HSL | 65.35º | 0.85% | 0.77% | - |
| HSV(B) | 65.35º | 0.41% | 0.96% | - |
| XYZ | 72.99 | 85.96 | 39.53 | - |
| YUV | 231.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 145 | 0.04 | 0 | 0.41 | 0.04 | 65.35 | 0.85 | 0.77 |
| Hex | ED | F6 | 91 | 4 | 0 | 29 | 4 | 41 | 55 | 4D |
| Octal | 355 | 366 | 221 | 4 | 0 | 51 | 4 | 101 | 125 | 115 |
| Binary | 11101101 | 11110110 | 10010001 | 100 | 0 | 101001 | 100 | 1000001 | 1010101 | 1001101 |
Color Harmonies of #EDF691
Complementary color
Monochromatic Colors of #EDF691
Black with #EDF691
Text Example
Text Example
White with #EDF691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF691; }
p { color: rgb(237,246,145); }
H1.HeaderClassName
{
color: #EDF691;
}
.AnyTagClassName
{
color: #EDF691;
}
</style>
background-color css
<style>
a { background-color: #EDF691; }
a { background-color: rgb(237,246,145); }
div.DivClassName
{
background-color: #EDF691;
}
.BgClassName
{
background-color: #EDF691;
}
</style>
border-color css
<style>
span { border-color: #EDF691; }
span { border-color: rgb(237,246,145); }
td.TdClassName
{
border-color: #EDF691;
}
.TagClassName
{
border-color: #EDF691;
}
</style>