Shades of Tidal #EBFF8E
Tints of Tidal #EBFF8E
RGB
CMYK
RGB Variations
Color information
#EBFF8E (or 0xEBFF8E) is known color: Tidal. HEX triplet: EB, FF and 8E. RGB value is (235,255,142). Sum of RGB (Red+Green+Blue) = 235+255+142=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 142 (55.86% from 255 or 22.47% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF8E is #140071. Grayscale: #ECECEC. Windows color (decimal): -1310834 or 9371627. OLE color: 9371627.
HSL color Cylindrical-coordinate representation of color #EBFF8E: hue angle of 70.62º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBFF8E is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 142 | - |
| CMYK | 0.08 | 0 | 0.44 | 0 |
| HSL | 70.62º | 1% | 0.78% | - |
| HSV(B) | 70.62º | 0.44% | 1% | - |
| XYZ | 74.9 | 91.14 | 39.23 | - |
| YUV | 236.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 142 | 0.08 | 0 | 0.44 | 0 | 70.62 | 1 | 0.78 |
| Hex | EB | FF | 8E | 8 | 0 | 2C | 0 | 47 | 64 | 4E |
| Octal | 353 | 377 | 216 | 10 | 0 | 54 | 0 | 107 | 144 | 116 |
| Binary | 11101011 | 11111111 | 10001110 | 1000 | 0 | 101100 | 0 | 1000111 | 1100100 | 1001110 |
Color Harmonies of #EBFF8E
Complementary color
Monochromatic Colors of #EBFF8E
Black with #EBFF8E
Text Example
Text Example
White with #EBFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF8E; }
p { color: rgb(235,255,142); }
H1.HeaderClassName
{
color: #EBFF8E;
}
.AnyTagClassName
{
color: #EBFF8E;
}
</style>
background-color css
<style>
a { background-color: #EBFF8E; }
a { background-color: rgb(235,255,142); }
div.DivClassName
{
background-color: #EBFF8E;
}
.BgClassName
{
background-color: #EBFF8E;
}
</style>
border-color css
<style>
span { border-color: #EBFF8E; }
span { border-color: rgb(235,255,142); }
td.TdClassName
{
border-color: #EBFF8E;
}
.TagClassName
{
border-color: #EBFF8E;
}
</style>