Shades of Tidal #EDF991
Tints of Tidal #EDF991
RGB
CMYK
RGB Variations
Color information
#EDF991 (or 0xEDF991) is known color: Tidal. HEX triplet: ED, F9 and 91. RGB value is (237,249,145). Sum of RGB (Red+Green+Blue) = 237+249+145=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 145 (57.03% from 255 or 22.98% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF991 is #12066E. Grayscale: #E9E9E9. Windows color (decimal): -1181295 or 9566701. OLE color: 9566701.
HSL color Cylindrical-coordinate representation of color #EDF991: hue angle of 66.92º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF991 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 145 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.02 |
| HSL | 66.92º | 0.9% | 0.77% | - |
| HSV(B) | 66.92º | 0.42% | 0.98% | - |
| XYZ | 73.91 | 87.8 | 39.84 | - |
| YUV | 233.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 145 | 0.05 | 0 | 0.42 | 0.02 | 66.92 | 0.9 | 0.77 |
| Hex | ED | F9 | 91 | 5 | 0 | 2A | 2 | 43 | 5A | 4D |
| Octal | 355 | 371 | 221 | 5 | 0 | 52 | 2 | 103 | 132 | 115 |
| Binary | 11101101 | 11111001 | 10010001 | 101 | 0 | 101010 | 10 | 1000011 | 1011010 | 1001101 |
Color Harmonies of #EDF991
Complementary color
Monochromatic Colors of #EDF991
Black with #EDF991
Text Example
Text Example
White with #EDF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF991; }
p { color: rgb(237,249,145); }
H1.HeaderClassName
{
color: #EDF991;
}
.AnyTagClassName
{
color: #EDF991;
}
</style>
background-color css
<style>
a { background-color: #EDF991; }
a { background-color: rgb(237,249,145); }
div.DivClassName
{
background-color: #EDF991;
}
.BgClassName
{
background-color: #EDF991;
}
</style>
border-color css
<style>
span { border-color: #EDF991; }
span { border-color: rgb(237,249,145); }
td.TdClassName
{
border-color: #EDF991;
}
.TagClassName
{
border-color: #EDF991;
}
</style>