Shades of Tidal #EBFF7C
Tints of Tidal #EBFF7C
RGB
CMYK
RGB Variations
Color information
#EBFF7C (or 0xEBFF7C) is known color: Tidal. HEX triplet: EB, FF and 7C. RGB value is (235,255,124). Sum of RGB (Red+Green+Blue) = 235+255+124=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF7C is #140083. Grayscale: #EAEAEA. Windows color (decimal): -1310852 or 8191979. OLE color: 8191979.
HSL color Cylindrical-coordinate representation of color #EBFF7C: hue angle of 69.16º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBFF7C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 124 | - |
| CMYK | 0.08 | 0 | 0.51 | 0 |
| HSL | 69.16º | 1% | 0.74% | - |
| HSV(B) | 69.16º | 0.51% | 1% | - |
| XYZ | 73.66 | 90.64 | 32.68 | - |
| YUV | 234.09 | 65.87 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 124 | 0.08 | 0 | 0.51 | 0 | 69.16 | 1 | 0.74 |
| Hex | EB | FF | 7C | 8 | 0 | 33 | 0 | 45 | 64 | 4A |
| Octal | 353 | 377 | 174 | 10 | 0 | 63 | 0 | 105 | 144 | 112 |
| Binary | 11101011 | 11111111 | 1111100 | 1000 | 0 | 110011 | 0 | 1000101 | 1100100 | 1001010 |
Color Harmonies of #EBFF7C
Complementary color
Monochromatic Colors of #EBFF7C
Black with #EBFF7C
Text Example
Text Example
White with #EBFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF7C; }
p { color: rgb(235,255,124); }
H1.HeaderClassName
{
color: #EBFF7C;
}
.AnyTagClassName
{
color: #EBFF7C;
}
</style>
background-color css
<style>
a { background-color: #EBFF7C; }
a { background-color: rgb(235,255,124); }
div.DivClassName
{
background-color: #EBFF7C;
}
.BgClassName
{
background-color: #EBFF7C;
}
</style>
border-color css
<style>
span { border-color: #EBFF7C; }
span { border-color: rgb(235,255,124); }
td.TdClassName
{
border-color: #EBFF7C;
}
.TagClassName
{
border-color: #EBFF7C;
}
</style>