Shades of Tidal #EDF088
Tints of Tidal #EDF088
RGB
CMYK
RGB Variations
Color information
#EDF088 (or 0xEDF088) is known color: Tidal. HEX triplet: ED, F0 and 88. RGB value is (237,240,136). Sum of RGB (Red+Green+Blue) = 237+240+136=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF088 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF088 is #120F77. Grayscale: #E3E3E3. Windows color (decimal): -1183608 or 8974573. OLE color: 8974573.
HSL color Cylindrical-coordinate representation of color #EDF088: hue angle of 61.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF088 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 136 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.06 |
| HSL | 61.73º | 0.78% | 0.74% | - |
| HSV(B) | 61.73º | 0.43% | 0.94% | - |
| XYZ | 70.53 | 82.1 | 35.42 | - |
| YUV | 227.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 136 | 0.01 | 0 | 0.43 | 0.06 | 61.73 | 0.78 | 0.74 |
| Hex | ED | F0 | 88 | 1 | 0 | 2B | 6 | 3E | 4E | 4A |
| Octal | 355 | 360 | 210 | 1 | 0 | 53 | 6 | 76 | 116 | 112 |
| Binary | 11101101 | 11110000 | 10001000 | 1 | 0 | 101011 | 110 | 111110 | 1001110 | 1001010 |
Color Harmonies of #EDF088
Complementary color
Monochromatic Colors of #EDF088
Black with #EDF088
Text Example
Text Example
White with #EDF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF088; }
p { color: rgb(237,240,136); }
H1.HeaderClassName
{
color: #EDF088;
}
.AnyTagClassName
{
color: #EDF088;
}
</style>
background-color css
<style>
a { background-color: #EDF088; }
a { background-color: rgb(237,240,136); }
div.DivClassName
{
background-color: #EDF088;
}
.BgClassName
{
background-color: #EDF088;
}
</style>
border-color css
<style>
span { border-color: #EDF088; }
span { border-color: rgb(237,240,136); }
td.TdClassName
{
border-color: #EDF088;
}
.TagClassName
{
border-color: #EDF088;
}
</style>