Shades of Tidal #EEF98E
Tints of Tidal #EEF98E
RGB
CMYK
RGB Variations
Color information
#EEF98E (or 0xEEF98E) is known color: Tidal. HEX triplet: EE, F9 and 8E. RGB value is (238,249,142). Sum of RGB (Red+Green+Blue) = 238+249+142=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF98E is #110671. Grayscale: #E9E9E9. Windows color (decimal): -1115762 or 9370094. OLE color: 9370094.
HSL color Cylindrical-coordinate representation of color #EEF98E: hue angle of 66.17º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEF98E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 142 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.02 |
| HSL | 66.17º | 0.9% | 0.77% | - |
| HSV(B) | 66.17º | 0.43% | 0.98% | - |
| XYZ | 74.02 | 87.88 | 38.65 | - |
| YUV | 233.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 142 | 0.04 | 0 | 0.43 | 0.02 | 66.17 | 0.9 | 0.77 |
| Hex | EE | F9 | 8E | 4 | 0 | 2B | 2 | 42 | 5A | 4D |
| Octal | 356 | 371 | 216 | 4 | 0 | 53 | 2 | 102 | 132 | 115 |
| Binary | 11101110 | 11111001 | 10001110 | 100 | 0 | 101011 | 10 | 1000010 | 1011010 | 1001101 |
Color Harmonies of #EEF98E
Complementary color
Monochromatic Colors of #EEF98E
Black with #EEF98E
Text Example
Text Example
White with #EEF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF98E; }
p { color: rgb(238,249,142); }
H1.HeaderClassName
{
color: #EEF98E;
}
.AnyTagClassName
{
color: #EEF98E;
}
</style>
background-color css
<style>
a { background-color: #EEF98E; }
a { background-color: rgb(238,249,142); }
div.DivClassName
{
background-color: #EEF98E;
}
.BgClassName
{
background-color: #EEF98E;
}
</style>
border-color css
<style>
span { border-color: #EEF98E; }
span { border-color: rgb(238,249,142); }
td.TdClassName
{
border-color: #EEF98E;
}
.TagClassName
{
border-color: #EEF98E;
}
</style>