Shades of Tidal #EEF892
Tints of Tidal #EEF892
RGB
CMYK
RGB Variations
Color information
#EEF892 (or 0xEEF892) is known color: Tidal. HEX triplet: EE, F8 and 92. RGB value is (238,248,146). Sum of RGB (Red+Green+Blue) = 238+248+146=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 146 (57.42% from 255 or 23.10% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF892 is #11076D. Grayscale: #E9E9E9. Windows color (decimal): -1116014 or 9631982. OLE color: 9631982.
HSL color Cylindrical-coordinate representation of color #EEF892: hue angle of 65.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEF892 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 146 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.03 |
| HSL | 65.88º | 0.88% | 0.77% | - |
| HSV(B) | 65.88º | 0.41% | 0.97% | - |
| XYZ | 74.02 | 87.39 | 40.16 | - |
| YUV | 233.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 146 | 0.04 | 0 | 0.41 | 0.03 | 65.88 | 0.88 | 0.77 |
| Hex | EE | F8 | 92 | 4 | 0 | 29 | 3 | 42 | 58 | 4D |
| Octal | 356 | 370 | 222 | 4 | 0 | 51 | 3 | 102 | 130 | 115 |
| Binary | 11101110 | 11111000 | 10010010 | 100 | 0 | 101001 | 11 | 1000010 | 1011000 | 1001101 |
Color Harmonies of #EEF892
Complementary color
Monochromatic Colors of #EEF892
Black with #EEF892
Text Example
Text Example
White with #EEF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF892; }
p { color: rgb(238,248,146); }
H1.HeaderClassName
{
color: #EEF892;
}
.AnyTagClassName
{
color: #EEF892;
}
</style>
background-color css
<style>
a { background-color: #EEF892; }
a { background-color: rgb(238,248,146); }
div.DivClassName
{
background-color: #EEF892;
}
.BgClassName
{
background-color: #EEF892;
}
</style>
border-color css
<style>
span { border-color: #EEF892; }
span { border-color: rgb(238,248,146); }
td.TdClassName
{
border-color: #EEF892;
}
.TagClassName
{
border-color: #EEF892;
}
</style>