Shades of Tidal #E5F085
Tints of Tidal #E5F085
RGB
CMYK
RGB Variations
Color information
#E5F085 (or 0xE5F085) is known color: Tidal. HEX triplet: E5, F0 and 85. RGB value is (229,240,133). Sum of RGB (Red+Green+Blue) = 229+240+133=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F085 is #1A0F7A. Grayscale: #E0E0E0. Windows color (decimal): -1707899 or 8777957. OLE color: 8777957.
HSL color Cylindrical-coordinate representation of color #E5F085: hue angle of 66.17º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5F085 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 133 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.06 |
| HSL | 66.17º | 0.78% | 0.73% | - |
| HSV(B) | 66.17º | 0.45% | 0.94% | - |
| XYZ | 67.71 | 80.67 | 34.19 | - |
| YUV | 224.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 133 | 0.05 | 0 | 0.45 | 0.06 | 66.17 | 0.78 | 0.73 |
| Hex | E5 | F0 | 85 | 5 | 0 | 2D | 6 | 42 | 4E | 49 |
| Octal | 345 | 360 | 205 | 5 | 0 | 55 | 6 | 102 | 116 | 111 |
| Binary | 11100101 | 11110000 | 10000101 | 101 | 0 | 101101 | 110 | 1000010 | 1001110 | 1001001 |
Color Harmonies of #E5F085
Complementary color
Monochromatic Colors of #E5F085
Black with #E5F085
Text Example
Text Example
White with #E5F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F085; }
p { color: rgb(229,240,133); }
H1.HeaderClassName
{
color: #E5F085;
}
.AnyTagClassName
{
color: #E5F085;
}
</style>
background-color css
<style>
a { background-color: #E5F085; }
a { background-color: rgb(229,240,133); }
div.DivClassName
{
background-color: #E5F085;
}
.BgClassName
{
background-color: #E5F085;
}
</style>
border-color css
<style>
span { border-color: #E5F085; }
span { border-color: rgb(229,240,133); }
td.TdClassName
{
border-color: #E5F085;
}
.TagClassName
{
border-color: #E5F085;
}
</style>