Shades of Tidal #EBF58D
Tints of Tidal #EBF58D
RGB
CMYK
RGB Variations
Color information
#EBF58D (or 0xEBF58D) is known color: Tidal. HEX triplet: EB, F5 and 8D. RGB value is (235,245,141). Sum of RGB (Red+Green+Blue) = 235+245+141=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF58D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF58D is #140A72. Grayscale: #E6E6E6. Windows color (decimal): -1313395 or 9303531. OLE color: 9303531.
HSL color Cylindrical-coordinate representation of color #EBF58D: hue angle of 65.77º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBF58D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 141 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.04 |
| HSL | 65.77º | 0.84% | 0.76% | - |
| HSV(B) | 65.77º | 0.42% | 0.96% | - |
| XYZ | 71.72 | 84.89 | 37.8 | - |
| YUV | 230.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 141 | 0.04 | 0 | 0.42 | 0.04 | 65.77 | 0.84 | 0.76 |
| Hex | EB | F5 | 8D | 4 | 0 | 2A | 4 | 42 | 54 | 4C |
| Octal | 353 | 365 | 215 | 4 | 0 | 52 | 4 | 102 | 124 | 114 |
| Binary | 11101011 | 11110101 | 10001101 | 100 | 0 | 101010 | 100 | 1000010 | 1010100 | 1001100 |
Color Harmonies of #EBF58D
Complementary color
Monochromatic Colors of #EBF58D
Black with #EBF58D
Text Example
Text Example
White with #EBF58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF58D; }
p { color: rgb(235,245,141); }
H1.HeaderClassName
{
color: #EBF58D;
}
.AnyTagClassName
{
color: #EBF58D;
}
</style>
background-color css
<style>
a { background-color: #EBF58D; }
a { background-color: rgb(235,245,141); }
div.DivClassName
{
background-color: #EBF58D;
}
.BgClassName
{
background-color: #EBF58D;
}
</style>
border-color css
<style>
span { border-color: #EBF58D; }
span { border-color: rgb(235,245,141); }
td.TdClassName
{
border-color: #EBF58D;
}
.TagClassName
{
border-color: #EBF58D;
}
</style>