Shades of Tidal #EBFF87
Tints of Tidal #EBFF87
RGB
CMYK
RGB Variations
Color information
#EBFF87 (or 0xEBFF87) is known color: Tidal. HEX triplet: EB, FF and 87. RGB value is (235,255,135). Sum of RGB (Red+Green+Blue) = 235+255+135=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 135 (53.12% from 255 or 21.6% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF87 is #140078. Grayscale: #EBEBEB. Windows color (decimal): -1310841 or 8912875. OLE color: 8912875.
HSL color Cylindrical-coordinate representation of color #EBFF87: hue angle of 70º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBFF87 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 135 | - |
| CMYK | 0.08 | 0 | 0.47 | 0 |
| HSL | 70º | 1% | 0.76% | - |
| HSV(B) | 70º | 0.47% | 1% | - |
| XYZ | 74.39 | 90.93 | 36.55 | - |
| YUV | 235.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 135 | 0.08 | 0 | 0.47 | 0 | 70 | 1 | 0.76 |
| Hex | EB | FF | 87 | 8 | 0 | 2F | 0 | 46 | 64 | 4C |
| Octal | 353 | 377 | 207 | 10 | 0 | 57 | 0 | 106 | 144 | 114 |
| Binary | 11101011 | 11111111 | 10000111 | 1000 | 0 | 101111 | 0 | 1000110 | 1100100 | 1001100 |
Color Harmonies of #EBFF87
Complementary color
Monochromatic Colors of #EBFF87
Black with #EBFF87
Text Example
Text Example
White with #EBFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF87; }
p { color: rgb(235,255,135); }
H1.HeaderClassName
{
color: #EBFF87;
}
.AnyTagClassName
{
color: #EBFF87;
}
</style>
background-color css
<style>
a { background-color: #EBFF87; }
a { background-color: rgb(235,255,135); }
div.DivClassName
{
background-color: #EBFF87;
}
.BgClassName
{
background-color: #EBFF87;
}
</style>
border-color css
<style>
span { border-color: #EBFF87; }
span { border-color: rgb(235,255,135); }
td.TdClassName
{
border-color: #EBFF87;
}
.TagClassName
{
border-color: #EBFF87;
}
</style>