Shades of Tidal #EDF58D
Tints of Tidal #EDF58D
RGB
CMYK
RGB Variations
Color information
#EDF58D (or 0xEDF58D) is known color: Tidal. HEX triplet: ED, F5 and 8D. RGB value is (237,245,141). Sum of RGB (Red+Green+Blue) = 237+245+141=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF58D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF58D is #120A72. Grayscale: #E7E7E7. Windows color (decimal): -1182323 or 9303533. OLE color: 9303533.
HSL color Cylindrical-coordinate representation of color #EDF58D: hue angle of 64.62º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF58D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 141 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.04 |
| HSL | 64.62º | 0.84% | 0.76% | - |
| HSV(B) | 64.62º | 0.42% | 0.96% | - |
| XYZ | 72.39 | 85.23 | 37.84 | - |
| YUV | 230.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 141 | 0.03 | 0 | 0.42 | 0.04 | 64.62 | 0.84 | 0.76 |
| Hex | ED | F5 | 8D | 3 | 0 | 2A | 4 | 41 | 54 | 4C |
| Octal | 355 | 365 | 215 | 3 | 0 | 52 | 4 | 101 | 124 | 114 |
| Binary | 11101101 | 11110101 | 10001101 | 11 | 0 | 101010 | 100 | 1000001 | 1010100 | 1001100 |
Color Harmonies of #EDF58D
Complementary color
Monochromatic Colors of #EDF58D
Black with #EDF58D
Text Example
Text Example
White with #EDF58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF58D; }
p { color: rgb(237,245,141); }
H1.HeaderClassName
{
color: #EDF58D;
}
.AnyTagClassName
{
color: #EDF58D;
}
</style>
background-color css
<style>
a { background-color: #EDF58D; }
a { background-color: rgb(237,245,141); }
div.DivClassName
{
background-color: #EDF58D;
}
.BgClassName
{
background-color: #EDF58D;
}
</style>
border-color css
<style>
span { border-color: #EDF58D; }
span { border-color: rgb(237,245,141); }
td.TdClassName
{
border-color: #EDF58D;
}
.TagClassName
{
border-color: #EDF58D;
}
</style>