Shades of Tidal #E9FF7C
Tints of Tidal #E9FF7C
RGB
CMYK
RGB Variations
Color information
#E9FF7C (or 0xE9FF7C) is known color: Tidal. HEX triplet: E9, FF and 7C. RGB value is (233,255,124). Sum of RGB (Red+Green+Blue) = 233+255+124=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 124 (48.83% from 255 or 20.26% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9FF7C is #160083. Grayscale: #E9E9E9. Windows color (decimal): -1441924 or 8191977. OLE color: 8191977.
HSL color Cylindrical-coordinate representation of color #E9FF7C: hue angle of 70.08º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9FF7C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 124 | - |
| CMYK | 0.09 | 0 | 0.51 | 0 |
| HSL | 70.08º | 1% | 0.74% | - |
| HSV(B) | 70.08º | 0.51% | 1% | - |
| XYZ | 73 | 90.3 | 32.65 | - |
| YUV | 233.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 124 | 0.09 | 0 | 0.51 | 0 | 70.08 | 1 | 0.74 |
| Hex | E9 | FF | 7C | 9 | 0 | 33 | 0 | 46 | 64 | 4A |
| Octal | 351 | 377 | 174 | 11 | 0 | 63 | 0 | 106 | 144 | 112 |
| Binary | 11101001 | 11111111 | 1111100 | 1001 | 0 | 110011 | 0 | 1000110 | 1100100 | 1001010 |
Color Harmonies of #E9FF7C
Complementary color
Monochromatic Colors of #E9FF7C
Black with #E9FF7C
Text Example
Text Example
White with #E9FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FF7C; }
p { color: rgb(233,255,124); }
H1.HeaderClassName
{
color: #E9FF7C;
}
.AnyTagClassName
{
color: #E9FF7C;
}
</style>
background-color css
<style>
a { background-color: #E9FF7C; }
a { background-color: rgb(233,255,124); }
div.DivClassName
{
background-color: #E9FF7C;
}
.BgClassName
{
background-color: #E9FF7C;
}
</style>
border-color css
<style>
span { border-color: #E9FF7C; }
span { border-color: rgb(233,255,124); }
td.TdClassName
{
border-color: #E9FF7C;
}
.TagClassName
{
border-color: #E9FF7C;
}
</style>