Shades of Tidal #E8F981
Tints of Tidal #E8F981
RGB
CMYK
RGB Variations
Color information
#E8F981 (or 0xE8F981) is known color: Tidal. HEX triplet: E8, F9 and 81. RGB value is (232,249,129). Sum of RGB (Red+Green+Blue) = 232+249+129=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 129 (50.78% from 255 or 21.15% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F981 is #17067E. Grayscale: #E6E6E6. Windows color (decimal): -1508991 or 8518120. OLE color: 8518120.
HSL color Cylindrical-coordinate representation of color #E8F981: hue angle of 68.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8F981 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 129 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.02 |
| HSL | 68.5º | 0.91% | 0.74% | - |
| HSV(B) | 68.5º | 0.48% | 0.98% | - |
| XYZ | 71.12 | 86.49 | 33.72 | - |
| YUV | 230.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 129 | 0.07 | 0 | 0.48 | 0.02 | 68.5 | 0.91 | 0.74 |
| Hex | E8 | F9 | 81 | 7 | 0 | 30 | 2 | 44 | 5B | 4A |
| Octal | 350 | 371 | 201 | 7 | 0 | 60 | 2 | 104 | 133 | 112 |
| Binary | 11101000 | 11111001 | 10000001 | 111 | 0 | 110000 | 10 | 1000100 | 1011011 | 1001010 |
Color Harmonies of #E8F981
Complementary color
Monochromatic Colors of #E8F981
Black with #E8F981
Text Example
Text Example
White with #E8F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F981; }
p { color: rgb(232,249,129); }
H1.HeaderClassName
{
color: #E8F981;
}
.AnyTagClassName
{
color: #E8F981;
}
</style>
background-color css
<style>
a { background-color: #E8F981; }
a { background-color: rgb(232,249,129); }
div.DivClassName
{
background-color: #E8F981;
}
.BgClassName
{
background-color: #E8F981;
}
</style>
border-color css
<style>
span { border-color: #E8F981; }
span { border-color: rgb(232,249,129); }
td.TdClassName
{
border-color: #E8F981;
}
.TagClassName
{
border-color: #E8F981;
}
</style>