Shades of Tidal #EEF688
Tints of Tidal #EEF688
RGB
CMYK
RGB Variations
Color information
#EEF688 (or 0xEEF688) is known color: Tidal. HEX triplet: EE, F6 and 88. RGB value is (238,246,136). Sum of RGB (Red+Green+Blue) = 238+246+136=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF688 is #110977. Grayscale: #E7E7E7. Windows color (decimal): -1116536 or 8976110. OLE color: 8976110.
HSL color Cylindrical-coordinate representation of color #EEF688: hue angle of 64.36º degrees, saturation: 0.86, 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 #EEF688 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 136 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.04 |
| HSL | 64.36º | 0.86% | 0.75% | - |
| HSV(B) | 64.36º | 0.45% | 0.96% | - |
| XYZ | 72.66 | 85.87 | 36.04 | - |
| YUV | 231.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 136 | 0.03 | 0 | 0.45 | 0.04 | 64.36 | 0.86 | 0.75 |
| Hex | EE | F6 | 88 | 3 | 0 | 2D | 4 | 40 | 56 | 4B |
| Octal | 356 | 366 | 210 | 3 | 0 | 55 | 4 | 100 | 126 | 113 |
| Binary | 11101110 | 11110110 | 10001000 | 11 | 0 | 101101 | 100 | 1000000 | 1010110 | 1001011 |
Color Harmonies of #EEF688
Complementary color
Monochromatic Colors of #EEF688
Black with #EEF688
Text Example
Text Example
White with #EEF688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF688; }
p { color: rgb(238,246,136); }
H1.HeaderClassName
{
color: #EEF688;
}
.AnyTagClassName
{
color: #EEF688;
}
</style>
background-color css
<style>
a { background-color: #EEF688; }
a { background-color: rgb(238,246,136); }
div.DivClassName
{
background-color: #EEF688;
}
.BgClassName
{
background-color: #EEF688;
}
</style>
border-color css
<style>
span { border-color: #EEF688; }
span { border-color: rgb(238,246,136); }
td.TdClassName
{
border-color: #EEF688;
}
.TagClassName
{
border-color: #EEF688;
}
</style>