Shades of Tidal #EEFF99
Tints of Tidal #EEFF99
RGB
CMYK
RGB Variations
Color information
#EEFF99 (or 0xEEFF99) is known color: Tidal. HEX triplet: EE, FF and 99. RGB value is (238,255,153). Sum of RGB (Red+Green+Blue) = 238+255+153=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 153 (60.16% from 255 or 23.68% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF99 is #110066. Grayscale: #EEEEEE. Windows color (decimal): -1114215 or 10092526. OLE color: 10092526.
HSL color Cylindrical-coordinate representation of color #EEFF99: hue angle of 70º 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 #EEFF99 is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 153 | - |
| CMYK | 0.07 | 0 | 0.4 | 0 |
| HSL | 70º | 1% | 0.8% | - |
| HSV(B) | 70º | 0.4% | 1% | - |
| XYZ | 76.77 | 92 | 43.85 | - |
| YUV | 238.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 153 | 0.07 | 0 | 0.4 | 0 | 70 | 1 | 0.8 |
| Hex | EE | FF | 99 | 7 | 0 | 28 | 0 | 46 | 64 | 50 |
| Octal | 356 | 377 | 231 | 7 | 0 | 50 | 0 | 106 | 144 | 120 |
| Binary | 11101110 | 11111111 | 10011001 | 111 | 0 | 101000 | 0 | 1000110 | 1100100 | 1010000 |
Color Harmonies of #EEFF99
Complementary color
Monochromatic Colors of #EEFF99
Black with #EEFF99
Text Example
Text Example
White with #EEFF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF99; }
p { color: rgb(238,255,153); }
H1.HeaderClassName
{
color: #EEFF99;
}
.AnyTagClassName
{
color: #EEFF99;
}
</style>
background-color css
<style>
a { background-color: #EEFF99; }
a { background-color: rgb(238,255,153); }
div.DivClassName
{
background-color: #EEFF99;
}
.BgClassName
{
background-color: #EEFF99;
}
</style>
border-color css
<style>
span { border-color: #EEFF99; }
span { border-color: rgb(238,255,153); }
td.TdClassName
{
border-color: #EEFF99;
}
.TagClassName
{
border-color: #EEFF99;
}
</style>