Shades of Tidal #EBFF8A
Tints of Tidal #EBFF8A
RGB
CMYK
RGB Variations
Color information
#EBFF8A (or 0xEBFF8A) is known color: Tidal. HEX triplet: EB, FF and 8A. RGB value is (235,255,138). Sum of RGB (Red+Green+Blue) = 235+255+138=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 138 (54.30% from 255 or 21.97% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF8A is #140075. Grayscale: #ECECEC. Windows color (decimal): -1310838 or 9109483. OLE color: 9109483.
HSL color Cylindrical-coordinate representation of color #EBFF8A: hue angle of 70.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBFF8A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 138 | - |
| CMYK | 0.08 | 0 | 0.46 | 0 |
| HSL | 70.26º | 1% | 0.77% | - |
| HSV(B) | 70.26º | 0.46% | 1% | - |
| XYZ | 74.61 | 91.02 | 37.68 | - |
| YUV | 235.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 138 | 0.08 | 0 | 0.46 | 0 | 70.26 | 1 | 0.77 |
| Hex | EB | FF | 8A | 8 | 0 | 2E | 0 | 46 | 64 | 4D |
| Octal | 353 | 377 | 212 | 10 | 0 | 56 | 0 | 106 | 144 | 115 |
| Binary | 11101011 | 11111111 | 10001010 | 1000 | 0 | 101110 | 0 | 1000110 | 1100100 | 1001101 |
Color Harmonies of #EBFF8A
Complementary color
Monochromatic Colors of #EBFF8A
Black with #EBFF8A
Text Example
Text Example
White with #EBFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF8A; }
p { color: rgb(235,255,138); }
H1.HeaderClassName
{
color: #EBFF8A;
}
.AnyTagClassName
{
color: #EBFF8A;
}
</style>
background-color css
<style>
a { background-color: #EBFF8A; }
a { background-color: rgb(235,255,138); }
div.DivClassName
{
background-color: #EBFF8A;
}
.BgClassName
{
background-color: #EBFF8A;
}
</style>
border-color css
<style>
span { border-color: #EBFF8A; }
span { border-color: rgb(235,255,138); }
td.TdClassName
{
border-color: #EBFF8A;
}
.TagClassName
{
border-color: #EBFF8A;
}
</style>