Shades of Tidal #E8F985
Tints of Tidal #E8F985
RGB
CMYK
RGB Variations
Color information
#E8F985 (or 0xE8F985) is known color: Tidal. HEX triplet: E8, F9 and 85. RGB value is (232,249,133). Sum of RGB (Red+Green+Blue) = 232+249+133=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F985 is #17067A. Grayscale: #E7E7E7. Windows color (decimal): -1508987 or 8780264. OLE color: 8780264.
HSL color Cylindrical-coordinate representation of color #E8F985: hue angle of 68.79º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8F985 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 133 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.02 |
| HSL | 68.79º | 0.91% | 0.75% | - |
| HSV(B) | 68.79º | 0.47% | 0.98% | - |
| XYZ | 71.39 | 86.6 | 35.14 | - |
| YUV | 230.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 133 | 0.07 | 0 | 0.47 | 0.02 | 68.79 | 0.91 | 0.75 |
| Hex | E8 | F9 | 85 | 7 | 0 | 2F | 2 | 45 | 5B | 4B |
| Octal | 350 | 371 | 205 | 7 | 0 | 57 | 2 | 105 | 133 | 113 |
| Binary | 11101000 | 11111001 | 10000101 | 111 | 0 | 101111 | 10 | 1000101 | 1011011 | 1001011 |
Color Harmonies of #E8F985
Complementary color
Monochromatic Colors of #E8F985
Black with #E8F985
Text Example
Text Example
White with #E8F985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F985; }
p { color: rgb(232,249,133); }
H1.HeaderClassName
{
color: #E8F985;
}
.AnyTagClassName
{
color: #E8F985;
}
</style>
background-color css
<style>
a { background-color: #E8F985; }
a { background-color: rgb(232,249,133); }
div.DivClassName
{
background-color: #E8F985;
}
.BgClassName
{
background-color: #E8F985;
}
</style>
border-color css
<style>
span { border-color: #E8F985; }
span { border-color: rgb(232,249,133); }
td.TdClassName
{
border-color: #E8F985;
}
.TagClassName
{
border-color: #E8F985;
}
</style>