Shades of Tidal #EEFF91
Tints of Tidal #EEFF91
RGB
CMYK
RGB Variations
Color information
#EEFF91 (or 0xEEFF91) is known color: Tidal. HEX triplet: EE, FF and 91. RGB value is (238,255,145). Sum of RGB (Red+Green+Blue) = 238+255+145=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 145 (57.03% from 255 or 22.73% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF91 is #11006E. Grayscale: #EDEDED. Windows color (decimal): -1114223 or 9568238. OLE color: 9568238.
HSL color Cylindrical-coordinate representation of color #EEFF91: hue angle of 69.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEFF91 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 145 | - |
| CMYK | 0.07 | 0 | 0.43 | 0 |
| HSL | 69.27º | 1% | 0.78% | - |
| HSV(B) | 69.27º | 0.43% | 1% | - |
| XYZ | 76.13 | 91.74 | 40.48 | - |
| YUV | 237.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 145 | 0.07 | 0 | 0.43 | 0 | 69.27 | 1 | 0.78 |
| Hex | EE | FF | 91 | 7 | 0 | 2B | 0 | 45 | 64 | 4E |
| Octal | 356 | 377 | 221 | 7 | 0 | 53 | 0 | 105 | 144 | 116 |
| Binary | 11101110 | 11111111 | 10010001 | 111 | 0 | 101011 | 0 | 1000101 | 1100100 | 1001110 |
Color Harmonies of #EEFF91
Complementary color
Monochromatic Colors of #EEFF91
Black with #EEFF91
Text Example
Text Example
White with #EEFF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF91; }
p { color: rgb(238,255,145); }
H1.HeaderClassName
{
color: #EEFF91;
}
.AnyTagClassName
{
color: #EEFF91;
}
</style>
background-color css
<style>
a { background-color: #EEFF91; }
a { background-color: rgb(238,255,145); }
div.DivClassName
{
background-color: #EEFF91;
}
.BgClassName
{
background-color: #EEFF91;
}
</style>
border-color css
<style>
span { border-color: #EEFF91; }
span { border-color: rgb(238,255,145); }
td.TdClassName
{
border-color: #EEFF91;
}
.TagClassName
{
border-color: #EEFF91;
}
</style>