Shades of Tidal #EDF87E
Tints of Tidal #EDF87E
RGB
CMYK
RGB Variations
Color information
#EDF87E (or 0xEDF87E) is known color: Tidal. HEX triplet: ED, F8 and 7E. RGB value is (237,248,126). Sum of RGB (Red+Green+Blue) = 237+248+126=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 126 (49.61% from 255 or 20.62% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF87E is #120781. Grayscale: #E7E7E7. Windows color (decimal): -1181570 or 8321261. OLE color: 8321261.
HSL color Cylindrical-coordinate representation of color #EDF87E: hue angle of 65.41º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF87E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 126 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.03 |
| HSL | 65.41º | 0.9% | 0.73% | - |
| HSV(B) | 65.41º | 0.49% | 0.97% | - |
| XYZ | 72.26 | 86.65 | 32.65 | - |
| YUV | 230.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 126 | 0.04 | 0 | 0.49 | 0.03 | 65.41 | 0.9 | 0.73 |
| Hex | ED | F8 | 7E | 4 | 0 | 31 | 3 | 41 | 5A | 49 |
| Octal | 355 | 370 | 176 | 4 | 0 | 61 | 3 | 101 | 132 | 111 |
| Binary | 11101101 | 11111000 | 1111110 | 100 | 0 | 110001 | 11 | 1000001 | 1011010 | 1001001 |
Color Harmonies of #EDF87E
Complementary color
Monochromatic Colors of #EDF87E
Black with #EDF87E
Text Example
Text Example
White with #EDF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF87E; }
p { color: rgb(237,248,126); }
H1.HeaderClassName
{
color: #EDF87E;
}
.AnyTagClassName
{
color: #EDF87E;
}
</style>
background-color css
<style>
a { background-color: #EDF87E; }
a { background-color: rgb(237,248,126); }
div.DivClassName
{
background-color: #EDF87E;
}
.BgClassName
{
background-color: #EDF87E;
}
</style>
border-color css
<style>
span { border-color: #EDF87E; }
span { border-color: rgb(237,248,126); }
td.TdClassName
{
border-color: #EDF87E;
}
.TagClassName
{
border-color: #EDF87E;
}
</style>