Shades of Tidal #EEFF98
Tints of Tidal #EEFF98
RGB
CMYK
RGB Variations
Color information
#EEFF98 (or 0xEEFF98) is known color: Tidal. HEX triplet: EE, FF and 98. RGB value is (238,255,152). Sum of RGB (Red+Green+Blue) = 238+255+152=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 152 (59.77% from 255 or 23.57% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF98 is #110067. Grayscale: #EEEEEE. Windows color (decimal): -1114216 or 10026990. OLE color: 10026990.
HSL color Cylindrical-coordinate representation of color #EEFF98: hue angle of 69.9º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEFF98 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 152 | - |
| CMYK | 0.07 | 0 | 0.40 | 0 |
| HSL | 69.9º | 1% | 0.8% | - |
| HSV(B) | 69.9º | 0.4% | 1% | - |
| XYZ | 76.69 | 91.96 | 43.41 | - |
| YUV | 238.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 152 | 0.07 | 0 | 0.40 | 0 | 69.9 | 1 | 0.8 |
| Hex | EE | FF | 98 | 7 | 0 | 28 | 0 | 46 | 64 | 50 |
| Octal | 356 | 377 | 230 | 7 | 0 | 50 | 0 | 106 | 144 | 120 |
| Binary | 11101110 | 11111111 | 10011000 | 111 | 0 | 101000 | 0 | 1000110 | 1100100 | 1010000 |
Color Harmonies of #EEFF98
Complementary color
Monochromatic Colors of #EEFF98
Black with #EEFF98
Text Example
Text Example
White with #EEFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF98; }
p { color: rgb(238,255,152); }
H1.HeaderClassName
{
color: #EEFF98;
}
.AnyTagClassName
{
color: #EEFF98;
}
</style>
background-color css
<style>
a { background-color: #EEFF98; }
a { background-color: rgb(238,255,152); }
div.DivClassName
{
background-color: #EEFF98;
}
.BgClassName
{
background-color: #EEFF98;
}
</style>
border-color css
<style>
span { border-color: #EEFF98; }
span { border-color: rgb(238,255,152); }
td.TdClassName
{
border-color: #EEFF98;
}
.TagClassName
{
border-color: #EEFF98;
}
</style>