Shades of Tidal #EEFF8D
Tints of Tidal #EEFF8D
RGB
CMYK
RGB Variations
Color information
#EEFF8D (or 0xEEFF8D) is known color: Tidal. HEX triplet: EE, FF and 8D. RGB value is (238,255,141). Sum of RGB (Red+Green+Blue) = 238+255+141=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF8D is #110072. Grayscale: #EDEDED. Windows color (decimal): -1114227 or 9306094. OLE color: 9306094.
HSL color Cylindrical-coordinate representation of color #EEFF8D: hue angle of 68.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEFF8D is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 141 | - |
| CMYK | 0.07 | 0 | 0.45 | 0 |
| HSL | 68.95º | 1% | 0.78% | - |
| HSV(B) | 68.95º | 0.45% | 1% | - |
| XYZ | 75.83 | 91.62 | 38.89 | - |
| YUV | 236.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 141 | 0.07 | 0 | 0.45 | 0 | 68.95 | 1 | 0.78 |
| Hex | EE | FF | 8D | 7 | 0 | 2D | 0 | 45 | 64 | 4E |
| Octal | 356 | 377 | 215 | 7 | 0 | 55 | 0 | 105 | 144 | 116 |
| Binary | 11101110 | 11111111 | 10001101 | 111 | 0 | 101101 | 0 | 1000101 | 1100100 | 1001110 |
Color Harmonies of #EEFF8D
Complementary color
Monochromatic Colors of #EEFF8D
Black with #EEFF8D
Text Example
Text Example
White with #EEFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF8D; }
p { color: rgb(238,255,141); }
H1.HeaderClassName
{
color: #EEFF8D;
}
.AnyTagClassName
{
color: #EEFF8D;
}
</style>
background-color css
<style>
a { background-color: #EEFF8D; }
a { background-color: rgb(238,255,141); }
div.DivClassName
{
background-color: #EEFF8D;
}
.BgClassName
{
background-color: #EEFF8D;
}
</style>
border-color css
<style>
span { border-color: #EEFF8D; }
span { border-color: rgb(238,255,141); }
td.TdClassName
{
border-color: #EEFF8D;
}
.TagClassName
{
border-color: #EEFF8D;
}
</style>