Shades of Tidal #E0FA8C
Tints of Tidal #E0FA8C
RGB
CMYK
RGB Variations
Color information
#E0FA8C (or 0xE0FA8C) is known color: Tidal. HEX triplet: E0, FA and 8C. RGB value is (224,250,140). Sum of RGB (Red+Green+Blue) = 224+250+140=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FA8C is #1F0573. Grayscale: #E6E6E6. Windows color (decimal): -2033012 or 9239264. OLE color: 9239264.
HSL color Cylindrical-coordinate representation of color #E0FA8C: hue angle of 74.18º 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 #E0FA8C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 140 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.02 |
| HSL | 74.18º | 0.92% | 0.76% | - |
| HSV(B) | 74.18º | 0.44% | 0.98% | - |
| XYZ | 69.66 | 86.11 | 37.76 | - |
| YUV | 229.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 140 | 0.10 | 0 | 0.44 | 0.02 | 74.18 | 0.92 | 0.76 |
| Hex | E0 | FA | 8C | A | 0 | 2C | 2 | 4A | 5C | 4C |
| Octal | 340 | 372 | 214 | 12 | 0 | 54 | 2 | 112 | 134 | 114 |
| Binary | 11100000 | 11111010 | 10001100 | 1010 | 0 | 101100 | 10 | 1001010 | 1011100 | 1001100 |
Color Harmonies of #E0FA8C
Complementary color
Monochromatic Colors of #E0FA8C
Black with #E0FA8C
Text Example
Text Example
White with #E0FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA8C; }
p { color: rgb(224,250,140); }
H1.HeaderClassName
{
color: #E0FA8C;
}
.AnyTagClassName
{
color: #E0FA8C;
}
</style>
background-color css
<style>
a { background-color: #E0FA8C; }
a { background-color: rgb(224,250,140); }
div.DivClassName
{
background-color: #E0FA8C;
}
.BgClassName
{
background-color: #E0FA8C;
}
</style>
border-color css
<style>
span { border-color: #E0FA8C; }
span { border-color: rgb(224,250,140); }
td.TdClassName
{
border-color: #E0FA8C;
}
.TagClassName
{
border-color: #E0FA8C;
}
</style>