Shades of Tidal #EBF283
Tints of Tidal #EBF283
RGB
CMYK
RGB Variations
Color information
#EBF283 (or 0xEBF283) is known color: Tidal. HEX triplet: EB, F2 and 83. RGB value is (235,242,131). Sum of RGB (Red+Green+Blue) = 235+242+131=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF283 is #140D7C. Grayscale: #E3E3E3. Windows color (decimal): -1314173 or 8647403. OLE color: 8647403.
HSL color Cylindrical-coordinate representation of color #EBF283: hue angle of 63.78º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBF283 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 131 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.05 |
| HSL | 63.78º | 0.81% | 0.73% | - |
| HSV(B) | 63.78º | 0.46% | 0.95% | - |
| XYZ | 70.11 | 82.81 | 33.76 | - |
| YUV | 227.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 131 | 0.03 | 0 | 0.46 | 0.05 | 63.78 | 0.81 | 0.73 |
| Hex | EB | F2 | 83 | 3 | 0 | 2E | 5 | 40 | 51 | 49 |
| Octal | 353 | 362 | 203 | 3 | 0 | 56 | 5 | 100 | 121 | 111 |
| Binary | 11101011 | 11110010 | 10000011 | 11 | 0 | 101110 | 101 | 1000000 | 1010001 | 1001001 |
Color Harmonies of #EBF283
Complementary color
Monochromatic Colors of #EBF283
Black with #EBF283
Text Example
Text Example
White with #EBF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF283; }
p { color: rgb(235,242,131); }
H1.HeaderClassName
{
color: #EBF283;
}
.AnyTagClassName
{
color: #EBF283;
}
</style>
background-color css
<style>
a { background-color: #EBF283; }
a { background-color: rgb(235,242,131); }
div.DivClassName
{
background-color: #EBF283;
}
.BgClassName
{
background-color: #EBF283;
}
</style>
border-color css
<style>
span { border-color: #EBF283; }
span { border-color: rgb(235,242,131); }
td.TdClassName
{
border-color: #EBF283;
}
.TagClassName
{
border-color: #EBF283;
}
</style>