Shades of Tidal #EEF684
Tints of Tidal #EEF684
RGB
CMYK
RGB Variations
Color information
#EEF684 (or 0xEEF684) is known color: Tidal. HEX triplet: EE, F6 and 84. RGB value is (238,246,132). Sum of RGB (Red+Green+Blue) = 238+246+132=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF684 is #11097B. Grayscale: #E7E7E7. Windows color (decimal): -1116540 or 8713966. OLE color: 8713966.
HSL color Cylindrical-coordinate representation of color #EEF684: hue angle of 64.21º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEF684 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 132 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.04 |
| HSL | 64.21º | 0.86% | 0.74% | - |
| HSV(B) | 64.21º | 0.46% | 0.96% | - |
| XYZ | 72.38 | 85.75 | 34.57 | - |
| YUV | 230.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 132 | 0.03 | 0 | 0.46 | 0.04 | 64.21 | 0.86 | 0.74 |
| Hex | EE | F6 | 84 | 3 | 0 | 2E | 4 | 40 | 56 | 4A |
| Octal | 356 | 366 | 204 | 3 | 0 | 56 | 4 | 100 | 126 | 112 |
| Binary | 11101110 | 11110110 | 10000100 | 11 | 0 | 101110 | 100 | 1000000 | 1010110 | 1001010 |
Color Harmonies of #EEF684
Complementary color
Monochromatic Colors of #EEF684
Black with #EEF684
Text Example
Text Example
White with #EEF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF684; }
p { color: rgb(238,246,132); }
H1.HeaderClassName
{
color: #EEF684;
}
.AnyTagClassName
{
color: #EEF684;
}
</style>
background-color css
<style>
a { background-color: #EEF684; }
a { background-color: rgb(238,246,132); }
div.DivClassName
{
background-color: #EEF684;
}
.BgClassName
{
background-color: #EEF684;
}
</style>
border-color css
<style>
span { border-color: #EEF684; }
span { border-color: rgb(238,246,132); }
td.TdClassName
{
border-color: #EEF684;
}
.TagClassName
{
border-color: #EEF684;
}
</style>