Shades of Tidal #E5F993
Tints of Tidal #E5F993
RGB
CMYK
RGB Variations
Color information
#E5F993 (or 0xE5F993) is known color: Tidal. HEX triplet: E5, F9 and 93. RGB value is (229,249,147). Sum of RGB (Red+Green+Blue) = 229+249+147=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 147 (57.81% from 255 or 23.52% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F993 is #1A066C. Grayscale: #E7E7E7. Windows color (decimal): -1705581 or 9697765. OLE color: 9697765.
HSL color Cylindrical-coordinate representation of color #E5F993: hue angle of 71.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5F993 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 249 | 147 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.02 |
| HSL | 71.76º | 0.89% | 0.78% | - |
| HSV(B) | 71.76º | 0.41% | 0.98% | - |
| XYZ | 71.46 | 86.52 | 40.54 | - |
| YUV | 231.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 249 | 147 | 0.08 | 0 | 0.41 | 0.02 | 71.76 | 0.89 | 0.78 |
| Hex | E5 | F9 | 93 | 8 | 0 | 29 | 2 | 48 | 59 | 4E |
| Octal | 345 | 371 | 223 | 10 | 0 | 51 | 2 | 110 | 131 | 116 |
| Binary | 11100101 | 11111001 | 10010011 | 1000 | 0 | 101001 | 10 | 1001000 | 1011001 | 1001110 |
Color Harmonies of #E5F993
Complementary color
Monochromatic Colors of #E5F993
Black with #E5F993
Text Example
Text Example
White with #E5F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F993; }
p { color: rgb(229,249,147); }
H1.HeaderClassName
{
color: #E5F993;
}
.AnyTagClassName
{
color: #E5F993;
}
</style>
background-color css
<style>
a { background-color: #E5F993; }
a { background-color: rgb(229,249,147); }
div.DivClassName
{
background-color: #E5F993;
}
.BgClassName
{
background-color: #E5F993;
}
</style>
border-color css
<style>
span { border-color: #E5F993; }
span { border-color: rgb(229,249,147); }
td.TdClassName
{
border-color: #E5F993;
}
.TagClassName
{
border-color: #E5F993;
}
</style>