Shades of Tidal #E9FA8D
Tints of Tidal #E9FA8D
RGB
CMYK
RGB Variations
Color information
#E9FA8D (or 0xE9FA8D) is known color: Tidal. HEX triplet: E9, FA and 8D. RGB value is (233,250,141). Sum of RGB (Red+Green+Blue) = 233+250+141=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FA8D is #160572. Grayscale: #E8E8E8. Windows color (decimal): -1443187 or 9304809. OLE color: 9304809.
HSL color Cylindrical-coordinate representation of color #E9FA8D: hue angle of 69.36º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E9FA8D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 141 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.02 |
| HSL | 69.36º | 0.92% | 0.77% | - |
| HSV(B) | 69.36º | 0.44% | 0.98% | - |
| XYZ | 72.6 | 87.62 | 38.28 | - |
| YUV | 232.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 141 | 0.07 | 0 | 0.44 | 0.02 | 69.36 | 0.92 | 0.77 |
| Hex | E9 | FA | 8D | 7 | 0 | 2C | 2 | 45 | 5C | 4D |
| Octal | 351 | 372 | 215 | 7 | 0 | 54 | 2 | 105 | 134 | 115 |
| Binary | 11101001 | 11111010 | 10001101 | 111 | 0 | 101100 | 10 | 1000101 | 1011100 | 1001101 |
Color Harmonies of #E9FA8D
Complementary color
Monochromatic Colors of #E9FA8D
Black with #E9FA8D
Text Example
Text Example
White with #E9FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FA8D; }
p { color: rgb(233,250,141); }
H1.HeaderClassName
{
color: #E9FA8D;
}
.AnyTagClassName
{
color: #E9FA8D;
}
</style>
background-color css
<style>
a { background-color: #E9FA8D; }
a { background-color: rgb(233,250,141); }
div.DivClassName
{
background-color: #E9FA8D;
}
.BgClassName
{
background-color: #E9FA8D;
}
</style>
border-color css
<style>
span { border-color: #E9FA8D; }
span { border-color: rgb(233,250,141); }
td.TdClassName
{
border-color: #E9FA8D;
}
.TagClassName
{
border-color: #E9FA8D;
}
</style>