Shades of Tidal #E4F885
Tints of Tidal #E4F885
RGB
CMYK
RGB Variations
Color information
#E4F885 (or 0xE4F885) is known color: Tidal. HEX triplet: E4, F8 and 85. RGB value is (228,248,133). Sum of RGB (Red+Green+Blue) = 228+248+133=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #E4F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F885 is #1B077A. Grayscale: #E5E5E5. Windows color (decimal): -1771387 or 8780004. OLE color: 8780004.
HSL color Cylindrical-coordinate representation of color #E4F885: hue angle of 70.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4F885 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 248 | 133 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.03 |
| HSL | 70.43º | 0.89% | 0.75% | - |
| HSV(B) | 70.43º | 0.46% | 0.97% | - |
| XYZ | 69.8 | 85.32 | 34.98 | - |
| YUV | 228.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 248 | 133 | 0.08 | 0 | 0.46 | 0.03 | 70.43 | 0.89 | 0.75 |
| Hex | E4 | F8 | 85 | 8 | 0 | 2E | 3 | 46 | 59 | 4B |
| Octal | 344 | 370 | 205 | 10 | 0 | 56 | 3 | 106 | 131 | 113 |
| Binary | 11100100 | 11111000 | 10000101 | 1000 | 0 | 101110 | 11 | 1000110 | 1011001 | 1001011 |
Color Harmonies of #E4F885
Complementary color
Monochromatic Colors of #E4F885
Black with #E4F885
Text Example
Text Example
White with #E4F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F885; }
p { color: rgb(228,248,133); }
H1.HeaderClassName
{
color: #E4F885;
}
.AnyTagClassName
{
color: #E4F885;
}
</style>
background-color css
<style>
a { background-color: #E4F885; }
a { background-color: rgb(228,248,133); }
div.DivClassName
{
background-color: #E4F885;
}
.BgClassName
{
background-color: #E4F885;
}
</style>
border-color css
<style>
span { border-color: #E4F885; }
span { border-color: rgb(228,248,133); }
td.TdClassName
{
border-color: #E4F885;
}
.TagClassName
{
border-color: #E4F885;
}
</style>