Shades of Tidal #EEF388
Tints of Tidal #EEF388
RGB
CMYK
RGB Variations
Color information
#EEF388 (or 0xEEF388) is known color: Tidal. HEX triplet: EE, F3 and 88. RGB value is (238,243,136). Sum of RGB (Red+Green+Blue) = 238+243+136=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF388 is #110C77. Grayscale: #E5E5E5. Windows color (decimal): -1117304 or 8975342. OLE color: 8975342.
HSL color Cylindrical-coordinate representation of color #EEF388: hue angle of 62.8º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF388 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 136 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 62.8º | 0.82% | 0.74% | - |
| HSV(B) | 62.8º | 0.44% | 0.95% | - |
| XYZ | 71.75 | 84.06 | 35.74 | - |
| YUV | 229.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 136 | 0.02 | 0 | 0.44 | 0.05 | 62.8 | 0.82 | 0.74 |
| Hex | EE | F3 | 88 | 2 | 0 | 2C | 5 | 3F | 52 | 4A |
| Octal | 356 | 363 | 210 | 2 | 0 | 54 | 5 | 77 | 122 | 112 |
| Binary | 11101110 | 11110011 | 10001000 | 10 | 0 | 101100 | 101 | 111111 | 1010010 | 1001010 |
Color Harmonies of #EEF388
Complementary color
Monochromatic Colors of #EEF388
Black with #EEF388
Text Example
Text Example
White with #EEF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF388; }
p { color: rgb(238,243,136); }
H1.HeaderClassName
{
color: #EEF388;
}
.AnyTagClassName
{
color: #EEF388;
}
</style>
background-color css
<style>
a { background-color: #EEF388; }
a { background-color: rgb(238,243,136); }
div.DivClassName
{
background-color: #EEF388;
}
.BgClassName
{
background-color: #EEF388;
}
</style>
border-color css
<style>
span { border-color: #EEF388; }
span { border-color: rgb(238,243,136); }
td.TdClassName
{
border-color: #EEF388;
}
.TagClassName
{
border-color: #EEF388;
}
</style>