Shades of Tidal #EEF88E
Tints of Tidal #EEF88E
RGB
CMYK
RGB Variations
Color information
#EEF88E (or 0xEEF88E) is known color: Tidal. HEX triplet: EE, F8 and 8E. RGB value is (238,248,142). Sum of RGB (Red+Green+Blue) = 238+248+142=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 142 (55.86% from 255 or 22.61% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF88E is #110771. Grayscale: #E9E9E9. Windows color (decimal): -1116018 or 9369838. OLE color: 9369838.
HSL color Cylindrical-coordinate representation of color #EEF88E: hue angle of 65.66º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEF88E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 142 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.03 |
| HSL | 65.66º | 0.88% | 0.76% | - |
| HSV(B) | 65.66º | 0.43% | 0.97% | - |
| XYZ | 73.71 | 87.26 | 38.55 | - |
| YUV | 232.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 142 | 0.04 | 0 | 0.43 | 0.03 | 65.66 | 0.88 | 0.76 |
| Hex | EE | F8 | 8E | 4 | 0 | 2B | 3 | 42 | 58 | 4C |
| Octal | 356 | 370 | 216 | 4 | 0 | 53 | 3 | 102 | 130 | 114 |
| Binary | 11101110 | 11111000 | 10001110 | 100 | 0 | 101011 | 11 | 1000010 | 1011000 | 1001100 |
Color Harmonies of #EEF88E
Complementary color
Monochromatic Colors of #EEF88E
Black with #EEF88E
Text Example
Text Example
White with #EEF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF88E; }
p { color: rgb(238,248,142); }
H1.HeaderClassName
{
color: #EEF88E;
}
.AnyTagClassName
{
color: #EEF88E;
}
</style>
background-color css
<style>
a { background-color: #EEF88E; }
a { background-color: rgb(238,248,142); }
div.DivClassName
{
background-color: #EEF88E;
}
.BgClassName
{
background-color: #EEF88E;
}
</style>
border-color css
<style>
span { border-color: #EEF88E; }
span { border-color: rgb(238,248,142); }
td.TdClassName
{
border-color: #EEF88E;
}
.TagClassName
{
border-color: #EEF88E;
}
</style>