Shades of Tidal #E9FA8E
Tints of Tidal #E9FA8E
RGB
CMYK
RGB Variations
Color information
#E9FA8E (or 0xE9FA8E) is known color: Tidal. HEX triplet: E9, FA and 8E. RGB value is (233,250,142). Sum of RGB (Red+Green+Blue) = 233+250+142=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FA8E is #160571. Grayscale: #E9E9E9. Windows color (decimal): -1443186 or 9370345. OLE color: 9370345.
HSL color Cylindrical-coordinate representation of color #E9FA8E: hue angle of 69.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9FA8E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 142 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.02 |
| HSL | 69.44º | 0.92% | 0.77% | - |
| HSV(B) | 69.44º | 0.43% | 0.98% | - |
| XYZ | 72.67 | 87.65 | 38.68 | - |
| YUV | 232.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 142 | 0.07 | 0 | 0.43 | 0.02 | 69.44 | 0.92 | 0.77 |
| Hex | E9 | FA | 8E | 7 | 0 | 2B | 2 | 45 | 5C | 4D |
| Octal | 351 | 372 | 216 | 7 | 0 | 53 | 2 | 105 | 134 | 115 |
| Binary | 11101001 | 11111010 | 10001110 | 111 | 0 | 101011 | 10 | 1000101 | 1011100 | 1001101 |
Color Harmonies of #E9FA8E
Complementary color
Monochromatic Colors of #E9FA8E
Black with #E9FA8E
Text Example
Text Example
White with #E9FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FA8E; }
p { color: rgb(233,250,142); }
H1.HeaderClassName
{
color: #E9FA8E;
}
.AnyTagClassName
{
color: #E9FA8E;
}
</style>
background-color css
<style>
a { background-color: #E9FA8E; }
a { background-color: rgb(233,250,142); }
div.DivClassName
{
background-color: #E9FA8E;
}
.BgClassName
{
background-color: #E9FA8E;
}
</style>
border-color css
<style>
span { border-color: #E9FA8E; }
span { border-color: rgb(233,250,142); }
td.TdClassName
{
border-color: #E9FA8E;
}
.TagClassName
{
border-color: #E9FA8E;
}
</style>