Shades of Tidal #EEF389
Tints of Tidal #EEF389
RGB
CMYK
RGB Variations
Color information
#EEF389 (or 0xEEF389) is known color: Tidal. HEX triplet: EE, F3 and 89. RGB value is (238,243,137). Sum of RGB (Red+Green+Blue) = 238+243+137=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 137 (53.91% from 255 or 22.17% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF389 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF389 is #110C76. Grayscale: #E5E5E5. Windows color (decimal): -1117303 or 9040878. OLE color: 9040878.
HSL color Cylindrical-coordinate representation of color #EEF389: hue angle of 62.83º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF389 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 137 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 62.83º | 0.82% | 0.75% | - |
| HSV(B) | 62.83º | 0.44% | 0.95% | - |
| XYZ | 71.83 | 84.08 | 36.11 | - |
| YUV | 229.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 137 | 0.02 | 0 | 0.44 | 0.05 | 62.83 | 0.82 | 0.75 |
| Hex | EE | F3 | 89 | 2 | 0 | 2C | 5 | 3F | 52 | 4B |
| Octal | 356 | 363 | 211 | 2 | 0 | 54 | 5 | 77 | 122 | 113 |
| Binary | 11101110 | 11110011 | 10001001 | 10 | 0 | 101100 | 101 | 111111 | 1010010 | 1001011 |
Color Harmonies of #EEF389
Complementary color
Monochromatic Colors of #EEF389
Black with #EEF389
Text Example
Text Example
White with #EEF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF389; }
p { color: rgb(238,243,137); }
H1.HeaderClassName
{
color: #EEF389;
}
.AnyTagClassName
{
color: #EEF389;
}
</style>
background-color css
<style>
a { background-color: #EEF389; }
a { background-color: rgb(238,243,137); }
div.DivClassName
{
background-color: #EEF389;
}
.BgClassName
{
background-color: #EEF389;
}
</style>
border-color css
<style>
span { border-color: #EEF389; }
span { border-color: rgb(238,243,137); }
td.TdClassName
{
border-color: #EEF389;
}
.TagClassName
{
border-color: #EEF389;
}
</style>