Shades of Tidal #EDF981
Tints of Tidal #EDF981
RGB
CMYK
RGB Variations
Color information
#EDF981 (or 0xEDF981) is known color: Tidal. HEX triplet: ED, F9 and 81. RGB value is (237,249,129). Sum of RGB (Red+Green+Blue) = 237+249+129=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 129 (50.78% from 255 or 20.98% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF981 is #12067E. Grayscale: #E8E8E8. Windows color (decimal): -1181311 or 8518125. OLE color: 8518125.
HSL color Cylindrical-coordinate representation of color #EDF981: hue angle of 66º 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 #EDF981 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 129 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.02 |
| HSL | 66º | 0.91% | 0.74% | - |
| HSV(B) | 66º | 0.48% | 0.98% | - |
| XYZ | 72.76 | 87.34 | 33.79 | - |
| YUV | 231.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 129 | 0.05 | 0 | 0.48 | 0.02 | 66 | 0.91 | 0.74 |
| Hex | ED | F9 | 81 | 5 | 0 | 30 | 2 | 42 | 5B | 4A |
| Octal | 355 | 371 | 201 | 5 | 0 | 60 | 2 | 102 | 133 | 112 |
| Binary | 11101101 | 11111001 | 10000001 | 101 | 0 | 110000 | 10 | 1000010 | 1011011 | 1001010 |
Color Harmonies of #EDF981
Complementary color
Monochromatic Colors of #EDF981
Black with #EDF981
Text Example
Text Example
White with #EDF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF981; }
p { color: rgb(237,249,129); }
H1.HeaderClassName
{
color: #EDF981;
}
.AnyTagClassName
{
color: #EDF981;
}
</style>
background-color css
<style>
a { background-color: #EDF981; }
a { background-color: rgb(237,249,129); }
div.DivClassName
{
background-color: #EDF981;
}
.BgClassName
{
background-color: #EDF981;
}
</style>
border-color css
<style>
span { border-color: #EDF981; }
span { border-color: rgb(237,249,129); }
td.TdClassName
{
border-color: #EDF981;
}
.TagClassName
{
border-color: #EDF981;
}
</style>