Shades of Tidal #EDF88D
Tints of Tidal #EDF88D
RGB
CMYK
RGB Variations
Color information
#EDF88D (or 0xEDF88D) is known color: Tidal. HEX triplet: ED, F8 and 8D. RGB value is (237,248,141). Sum of RGB (Red+Green+Blue) = 237+248+141=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF88D is #120772. Grayscale: #E8E8E8. Windows color (decimal): -1181555 or 9304301. OLE color: 9304301.
HSL color Cylindrical-coordinate representation of color #EDF88D: hue angle of 66.17º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF88D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 141 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.03 |
| HSL | 66.17º | 0.88% | 0.76% | - |
| HSV(B) | 66.17º | 0.43% | 0.97% | - |
| XYZ | 73.3 | 87.06 | 38.14 | - |
| YUV | 232.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 141 | 0.04 | 0 | 0.43 | 0.03 | 66.17 | 0.88 | 0.76 |
| Hex | ED | F8 | 8D | 4 | 0 | 2B | 3 | 42 | 58 | 4C |
| Octal | 355 | 370 | 215 | 4 | 0 | 53 | 3 | 102 | 130 | 114 |
| Binary | 11101101 | 11111000 | 10001101 | 100 | 0 | 101011 | 11 | 1000010 | 1011000 | 1001100 |
Color Harmonies of #EDF88D
Complementary color
Monochromatic Colors of #EDF88D
Black with #EDF88D
Text Example
Text Example
White with #EDF88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF88D; }
p { color: rgb(237,248,141); }
H1.HeaderClassName
{
color: #EDF88D;
}
.AnyTagClassName
{
color: #EDF88D;
}
</style>
background-color css
<style>
a { background-color: #EDF88D; }
a { background-color: rgb(237,248,141); }
div.DivClassName
{
background-color: #EDF88D;
}
.BgClassName
{
background-color: #EDF88D;
}
</style>
border-color css
<style>
span { border-color: #EDF88D; }
span { border-color: rgb(237,248,141); }
td.TdClassName
{
border-color: #EDF88D;
}
.TagClassName
{
border-color: #EDF88D;
}
</style>