Shades of Tidal #EEF993
Tints of Tidal #EEF993
RGB
CMYK
RGB Variations
Color information
#EEF993 (or 0xEEF993) is known color: Tidal. HEX triplet: EE, F9 and 93. RGB value is (238,249,147). Sum of RGB (Red+Green+Blue) = 238+249+147=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 147 (57.81% from 255 or 23.19% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF993 is #11066C. Grayscale: #EAEAEA. Windows color (decimal): -1115757 or 9697774. OLE color: 9697774.
HSL color Cylindrical-coordinate representation of color #EEF993: hue angle of 66.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEF993 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 147 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 66.47º | 0.89% | 0.78% | - |
| HSV(B) | 66.47º | 0.41% | 0.98% | - |
| XYZ | 74.4 | 88.04 | 40.67 | - |
| YUV | 234.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 147 | 0.04 | 0 | 0.41 | 0.02 | 66.47 | 0.89 | 0.78 |
| Hex | EE | F9 | 93 | 4 | 0 | 29 | 2 | 42 | 59 | 4E |
| Octal | 356 | 371 | 223 | 4 | 0 | 51 | 2 | 102 | 131 | 116 |
| Binary | 11101110 | 11111001 | 10010011 | 100 | 0 | 101001 | 10 | 1000010 | 1011001 | 1001110 |
Color Harmonies of #EEF993
Complementary color
Monochromatic Colors of #EEF993
Black with #EEF993
Text Example
Text Example
White with #EEF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF993; }
p { color: rgb(238,249,147); }
H1.HeaderClassName
{
color: #EEF993;
}
.AnyTagClassName
{
color: #EEF993;
}
</style>
background-color css
<style>
a { background-color: #EEF993; }
a { background-color: rgb(238,249,147); }
div.DivClassName
{
background-color: #EEF993;
}
.BgClassName
{
background-color: #EEF993;
}
</style>
border-color css
<style>
span { border-color: #EEF993; }
span { border-color: rgb(238,249,147); }
td.TdClassName
{
border-color: #EEF993;
}
.TagClassName
{
border-color: #EEF993;
}
</style>