Shades of Tidal #E6F987
Tints of Tidal #E6F987
RGB
CMYK
RGB Variations
Color information
#E6F987 (or 0xE6F987) is known color: Tidal. HEX triplet: E6, F9 and 87. RGB value is (230,249,135). Sum of RGB (Red+Green+Blue) = 230+249+135=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F987 is #190678. Grayscale: #E6E6E6. Windows color (decimal): -1640057 or 8911334. OLE color: 8911334.
HSL color Cylindrical-coordinate representation of color #E6F987: hue angle of 70º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6F987 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 249 | 135 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.02 |
| HSL | 70º | 0.9% | 0.75% | - |
| HSV(B) | 70º | 0.46% | 0.98% | - |
| XYZ | 70.88 | 86.32 | 35.85 | - |
| YUV | 230.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 249 | 135 | 0.08 | 0 | 0.46 | 0.02 | 70 | 0.9 | 0.75 |
| Hex | E6 | F9 | 87 | 8 | 0 | 2E | 2 | 46 | 5A | 4B |
| Octal | 346 | 371 | 207 | 10 | 0 | 56 | 2 | 106 | 132 | 113 |
| Binary | 11100110 | 11111001 | 10000111 | 1000 | 0 | 101110 | 10 | 1000110 | 1011010 | 1001011 |
Color Harmonies of #E6F987
Complementary color
Monochromatic Colors of #E6F987
Black with #E6F987
Text Example
Text Example
White with #E6F987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F987; }
p { color: rgb(230,249,135); }
H1.HeaderClassName
{
color: #E6F987;
}
.AnyTagClassName
{
color: #E6F987;
}
</style>
background-color css
<style>
a { background-color: #E6F987; }
a { background-color: rgb(230,249,135); }
div.DivClassName
{
background-color: #E6F987;
}
.BgClassName
{
background-color: #E6F987;
}
</style>
border-color css
<style>
span { border-color: #E6F987; }
span { border-color: rgb(230,249,135); }
td.TdClassName
{
border-color: #E6F987;
}
.TagClassName
{
border-color: #E6F987;
}
</style>