Shades of Tidal #EDF388
Tints of Tidal #EDF388
RGB
CMYK
RGB Variations
Color information
#EDF388 (or 0xEDF388) is known color: Tidal. HEX triplet: ED, F3 and 88. RGB value is (237,243,136). Sum of RGB (Red+Green+Blue) = 237+243+136=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 136 (53.52% from 255 or 22.08% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF388 is #120C77. Grayscale: #E5E5E5. Windows color (decimal): -1182840 or 8975341. OLE color: 8975341.
HSL color Cylindrical-coordinate representation of color #EDF388: hue angle of 63.36º 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 #EDF388 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 136 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 63.36º | 0.82% | 0.74% | - |
| HSV(B) | 63.36º | 0.44% | 0.95% | - |
| XYZ | 71.42 | 83.88 | 35.72 | - |
| YUV | 229.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 136 | 0.02 | 0 | 0.44 | 0.05 | 63.36 | 0.82 | 0.74 |
| Hex | ED | F3 | 88 | 2 | 0 | 2C | 5 | 3F | 52 | 4A |
| Octal | 355 | 363 | 210 | 2 | 0 | 54 | 5 | 77 | 122 | 112 |
| Binary | 11101101 | 11110011 | 10001000 | 10 | 0 | 101100 | 101 | 111111 | 1010010 | 1001010 |
Color Harmonies of #EDF388
Complementary color
Monochromatic Colors of #EDF388
Black with #EDF388
Text Example
Text Example
White with #EDF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF388; }
p { color: rgb(237,243,136); }
H1.HeaderClassName
{
color: #EDF388;
}
.AnyTagClassName
{
color: #EDF388;
}
</style>
background-color css
<style>
a { background-color: #EDF388; }
a { background-color: rgb(237,243,136); }
div.DivClassName
{
background-color: #EDF388;
}
.BgClassName
{
background-color: #EDF388;
}
</style>
border-color css
<style>
span { border-color: #EDF388; }
span { border-color: rgb(237,243,136); }
td.TdClassName
{
border-color: #EDF388;
}
.TagClassName
{
border-color: #EDF388;
}
</style>