Shades of Tidal #EDF583
Tints of Tidal #EDF583
RGB
CMYK
RGB Variations
Color information
#EDF583 (or 0xEDF583) is known color: Tidal. HEX triplet: ED, F5 and 83. RGB value is (237,245,131). Sum of RGB (Red+Green+Blue) = 237+245+131=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF583 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF583 is #120A7C. Grayscale: #E6E6E6. Windows color (decimal): -1182333 or 8648173. OLE color: 8648173.
HSL color Cylindrical-coordinate representation of color #EDF583: hue angle of 64.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF583 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 131 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.04 |
| HSL | 64.21º | 0.85% | 0.74% | - |
| HSV(B) | 64.21º | 0.47% | 0.96% | - |
| XYZ | 71.67 | 84.95 | 34.09 | - |
| YUV | 229.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 131 | 0.03 | 0 | 0.47 | 0.04 | 64.21 | 0.85 | 0.74 |
| Hex | ED | F5 | 83 | 3 | 0 | 2F | 4 | 40 | 55 | 4A |
| Octal | 355 | 365 | 203 | 3 | 0 | 57 | 4 | 100 | 125 | 112 |
| Binary | 11101101 | 11110101 | 10000011 | 11 | 0 | 101111 | 100 | 1000000 | 1010101 | 1001010 |
Color Harmonies of #EDF583
Complementary color
Monochromatic Colors of #EDF583
Black with #EDF583
Text Example
Text Example
White with #EDF583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF583; }
p { color: rgb(237,245,131); }
H1.HeaderClassName
{
color: #EDF583;
}
.AnyTagClassName
{
color: #EDF583;
}
</style>
background-color css
<style>
a { background-color: #EDF583; }
a { background-color: rgb(237,245,131); }
div.DivClassName
{
background-color: #EDF583;
}
.BgClassName
{
background-color: #EDF583;
}
</style>
border-color css
<style>
span { border-color: #EDF583; }
span { border-color: rgb(237,245,131); }
td.TdClassName
{
border-color: #EDF583;
}
.TagClassName
{
border-color: #EDF583;
}
</style>