Shades of Tidal #EDF982
Tints of Tidal #EDF982
RGB
CMYK
RGB Variations
Color information
#EDF982 (or 0xEDF982) is known color: Tidal. HEX triplet: ED, F9 and 82. RGB value is (237,249,130). Sum of RGB (Red+Green+Blue) = 237+249+130=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF982 is #12067D. Grayscale: #E8E8E8. Windows color (decimal): -1181310 or 8583661. OLE color: 8583661.
HSL color Cylindrical-coordinate representation of color #EDF982: hue angle of 66.05º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF982 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 130 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.02 |
| HSL | 66.05º | 0.91% | 0.74% | - |
| HSV(B) | 66.05º | 0.48% | 0.98% | - |
| XYZ | 72.83 | 87.37 | 34.14 | - |
| YUV | 231.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 130 | 0.05 | 0 | 0.48 | 0.02 | 66.05 | 0.91 | 0.74 |
| Hex | ED | F9 | 82 | 5 | 0 | 30 | 2 | 42 | 5B | 4A |
| Octal | 355 | 371 | 202 | 5 | 0 | 60 | 2 | 102 | 133 | 112 |
| Binary | 11101101 | 11111001 | 10000010 | 101 | 0 | 110000 | 10 | 1000010 | 1011011 | 1001010 |
Color Harmonies of #EDF982
Complementary color
Monochromatic Colors of #EDF982
Black with #EDF982
Text Example
Text Example
White with #EDF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF982; }
p { color: rgb(237,249,130); }
H1.HeaderClassName
{
color: #EDF982;
}
.AnyTagClassName
{
color: #EDF982;
}
</style>
background-color css
<style>
a { background-color: #EDF982; }
a { background-color: rgb(237,249,130); }
div.DivClassName
{
background-color: #EDF982;
}
.BgClassName
{
background-color: #EDF982;
}
</style>
border-color css
<style>
span { border-color: #EDF982; }
span { border-color: rgb(237,249,130); }
td.TdClassName
{
border-color: #EDF982;
}
.TagClassName
{
border-color: #EDF982;
}
</style>