Shades of Tidal #EEF788
Tints of Tidal #EEF788
RGB
CMYK
RGB Variations
Color information
#EEF788 (or 0xEEF788) is known color: Tidal. HEX triplet: EE, F7 and 88. RGB value is (238,247,136). Sum of RGB (Red+Green+Blue) = 238+247+136=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 136 (53.52% from 255 or 21.90% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF788 is #110877. Grayscale: #E8E8E8. Windows color (decimal): -1116280 or 8976366. OLE color: 8976366.
HSL color Cylindrical-coordinate representation of color #EEF788: hue angle of 64.86º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF788 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 136 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.03 |
| HSL | 64.86º | 0.87% | 0.75% | - |
| HSV(B) | 64.86º | 0.45% | 0.97% | - |
| XYZ | 72.96 | 86.48 | 36.14 | - |
| YUV | 231.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 136 | 0.04 | 0 | 0.45 | 0.03 | 64.86 | 0.87 | 0.75 |
| Hex | EE | F7 | 88 | 4 | 0 | 2D | 3 | 41 | 57 | 4B |
| Octal | 356 | 367 | 210 | 4 | 0 | 55 | 3 | 101 | 127 | 113 |
| Binary | 11101110 | 11110111 | 10001000 | 100 | 0 | 101101 | 11 | 1000001 | 1010111 | 1001011 |
Color Harmonies of #EEF788
Complementary color
Monochromatic Colors of #EEF788
Black with #EEF788
Text Example
Text Example
White with #EEF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF788; }
p { color: rgb(238,247,136); }
H1.HeaderClassName
{
color: #EEF788;
}
.AnyTagClassName
{
color: #EEF788;
}
</style>
background-color css
<style>
a { background-color: #EEF788; }
a { background-color: rgb(238,247,136); }
div.DivClassName
{
background-color: #EEF788;
}
.BgClassName
{
background-color: #EEF788;
}
</style>
border-color css
<style>
span { border-color: #EEF788; }
span { border-color: rgb(238,247,136); }
td.TdClassName
{
border-color: #EEF788;
}
.TagClassName
{
border-color: #EEF788;
}
</style>