Shades of Tidal #EBF48E
Tints of Tidal #EBF48E
RGB
CMYK
RGB Variations
Color information
#EBF48E (or 0xEBF48E) is known color: Tidal. HEX triplet: EB, F4 and 8E. RGB value is (235,244,142). Sum of RGB (Red+Green+Blue) = 235+244+142=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF48E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF48E is #140B71. Grayscale: #E6E6E6. Windows color (decimal): -1313650 or 9368811. OLE color: 9368811.
HSL color Cylindrical-coordinate representation of color #EBF48E: hue angle of 65.29º degrees, saturation: 0.82, 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 #EBF48E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 142 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.04 |
| HSL | 65.29º | 0.82% | 0.76% | - |
| HSV(B) | 65.29º | 0.42% | 0.96% | - |
| XYZ | 71.49 | 84.32 | 38.1 | - |
| YUV | 229.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 142 | 0.04 | 0 | 0.42 | 0.04 | 65.29 | 0.82 | 0.76 |
| Hex | EB | F4 | 8E | 4 | 0 | 2A | 4 | 41 | 52 | 4C |
| Octal | 353 | 364 | 216 | 4 | 0 | 52 | 4 | 101 | 122 | 114 |
| Binary | 11101011 | 11110100 | 10001110 | 100 | 0 | 101010 | 100 | 1000001 | 1010010 | 1001100 |
Color Harmonies of #EBF48E
Complementary color
Monochromatic Colors of #EBF48E
Black with #EBF48E
Text Example
Text Example
White with #EBF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF48E; }
p { color: rgb(235,244,142); }
H1.HeaderClassName
{
color: #EBF48E;
}
.AnyTagClassName
{
color: #EBF48E;
}
</style>
background-color css
<style>
a { background-color: #EBF48E; }
a { background-color: rgb(235,244,142); }
div.DivClassName
{
background-color: #EBF48E;
}
.BgClassName
{
background-color: #EBF48E;
}
</style>
border-color css
<style>
span { border-color: #EBF48E; }
span { border-color: rgb(235,244,142); }
td.TdClassName
{
border-color: #EBF48E;
}
.TagClassName
{
border-color: #EBF48E;
}
</style>