Shades of Tidal #EEF587
Tints of Tidal #EEF587
RGB
CMYK
RGB Variations
Color information
#EEF587 (or 0xEEF587) is known color: Tidal. HEX triplet: EE, F5 and 87. RGB value is (238,245,135). Sum of RGB (Red+Green+Blue) = 238+245+135=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 135 (53.12% from 255 or 21.84% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF587 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF587 is #110A78. Grayscale: #E6E6E6. Windows color (decimal): -1116793 or 8910318. OLE color: 8910318.
HSL color Cylindrical-coordinate representation of color #EEF587: hue angle of 63.82º 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 #EEF587 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 135 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.04 |
| HSL | 63.82º | 0.85% | 0.75% | - |
| HSV(B) | 63.82º | 0.45% | 0.96% | - |
| XYZ | 72.29 | 85.23 | 35.56 | - |
| YUV | 230.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 135 | 0.03 | 0 | 0.45 | 0.04 | 63.82 | 0.85 | 0.75 |
| Hex | EE | F5 | 87 | 3 | 0 | 2D | 4 | 40 | 55 | 4B |
| Octal | 356 | 365 | 207 | 3 | 0 | 55 | 4 | 100 | 125 | 113 |
| Binary | 11101110 | 11110101 | 10000111 | 11 | 0 | 101101 | 100 | 1000000 | 1010101 | 1001011 |
Color Harmonies of #EEF587
Complementary color
Monochromatic Colors of #EEF587
Black with #EEF587
Text Example
Text Example
White with #EEF587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF587; }
p { color: rgb(238,245,135); }
H1.HeaderClassName
{
color: #EEF587;
}
.AnyTagClassName
{
color: #EEF587;
}
</style>
background-color css
<style>
a { background-color: #EEF587; }
a { background-color: rgb(238,245,135); }
div.DivClassName
{
background-color: #EEF587;
}
.BgClassName
{
background-color: #EEF587;
}
</style>
border-color css
<style>
span { border-color: #EEF587; }
span { border-color: rgb(238,245,135); }
td.TdClassName
{
border-color: #EEF587;
}
.TagClassName
{
border-color: #EEF587;
}
</style>