Shades of Tidal #EEFF88
Tints of Tidal #EEFF88
RGB
CMYK
RGB Variations
Color information
#EEFF88 (or 0xEEFF88) is known color: Tidal. HEX triplet: EE, FF and 88. RGB value is (238,255,136). Sum of RGB (Red+Green+Blue) = 238+255+136=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 136 (53.52% from 255 or 21.62% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF88 is #110077. Grayscale: #ECECEC. Windows color (decimal): -1114232 or 8978414. OLE color: 8978414.
HSL color Cylindrical-coordinate representation of color #EEFF88: hue angle of 68.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEFF88 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 136 | - |
| CMYK | 0.07 | 0 | 0.47 | 0 |
| HSL | 68.57º | 1% | 0.77% | - |
| HSV(B) | 68.57º | 0.47% | 1% | - |
| XYZ | 75.46 | 91.47 | 36.97 | - |
| YUV | 236.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 136 | 0.07 | 0 | 0.47 | 0 | 68.57 | 1 | 0.77 |
| Hex | EE | FF | 88 | 7 | 0 | 2F | 0 | 45 | 64 | 4D |
| Octal | 356 | 377 | 210 | 7 | 0 | 57 | 0 | 105 | 144 | 115 |
| Binary | 11101110 | 11111111 | 10001000 | 111 | 0 | 101111 | 0 | 1000101 | 1100100 | 1001101 |
Color Harmonies of #EEFF88
Complementary color
Monochromatic Colors of #EEFF88
Black with #EEFF88
Text Example
Text Example
White with #EEFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF88; }
p { color: rgb(238,255,136); }
H1.HeaderClassName
{
color: #EEFF88;
}
.AnyTagClassName
{
color: #EEFF88;
}
</style>
background-color css
<style>
a { background-color: #EEFF88; }
a { background-color: rgb(238,255,136); }
div.DivClassName
{
background-color: #EEFF88;
}
.BgClassName
{
background-color: #EEFF88;
}
</style>
border-color css
<style>
span { border-color: #EEFF88; }
span { border-color: rgb(238,255,136); }
td.TdClassName
{
border-color: #EEFF88;
}
.TagClassName
{
border-color: #EEFF88;
}
</style>