Shades of Tidal #EDF885
Tints of Tidal #EDF885
RGB
CMYK
RGB Variations
Color information
#EDF885 (or 0xEDF885) is known color: Tidal. HEX triplet: ED, F8 and 85. RGB value is (237,248,133). Sum of RGB (Red+Green+Blue) = 237+248+133=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF885 is #12077A. Grayscale: #E8E8E8. Windows color (decimal): -1181563 or 8780013. OLE color: 8780013.
HSL color Cylindrical-coordinate representation of color #EDF885: hue angle of 65.74º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF885 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 133 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.03 |
| HSL | 65.74º | 0.89% | 0.75% | - |
| HSV(B) | 65.74º | 0.46% | 0.97% | - |
| XYZ | 72.73 | 86.83 | 35.12 | - |
| YUV | 231.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 133 | 0.04 | 0 | 0.46 | 0.03 | 65.74 | 0.89 | 0.75 |
| Hex | ED | F8 | 85 | 4 | 0 | 2E | 3 | 42 | 59 | 4B |
| Octal | 355 | 370 | 205 | 4 | 0 | 56 | 3 | 102 | 131 | 113 |
| Binary | 11101101 | 11111000 | 10000101 | 100 | 0 | 101110 | 11 | 1000010 | 1011001 | 1001011 |
Color Harmonies of #EDF885
Complementary color
Monochromatic Colors of #EDF885
Black with #EDF885
Text Example
Text Example
White with #EDF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF885; }
p { color: rgb(237,248,133); }
H1.HeaderClassName
{
color: #EDF885;
}
.AnyTagClassName
{
color: #EDF885;
}
</style>
background-color css
<style>
a { background-color: #EDF885; }
a { background-color: rgb(237,248,133); }
div.DivClassName
{
background-color: #EDF885;
}
.BgClassName
{
background-color: #EDF885;
}
</style>
border-color css
<style>
span { border-color: #EDF885; }
span { border-color: rgb(237,248,133); }
td.TdClassName
{
border-color: #EDF885;
}
.TagClassName
{
border-color: #EDF885;
}
</style>