Shades of Tidal #EBF58A
Tints of Tidal #EBF58A
RGB
CMYK
RGB Variations
Color information
#EBF58A (or 0xEBF58A) is known color: Tidal. HEX triplet: EB, F5 and 8A. RGB value is (235,245,138). Sum of RGB (Red+Green+Blue) = 235+245+138=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF58A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF58A is #140A75. Grayscale: #E6E6E6. Windows color (decimal): -1313398 or 9106923. OLE color: 9106923.
HSL color Cylindrical-coordinate representation of color #EBF58A: hue angle of 65.61º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBF58A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 138 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.04 |
| HSL | 65.61º | 0.84% | 0.75% | - |
| HSV(B) | 65.61º | 0.44% | 0.96% | - |
| XYZ | 71.5 | 84.8 | 36.64 | - |
| YUV | 229.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 138 | 0.04 | 0 | 0.44 | 0.04 | 65.61 | 0.84 | 0.75 |
| Hex | EB | F5 | 8A | 4 | 0 | 2C | 4 | 42 | 54 | 4B |
| Octal | 353 | 365 | 212 | 4 | 0 | 54 | 4 | 102 | 124 | 113 |
| Binary | 11101011 | 11110101 | 10001010 | 100 | 0 | 101100 | 100 | 1000010 | 1010100 | 1001011 |
Color Harmonies of #EBF58A
Complementary color
Monochromatic Colors of #EBF58A
Black with #EBF58A
Text Example
Text Example
White with #EBF58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF58A; }
p { color: rgb(235,245,138); }
H1.HeaderClassName
{
color: #EBF58A;
}
.AnyTagClassName
{
color: #EBF58A;
}
</style>
background-color css
<style>
a { background-color: #EBF58A; }
a { background-color: rgb(235,245,138); }
div.DivClassName
{
background-color: #EBF58A;
}
.BgClassName
{
background-color: #EBF58A;
}
</style>
border-color css
<style>
span { border-color: #EBF58A; }
span { border-color: rgb(235,245,138); }
td.TdClassName
{
border-color: #EBF58A;
}
.TagClassName
{
border-color: #EBF58A;
}
</style>