Shades of Tidal #E0F98D
Tints of Tidal #E0F98D
RGB
CMYK
RGB Variations
Color information
#E0F98D (or 0xE0F98D) is known color: Tidal. HEX triplet: E0, F9 and 8D. RGB value is (224,249,141). Sum of RGB (Red+Green+Blue) = 224+249+141=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F98D is #1F0672. Grayscale: #E5E5E5. Windows color (decimal): -2033267 or 9304544. OLE color: 9304544.
HSL color Cylindrical-coordinate representation of color #E0F98D: hue angle of 73.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0F98D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 249 | 141 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.02 |
| HSL | 73.89º | 0.9% | 0.76% | - |
| HSV(B) | 73.89º | 0.43% | 0.98% | - |
| XYZ | 69.42 | 85.52 | 38.05 | - |
| YUV | 229.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 249 | 141 | 0.10 | 0 | 0.43 | 0.02 | 73.89 | 0.9 | 0.76 |
| Hex | E0 | F9 | 8D | A | 0 | 2B | 2 | 4A | 5A | 4C |
| Octal | 340 | 371 | 215 | 12 | 0 | 53 | 2 | 112 | 132 | 114 |
| Binary | 11100000 | 11111001 | 10001101 | 1010 | 0 | 101011 | 10 | 1001010 | 1011010 | 1001100 |
Color Harmonies of #E0F98D
Complementary color
Monochromatic Colors of #E0F98D
Black with #E0F98D
Text Example
Text Example
White with #E0F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F98D; }
p { color: rgb(224,249,141); }
H1.HeaderClassName
{
color: #E0F98D;
}
.AnyTagClassName
{
color: #E0F98D;
}
</style>
background-color css
<style>
a { background-color: #E0F98D; }
a { background-color: rgb(224,249,141); }
div.DivClassName
{
background-color: #E0F98D;
}
.BgClassName
{
background-color: #E0F98D;
}
</style>
border-color css
<style>
span { border-color: #E0F98D; }
span { border-color: rgb(224,249,141); }
td.TdClassName
{
border-color: #E0F98D;
}
.TagClassName
{
border-color: #E0F98D;
}
</style>