Shades of Tidal #E0FE86
Tints of Tidal #E0FE86
RGB
CMYK
RGB Variations
Color information
#E0FE86 (or 0xE0FE86) is known color: Tidal. HEX triplet: E0, FE and 86. RGB value is (224,254,134). Sum of RGB (Red+Green+Blue) = 224+254+134=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FE86 is #1F0179. Grayscale: #E7E7E7. Windows color (decimal): -2031994 or 8847072. OLE color: 8847072.
HSL color Cylindrical-coordinate representation of color #E0FE86: hue angle of 75º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0FE86 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 134 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.00 |
| HSL | 75º | 0.98% | 0.76% | - |
| HSV(B) | 75º | 0.47% | 1% | - |
| XYZ | 70.49 | 88.45 | 35.91 | - |
| YUV | 231.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 134 | 0.12 | 0 | 0.47 | 0.00 | 75 | 0.98 | 0.76 |
| Hex | E0 | FE | 86 | C | 0 | 2F | 0 | 4B | 62 | 4C |
| Octal | 340 | 376 | 206 | 14 | 0 | 57 | 0 | 113 | 142 | 114 |
| Binary | 11100000 | 11111110 | 10000110 | 1100 | 0 | 101111 | 0 | 1001011 | 1100010 | 1001100 |
Color Harmonies of #E0FE86
Complementary color
Monochromatic Colors of #E0FE86
Black with #E0FE86
Text Example
Text Example
White with #E0FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE86; }
p { color: rgb(224,254,134); }
H1.HeaderClassName
{
color: #E0FE86;
}
.AnyTagClassName
{
color: #E0FE86;
}
</style>
background-color css
<style>
a { background-color: #E0FE86; }
a { background-color: rgb(224,254,134); }
div.DivClassName
{
background-color: #E0FE86;
}
.BgClassName
{
background-color: #E0FE86;
}
</style>
border-color css
<style>
span { border-color: #E0FE86; }
span { border-color: rgb(224,254,134); }
td.TdClassName
{
border-color: #E0FE86;
}
.TagClassName
{
border-color: #E0FE86;
}
</style>