Shades of Tidal #EEFF93
Tints of Tidal #EEFF93
RGB
CMYK
RGB Variations
Color information
#EEFF93 (or 0xEEFF93) is known color: Tidal. HEX triplet: EE, FF and 93. RGB value is (238,255,147). Sum of RGB (Red+Green+Blue) = 238+255+147=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 147 (57.81% from 255 or 22.97% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF93 is #11006C. Grayscale: #EEEEEE. Windows color (decimal): -1114221 or 9699310. OLE color: 9699310.
HSL color Cylindrical-coordinate representation of color #EEFF93: hue angle of 69.44º 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 #EEFF93 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 147 | - |
| CMYK | 0.07 | 0 | 0.42 | 0 |
| HSL | 69.44º | 1% | 0.79% | - |
| HSV(B) | 69.44º | 0.42% | 1% | - |
| XYZ | 76.29 | 91.8 | 41.3 | - |
| YUV | 237.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 147 | 0.07 | 0 | 0.42 | 0 | 69.44 | 1 | 0.79 |
| Hex | EE | FF | 93 | 7 | 0 | 2A | 0 | 45 | 64 | 4F |
| Octal | 356 | 377 | 223 | 7 | 0 | 52 | 0 | 105 | 144 | 117 |
| Binary | 11101110 | 11111111 | 10010011 | 111 | 0 | 101010 | 0 | 1000101 | 1100100 | 1001111 |
Color Harmonies of #EEFF93
Complementary color
Monochromatic Colors of #EEFF93
Black with #EEFF93
Text Example
Text Example
White with #EEFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF93; }
p { color: rgb(238,255,147); }
H1.HeaderClassName
{
color: #EEFF93;
}
.AnyTagClassName
{
color: #EEFF93;
}
</style>
background-color css
<style>
a { background-color: #EEFF93; }
a { background-color: rgb(238,255,147); }
div.DivClassName
{
background-color: #EEFF93;
}
.BgClassName
{
background-color: #EEFF93;
}
</style>
border-color css
<style>
span { border-color: #EEFF93; }
span { border-color: rgb(238,255,147); }
td.TdClassName
{
border-color: #EEFF93;
}
.TagClassName
{
border-color: #EEFF93;
}
</style>