Shades of Tidal #E8F18A
Tints of Tidal #E8F18A
RGB
CMYK
RGB Variations
Color information
#E8F18A (or 0xE8F18A) is known color: Tidal. HEX triplet: E8, F1 and 8A. RGB value is (232,241,138). Sum of RGB (Red+Green+Blue) = 232+241+138=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F18A is #170E75. Grayscale: #E2E2E2. Windows color (decimal): -1511030 or 9105896. OLE color: 9105896.
HSL color Cylindrical-coordinate representation of color #E8F18A: hue angle of 65.24º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8F18A is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 138 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.05 |
| HSL | 65.24º | 0.79% | 0.74% | - |
| HSV(B) | 65.24º | 0.43% | 0.95% | - |
| XYZ | 69.32 | 81.9 | 36.2 | - |
| YUV | 226.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 138 | 0.04 | 0 | 0.43 | 0.05 | 65.24 | 0.79 | 0.74 |
| Hex | E8 | F1 | 8A | 4 | 0 | 2B | 5 | 41 | 4F | 4A |
| Octal | 350 | 361 | 212 | 4 | 0 | 53 | 5 | 101 | 117 | 112 |
| Binary | 11101000 | 11110001 | 10001010 | 100 | 0 | 101011 | 101 | 1000001 | 1001111 | 1001010 |
Color Harmonies of #E8F18A
Complementary color
Monochromatic Colors of #E8F18A
Black with #E8F18A
Text Example
Text Example
White with #E8F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F18A; }
p { color: rgb(232,241,138); }
H1.HeaderClassName
{
color: #E8F18A;
}
.AnyTagClassName
{
color: #E8F18A;
}
</style>
background-color css
<style>
a { background-color: #E8F18A; }
a { background-color: rgb(232,241,138); }
div.DivClassName
{
background-color: #E8F18A;
}
.BgClassName
{
background-color: #E8F18A;
}
</style>
border-color css
<style>
span { border-color: #E8F18A; }
span { border-color: rgb(232,241,138); }
td.TdClassName
{
border-color: #E8F18A;
}
.TagClassName
{
border-color: #E8F18A;
}
</style>