Shades of Tidal #EDF387
Tints of Tidal #EDF387
RGB
CMYK
RGB Variations
Color information
#EDF387 (or 0xEDF387) is known color: Tidal. HEX triplet: ED, F3 and 87. RGB value is (237,243,135). Sum of RGB (Red+Green+Blue) = 237+243+135=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 135 (53.12% from 255 or 21.95% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF387 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF387 is #120C78. Grayscale: #E5E5E5. Windows color (decimal): -1182841 or 8909805. OLE color: 8909805.
HSL color Cylindrical-coordinate representation of color #EDF387: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF387 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 135 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 63.33º | 0.82% | 0.74% | - |
| HSV(B) | 63.33º | 0.44% | 0.95% | - |
| XYZ | 71.35 | 83.85 | 35.35 | - |
| YUV | 228.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 135 | 0.02 | 0 | 0.44 | 0.05 | 63.33 | 0.82 | 0.74 |
| Hex | ED | F3 | 87 | 2 | 0 | 2C | 5 | 3F | 52 | 4A |
| Octal | 355 | 363 | 207 | 2 | 0 | 54 | 5 | 77 | 122 | 112 |
| Binary | 11101101 | 11110011 | 10000111 | 10 | 0 | 101100 | 101 | 111111 | 1010010 | 1001010 |
Color Harmonies of #EDF387
Complementary color
Monochromatic Colors of #EDF387
Black with #EDF387
Text Example
Text Example
White with #EDF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF387; }
p { color: rgb(237,243,135); }
H1.HeaderClassName
{
color: #EDF387;
}
.AnyTagClassName
{
color: #EDF387;
}
</style>
background-color css
<style>
a { background-color: #EDF387; }
a { background-color: rgb(237,243,135); }
div.DivClassName
{
background-color: #EDF387;
}
.BgClassName
{
background-color: #EDF387;
}
</style>
border-color css
<style>
span { border-color: #EDF387; }
span { border-color: rgb(237,243,135); }
td.TdClassName
{
border-color: #EDF387;
}
.TagClassName
{
border-color: #EDF387;
}
</style>