Shades of Tidal #E9FF7E
Tints of Tidal #E9FF7E
RGB
CMYK
RGB Variations
Color information
#E9FF7E (or 0xE9FF7E) is known color: Tidal. HEX triplet: E9, FF and 7E. RGB value is (233,255,126). Sum of RGB (Red+Green+Blue) = 233+255+126=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 126 (49.61% from 255 or 20.52% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9FF7E is #160081. Grayscale: #EAEAEA. Windows color (decimal): -1441922 or 8323049. OLE color: 8323049.
HSL color Cylindrical-coordinate representation of color #E9FF7E: hue angle of 70.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9FF7E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 126 | - |
| CMYK | 0.09 | 0 | 0.51 | 0 |
| HSL | 70.23º | 1% | 0.75% | - |
| HSV(B) | 70.23º | 0.51% | 1% | - |
| XYZ | 73.13 | 90.35 | 33.32 | - |
| YUV | 233.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 126 | 0.09 | 0 | 0.51 | 0 | 70.23 | 1 | 0.75 |
| Hex | E9 | FF | 7E | 9 | 0 | 33 | 0 | 46 | 64 | 4B |
| Octal | 351 | 377 | 176 | 11 | 0 | 63 | 0 | 106 | 144 | 113 |
| Binary | 11101001 | 11111111 | 1111110 | 1001 | 0 | 110011 | 0 | 1000110 | 1100100 | 1001011 |
Color Harmonies of #E9FF7E
Complementary color
Monochromatic Colors of #E9FF7E
Black with #E9FF7E
Text Example
Text Example
White with #E9FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FF7E; }
p { color: rgb(233,255,126); }
H1.HeaderClassName
{
color: #E9FF7E;
}
.AnyTagClassName
{
color: #E9FF7E;
}
</style>
background-color css
<style>
a { background-color: #E9FF7E; }
a { background-color: rgb(233,255,126); }
div.DivClassName
{
background-color: #E9FF7E;
}
.BgClassName
{
background-color: #E9FF7E;
}
</style>
border-color css
<style>
span { border-color: #E9FF7E; }
span { border-color: rgb(233,255,126); }
td.TdClassName
{
border-color: #E9FF7E;
}
.TagClassName
{
border-color: #E9FF7E;
}
</style>