Shades of Tidal #EAF686
Tints of Tidal #EAF686
RGB
CMYK
RGB Variations
Color information
#EAF686 (or 0xEAF686) is known color: Tidal. HEX triplet: EA, F6 and 86. RGB value is (234,246,134). Sum of RGB (Red+Green+Blue) = 234+246+134=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF686 is #150979. Grayscale: #E6E6E6. Windows color (decimal): -1378682 or 8845034. OLE color: 8845034.
HSL color Cylindrical-coordinate representation of color #EAF686: hue angle of 66.43º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF686 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 134 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.04 |
| HSL | 66.43º | 0.86% | 0.75% | - |
| HSV(B) | 66.43º | 0.46% | 0.96% | - |
| XYZ | 71.19 | 85.13 | 35.23 | - |
| YUV | 229.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 134 | 0.05 | 0 | 0.46 | 0.04 | 66.43 | 0.86 | 0.75 |
| Hex | EA | F6 | 86 | 5 | 0 | 2E | 4 | 42 | 56 | 4B |
| Octal | 352 | 366 | 206 | 5 | 0 | 56 | 4 | 102 | 126 | 113 |
| Binary | 11101010 | 11110110 | 10000110 | 101 | 0 | 101110 | 100 | 1000010 | 1010110 | 1001011 |
Color Harmonies of #EAF686
Complementary color
Monochromatic Colors of #EAF686
Black with #EAF686
Text Example
Text Example
White with #EAF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF686; }
p { color: rgb(234,246,134); }
H1.HeaderClassName
{
color: #EAF686;
}
.AnyTagClassName
{
color: #EAF686;
}
</style>
background-color css
<style>
a { background-color: #EAF686; }
a { background-color: rgb(234,246,134); }
div.DivClassName
{
background-color: #EAF686;
}
.BgClassName
{
background-color: #EAF686;
}
</style>
border-color css
<style>
span { border-color: #EAF686; }
span { border-color: rgb(234,246,134); }
td.TdClassName
{
border-color: #EAF686;
}
.TagClassName
{
border-color: #EAF686;
}
</style>