Shades of Tidal #EEFF94
Tints of Tidal #EEFF94
RGB
CMYK
RGB Variations
Color information
#EEFF94 (or 0xEEFF94) is known color: Tidal. HEX triplet: EE, FF and 94. RGB value is (238,255,148). Sum of RGB (Red+Green+Blue) = 238+255+148=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF94 is #11006B. Grayscale: #EEEEEE. Windows color (decimal): -1114220 or 9764846. OLE color: 9764846.
HSL color Cylindrical-coordinate representation of color #EEFF94: hue angle of 69.53º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEFF94 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 148 | - |
| CMYK | 0.07 | 0 | 0.42 | 0 |
| HSL | 69.53º | 1% | 0.79% | - |
| HSV(B) | 69.53º | 0.42% | 1% | - |
| XYZ | 76.37 | 91.84 | 41.72 | - |
| YUV | 237.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 148 | 0.07 | 0 | 0.42 | 0 | 69.53 | 1 | 0.79 |
| Hex | EE | FF | 94 | 7 | 0 | 2A | 0 | 46 | 64 | 4F |
| Octal | 356 | 377 | 224 | 7 | 0 | 52 | 0 | 106 | 144 | 117 |
| Binary | 11101110 | 11111111 | 10010100 | 111 | 0 | 101010 | 0 | 1000110 | 1100100 | 1001111 |
Color Harmonies of #EEFF94
Complementary color
Monochromatic Colors of #EEFF94
Black with #EEFF94
Text Example
Text Example
White with #EEFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF94; }
p { color: rgb(238,255,148); }
H1.HeaderClassName
{
color: #EEFF94;
}
.AnyTagClassName
{
color: #EEFF94;
}
</style>
background-color css
<style>
a { background-color: #EEFF94; }
a { background-color: rgb(238,255,148); }
div.DivClassName
{
background-color: #EEFF94;
}
.BgClassName
{
background-color: #EEFF94;
}
</style>
border-color css
<style>
span { border-color: #EEFF94; }
span { border-color: rgb(238,255,148); }
td.TdClassName
{
border-color: #EEFF94;
}
.TagClassName
{
border-color: #EEFF94;
}
</style>