Shades of Tidal #EEFF96
Tints of Tidal #EEFF96
RGB
CMYK
RGB Variations
Color information
#EEFF96 (or 0xEEFF96) is known color: Tidal. HEX triplet: EE, FF and 96. RGB value is (238,255,150). Sum of RGB (Red+Green+Blue) = 238+255+150=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 150 (58.98% from 255 or 23.33% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF96 is #110069. Grayscale: #EEEEEE. Windows color (decimal): -1114218 or 9895918. OLE color: 9895918.
HSL color Cylindrical-coordinate representation of color #EEFF96: hue angle of 69.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEFF96 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 150 | - |
| CMYK | 0.07 | 0 | 0.41 | 0 |
| HSL | 69.71º | 1% | 0.79% | - |
| HSV(B) | 69.71º | 0.41% | 1% | - |
| XYZ | 76.52 | 91.9 | 42.56 | - |
| YUV | 237.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 150 | 0.07 | 0 | 0.41 | 0 | 69.71 | 1 | 0.79 |
| Hex | EE | FF | 96 | 7 | 0 | 29 | 0 | 46 | 64 | 4F |
| Octal | 356 | 377 | 226 | 7 | 0 | 51 | 0 | 106 | 144 | 117 |
| Binary | 11101110 | 11111111 | 10010110 | 111 | 0 | 101001 | 0 | 1000110 | 1100100 | 1001111 |
Color Harmonies of #EEFF96
Complementary color
Monochromatic Colors of #EEFF96
Black with #EEFF96
Text Example
Text Example
White with #EEFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF96; }
p { color: rgb(238,255,150); }
H1.HeaderClassName
{
color: #EEFF96;
}
.AnyTagClassName
{
color: #EEFF96;
}
</style>
background-color css
<style>
a { background-color: #EEFF96; }
a { background-color: rgb(238,255,150); }
div.DivClassName
{
background-color: #EEFF96;
}
.BgClassName
{
background-color: #EEFF96;
}
</style>
border-color css
<style>
span { border-color: #EEFF96; }
span { border-color: rgb(238,255,150); }
td.TdClassName
{
border-color: #EEFF96;
}
.TagClassName
{
border-color: #EEFF96;
}
</style>