Shades of Tidal #E0F587
Tints of Tidal #E0F587
RGB
CMYK
RGB Variations
Color information
#E0F587 (or 0xE0F587) is known color: Tidal. HEX triplet: E0, F5 and 87. RGB value is (224,245,135). Sum of RGB (Red+Green+Blue) = 224+245+135=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 135 (53.12% from 255 or 22.35% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F587 is #1F0A78. Grayscale: #E2E2E2. Windows color (decimal): -2034297 or 8910304. OLE color: 8910304.
HSL color Cylindrical-coordinate representation of color #E0F587: hue angle of 71.45º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0F587 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 135 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.04 |
| HSL | 71.45º | 0.85% | 0.75% | - |
| HSV(B) | 71.45º | 0.45% | 0.96% | - |
| XYZ | 67.77 | 82.9 | 35.35 | - |
| YUV | 226.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 135 | 0.09 | 0 | 0.45 | 0.04 | 71.45 | 0.85 | 0.75 |
| Hex | E0 | F5 | 87 | 9 | 0 | 2D | 4 | 47 | 55 | 4B |
| Octal | 340 | 365 | 207 | 11 | 0 | 55 | 4 | 107 | 125 | 113 |
| Binary | 11100000 | 11110101 | 10000111 | 1001 | 0 | 101101 | 100 | 1000111 | 1010101 | 1001011 |
Color Harmonies of #E0F587
Complementary color
Monochromatic Colors of #E0F587
Black with #E0F587
Text Example
Text Example
White with #E0F587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F587; }
p { color: rgb(224,245,135); }
H1.HeaderClassName
{
color: #E0F587;
}
.AnyTagClassName
{
color: #E0F587;
}
</style>
background-color css
<style>
a { background-color: #E0F587; }
a { background-color: rgb(224,245,135); }
div.DivClassName
{
background-color: #E0F587;
}
.BgClassName
{
background-color: #E0F587;
}
</style>
border-color css
<style>
span { border-color: #E0F587; }
span { border-color: rgb(224,245,135); }
td.TdClassName
{
border-color: #E0F587;
}
.TagClassName
{
border-color: #E0F587;
}
</style>