Shades of Tidal #EEFF8F
Tints of Tidal #EEFF8F
RGB
CMYK
RGB Variations
Color information
#EEFF8F (or 0xEEFF8F) is known color: Tidal. HEX triplet: EE, FF and 8F. RGB value is (238,255,143). Sum of RGB (Red+Green+Blue) = 238+255+143=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 143 (56.25% from 255 or 22.48% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF8F is #110070. Grayscale: #EDEDED. Windows color (decimal): -1114225 or 9437166. OLE color: 9437166.
HSL color Cylindrical-coordinate representation of color #EEFF8F: hue angle of 69.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEFF8F is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 143 | - |
| CMYK | 0.07 | 0 | 0.44 | 0 |
| HSL | 69.11º | 1% | 0.78% | - |
| HSV(B) | 69.11º | 0.44% | 1% | - |
| XYZ | 75.98 | 91.68 | 39.68 | - |
| YUV | 237.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 143 | 0.07 | 0 | 0.44 | 0 | 69.11 | 1 | 0.78 |
| Hex | EE | FF | 8F | 7 | 0 | 2C | 0 | 45 | 64 | 4E |
| Octal | 356 | 377 | 217 | 7 | 0 | 54 | 0 | 105 | 144 | 116 |
| Binary | 11101110 | 11111111 | 10001111 | 111 | 0 | 101100 | 0 | 1000101 | 1100100 | 1001110 |
Color Harmonies of #EEFF8F
Complementary color
Monochromatic Colors of #EEFF8F
Black with #EEFF8F
Text Example
Text Example
White with #EEFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF8F; }
p { color: rgb(238,255,143); }
H1.HeaderClassName
{
color: #EEFF8F;
}
.AnyTagClassName
{
color: #EEFF8F;
}
</style>
background-color css
<style>
a { background-color: #EEFF8F; }
a { background-color: rgb(238,255,143); }
div.DivClassName
{
background-color: #EEFF8F;
}
.BgClassName
{
background-color: #EEFF8F;
}
</style>
border-color css
<style>
span { border-color: #EEFF8F; }
span { border-color: rgb(238,255,143); }
td.TdClassName
{
border-color: #EEFF8F;
}
.TagClassName
{
border-color: #EEFF8F;
}
</style>