Shades of Tidal #EBFF8D
Tints of Tidal #EBFF8D
RGB
CMYK
RGB Variations
Color information
#EBFF8D (or 0xEBFF8D) is known color: Tidal. HEX triplet: EB, FF and 8D. RGB value is (235,255,141). Sum of RGB (Red+Green+Blue) = 235+255+141=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF8D is #140072. Grayscale: #ECECEC. Windows color (decimal): -1310835 or 9306091. OLE color: 9306091.
HSL color Cylindrical-coordinate representation of color #EBFF8D: hue angle of 70.53º 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 #EBFF8D is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 141 | - |
| CMYK | 0.08 | 0 | 0.45 | 0 |
| HSL | 70.53º | 1% | 0.78% | - |
| HSV(B) | 70.53º | 0.45% | 1% | - |
| XYZ | 74.83 | 91.11 | 38.84 | - |
| YUV | 236.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 141 | 0.08 | 0 | 0.45 | 0 | 70.53 | 1 | 0.78 |
| Hex | EB | FF | 8D | 8 | 0 | 2D | 0 | 47 | 64 | 4E |
| Octal | 353 | 377 | 215 | 10 | 0 | 55 | 0 | 107 | 144 | 116 |
| Binary | 11101011 | 11111111 | 10001101 | 1000 | 0 | 101101 | 0 | 1000111 | 1100100 | 1001110 |
Color Harmonies of #EBFF8D
Complementary color
Monochromatic Colors of #EBFF8D
Black with #EBFF8D
Text Example
Text Example
White with #EBFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF8D; }
p { color: rgb(235,255,141); }
H1.HeaderClassName
{
color: #EBFF8D;
}
.AnyTagClassName
{
color: #EBFF8D;
}
</style>
background-color css
<style>
a { background-color: #EBFF8D; }
a { background-color: rgb(235,255,141); }
div.DivClassName
{
background-color: #EBFF8D;
}
.BgClassName
{
background-color: #EBFF8D;
}
</style>
border-color css
<style>
span { border-color: #EBFF8D; }
span { border-color: rgb(235,255,141); }
td.TdClassName
{
border-color: #EBFF8D;
}
.TagClassName
{
border-color: #EBFF8D;
}
</style>