Shades of Tidal #EEF386
Tints of Tidal #EEF386
RGB
CMYK
RGB Variations
Color information
#EEF386 (or 0xEEF386) is known color: Tidal. HEX triplet: EE, F3 and 86. RGB value is (238,243,134). Sum of RGB (Red+Green+Blue) = 238+243+134=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF386 is #110C79. Grayscale: #E5E5E5. Windows color (decimal): -1117306 or 8844270. OLE color: 8844270.
HSL color Cylindrical-coordinate representation of color #EEF386: hue angle of 62.75º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF386 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 134 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 62.75º | 0.82% | 0.74% | - |
| HSV(B) | 62.75º | 0.45% | 0.95% | - |
| XYZ | 71.61 | 84 | 34.99 | - |
| YUV | 229.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 134 | 0.02 | 0 | 0.45 | 0.05 | 62.75 | 0.82 | 0.74 |
| Hex | EE | F3 | 86 | 2 | 0 | 2D | 5 | 3F | 52 | 4A |
| Octal | 356 | 363 | 206 | 2 | 0 | 55 | 5 | 77 | 122 | 112 |
| Binary | 11101110 | 11110011 | 10000110 | 10 | 0 | 101101 | 101 | 111111 | 1010010 | 1001010 |
Color Harmonies of #EEF386
Complementary color
Monochromatic Colors of #EEF386
Black with #EEF386
Text Example
Text Example
White with #EEF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF386; }
p { color: rgb(238,243,134); }
H1.HeaderClassName
{
color: #EEF386;
}
.AnyTagClassName
{
color: #EEF386;
}
</style>
background-color css
<style>
a { background-color: #EEF386; }
a { background-color: rgb(238,243,134); }
div.DivClassName
{
background-color: #EEF386;
}
.BgClassName
{
background-color: #EEF386;
}
</style>
border-color css
<style>
span { border-color: #EEF386; }
span { border-color: rgb(238,243,134); }
td.TdClassName
{
border-color: #EEF386;
}
.TagClassName
{
border-color: #EEF386;
}
</style>