Shades of Tidal #EDF58B
Tints of Tidal #EDF58B
RGB
CMYK
RGB Variations
Color information
#EDF58B (or 0xEDF58B) is known color: Tidal. HEX triplet: ED, F5 and 8B. RGB value is (237,245,139). Sum of RGB (Red+Green+Blue) = 237+245+139=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF58B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF58B is #120A74. Grayscale: #E6E6E6. Windows color (decimal): -1182325 or 9172461. OLE color: 9172461.
HSL color Cylindrical-coordinate representation of color #EDF58B: hue angle of 64.53º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF58B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 139 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.04 |
| HSL | 64.53º | 0.84% | 0.75% | - |
| HSV(B) | 64.53º | 0.43% | 0.96% | - |
| XYZ | 72.24 | 85.17 | 37.06 | - |
| YUV | 230.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 139 | 0.03 | 0 | 0.43 | 0.04 | 64.53 | 0.84 | 0.75 |
| Hex | ED | F5 | 8B | 3 | 0 | 2B | 4 | 41 | 54 | 4B |
| Octal | 355 | 365 | 213 | 3 | 0 | 53 | 4 | 101 | 124 | 113 |
| Binary | 11101101 | 11110101 | 10001011 | 11 | 0 | 101011 | 100 | 1000001 | 1010100 | 1001011 |
Color Harmonies of #EDF58B
Complementary color
Monochromatic Colors of #EDF58B
Black with #EDF58B
Text Example
Text Example
White with #EDF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF58B; }
p { color: rgb(237,245,139); }
H1.HeaderClassName
{
color: #EDF58B;
}
.AnyTagClassName
{
color: #EDF58B;
}
</style>
background-color css
<style>
a { background-color: #EDF58B; }
a { background-color: rgb(237,245,139); }
div.DivClassName
{
background-color: #EDF58B;
}
.BgClassName
{
background-color: #EDF58B;
}
</style>
border-color css
<style>
span { border-color: #EDF58B; }
span { border-color: rgb(237,245,139); }
td.TdClassName
{
border-color: #EDF58B;
}
.TagClassName
{
border-color: #EDF58B;
}
</style>