Shades of Tidal #EEF894
Tints of Tidal #EEF894
RGB
CMYK
RGB Variations
Color information
#EEF894 (or 0xEEF894) is known color: Tidal. HEX triplet: EE, F8 and 94. RGB value is (238,248,148). Sum of RGB (Red+Green+Blue) = 238+248+148=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF894 is #11076B. Grayscale: #E9E9E9. Windows color (decimal): -1116012 or 9763054. OLE color: 9763054.
HSL color Cylindrical-coordinate representation of color #EEF894: hue angle of 66º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEF894 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 148 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.03 |
| HSL | 66º | 0.88% | 0.78% | - |
| HSV(B) | 66º | 0.4% | 0.97% | - |
| XYZ | 74.17 | 87.45 | 40.99 | - |
| YUV | 233.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 148 | 0.04 | 0 | 0.40 | 0.03 | 66 | 0.88 | 0.78 |
| Hex | EE | F8 | 94 | 4 | 0 | 28 | 3 | 42 | 58 | 4E |
| Octal | 356 | 370 | 224 | 4 | 0 | 50 | 3 | 102 | 130 | 116 |
| Binary | 11101110 | 11111000 | 10010100 | 100 | 0 | 101000 | 11 | 1000010 | 1011000 | 1001110 |
Color Harmonies of #EEF894
Complementary color
Monochromatic Colors of #EEF894
Black with #EEF894
Text Example
Text Example
White with #EEF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF894; }
p { color: rgb(238,248,148); }
H1.HeaderClassName
{
color: #EEF894;
}
.AnyTagClassName
{
color: #EEF894;
}
</style>
background-color css
<style>
a { background-color: #EEF894; }
a { background-color: rgb(238,248,148); }
div.DivClassName
{
background-color: #EEF894;
}
.BgClassName
{
background-color: #EEF894;
}
</style>
border-color css
<style>
span { border-color: #EEF894; }
span { border-color: rgb(238,248,148); }
td.TdClassName
{
border-color: #EEF894;
}
.TagClassName
{
border-color: #EEF894;
}
</style>