Shades of Tidal #EDF88E
Tints of Tidal #EDF88E
RGB
CMYK
RGB Variations
Color information
#EDF88E (or 0xEDF88E) is known color: Tidal. HEX triplet: ED, F8 and 8E. RGB value is (237,248,142). Sum of RGB (Red+Green+Blue) = 237+248+142=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 142 (55.86% from 255 or 22.65% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF88E is #120771. Grayscale: #E9E9E9. Windows color (decimal): -1181554 or 9369837. OLE color: 9369837.
HSL color Cylindrical-coordinate representation of color #EDF88E: hue angle of 66.23º 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 #EDF88E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 142 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.03 |
| HSL | 66.23º | 0.88% | 0.76% | - |
| HSV(B) | 66.23º | 0.43% | 0.97% | - |
| XYZ | 73.37 | 87.09 | 38.53 | - |
| YUV | 232.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 142 | 0.04 | 0 | 0.43 | 0.03 | 66.23 | 0.88 | 0.76 |
| Hex | ED | F8 | 8E | 4 | 0 | 2B | 3 | 42 | 58 | 4C |
| Octal | 355 | 370 | 216 | 4 | 0 | 53 | 3 | 102 | 130 | 114 |
| Binary | 11101101 | 11111000 | 10001110 | 100 | 0 | 101011 | 11 | 1000010 | 1011000 | 1001100 |
Color Harmonies of #EDF88E
Complementary color
Monochromatic Colors of #EDF88E
Black with #EDF88E
Text Example
Text Example
White with #EDF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF88E; }
p { color: rgb(237,248,142); }
H1.HeaderClassName
{
color: #EDF88E;
}
.AnyTagClassName
{
color: #EDF88E;
}
</style>
background-color css
<style>
a { background-color: #EDF88E; }
a { background-color: rgb(237,248,142); }
div.DivClassName
{
background-color: #EDF88E;
}
.BgClassName
{
background-color: #EDF88E;
}
</style>
border-color css
<style>
span { border-color: #EDF88E; }
span { border-color: rgb(237,248,142); }
td.TdClassName
{
border-color: #EDF88E;
}
.TagClassName
{
border-color: #EDF88E;
}
</style>