Shades of Tidal #EAF690
Tints of Tidal #EAF690
RGB
CMYK
RGB Variations
Color information
#EAF690 (or 0xEAF690) is known color: Tidal. HEX triplet: EA, F6 and 90. RGB value is (234,246,144). Sum of RGB (Red+Green+Blue) = 234+246+144=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 144 (56.64% from 255 or 23.08% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF690 is #15096F. Grayscale: #E7E7E7. Windows color (decimal): -1378672 or 9500394. OLE color: 9500394.
HSL color Cylindrical-coordinate representation of color #EAF690: hue angle of 67.06º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAF690 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 144 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.04 |
| HSL | 67.06º | 0.85% | 0.76% | - |
| HSV(B) | 67.06º | 0.41% | 0.96% | - |
| XYZ | 71.92 | 85.42 | 39.08 | - |
| YUV | 230.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 144 | 0.05 | 0 | 0.41 | 0.04 | 67.06 | 0.85 | 0.76 |
| Hex | EA | F6 | 90 | 5 | 0 | 29 | 4 | 43 | 55 | 4C |
| Octal | 352 | 366 | 220 | 5 | 0 | 51 | 4 | 103 | 125 | 114 |
| Binary | 11101010 | 11110110 | 10010000 | 101 | 0 | 101001 | 100 | 1000011 | 1010101 | 1001100 |
Color Harmonies of #EAF690
Complementary color
Monochromatic Colors of #EAF690
Black with #EAF690
Text Example
Text Example
White with #EAF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF690; }
p { color: rgb(234,246,144); }
H1.HeaderClassName
{
color: #EAF690;
}
.AnyTagClassName
{
color: #EAF690;
}
</style>
background-color css
<style>
a { background-color: #EAF690; }
a { background-color: rgb(234,246,144); }
div.DivClassName
{
background-color: #EAF690;
}
.BgClassName
{
background-color: #EAF690;
}
</style>
border-color css
<style>
span { border-color: #EAF690; }
span { border-color: rgb(234,246,144); }
td.TdClassName
{
border-color: #EAF690;
}
.TagClassName
{
border-color: #EAF690;
}
</style>