Shades of Tidal #E5FA8C
Tints of Tidal #E5FA8C
RGB
CMYK
RGB Variations
Color information
#E5FA8C (or 0xE5FA8C) is known color: Tidal. HEX triplet: E5, FA and 8C. RGB value is (229,250,140). Sum of RGB (Red+Green+Blue) = 229+250+140=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FA8C is #1A0573. Grayscale: #E7E7E7. Windows color (decimal): -1705332 or 9239269. OLE color: 9239269.
HSL color Cylindrical-coordinate representation of color #E5FA8C: hue angle of 71.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5FA8C is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 140 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.02 |
| HSL | 71.45º | 0.92% | 0.76% | - |
| HSV(B) | 71.45º | 0.44% | 0.98% | - |
| XYZ | 71.23 | 86.92 | 37.83 | - |
| YUV | 231.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 140 | 0.08 | 0 | 0.44 | 0.02 | 71.45 | 0.92 | 0.76 |
| Hex | E5 | FA | 8C | 8 | 0 | 2C | 2 | 47 | 5C | 4C |
| Octal | 345 | 372 | 214 | 10 | 0 | 54 | 2 | 107 | 134 | 114 |
| Binary | 11100101 | 11111010 | 10001100 | 1000 | 0 | 101100 | 10 | 1000111 | 1011100 | 1001100 |
Color Harmonies of #E5FA8C
Complementary color
Monochromatic Colors of #E5FA8C
Black with #E5FA8C
Text Example
Text Example
White with #E5FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FA8C; }
p { color: rgb(229,250,140); }
H1.HeaderClassName
{
color: #E5FA8C;
}
.AnyTagClassName
{
color: #E5FA8C;
}
</style>
background-color css
<style>
a { background-color: #E5FA8C; }
a { background-color: rgb(229,250,140); }
div.DivClassName
{
background-color: #E5FA8C;
}
.BgClassName
{
background-color: #E5FA8C;
}
</style>
border-color css
<style>
span { border-color: #E5FA8C; }
span { border-color: rgb(229,250,140); }
td.TdClassName
{
border-color: #E5FA8C;
}
.TagClassName
{
border-color: #E5FA8C;
}
</style>