Shades of Tidal #EFF693
Tints of Tidal #EFF693
RGB
CMYK
RGB Variations
Color information
#EFF693 (or 0xEFF693) is known color: Tidal. HEX triplet: EF, F6 and 93. RGB value is (239,246,147). Sum of RGB (Red+Green+Blue) = 239+246+147=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 147 (57.81% from 255 or 23.26% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF693 is #10096C. Grayscale: #E9E9E9. Windows color (decimal): -1050989 or 9697007. OLE color: 9697007.
HSL color Cylindrical-coordinate representation of color #EFF693: hue angle of 64.24º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFF693 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 147 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.04 |
| HSL | 64.24º | 0.85% | 0.77% | - |
| HSV(B) | 64.24º | 0.4% | 0.96% | - |
| XYZ | 73.82 | 86.37 | 40.38 | - |
| YUV | 232.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 147 | 0.03 | 0 | 0.40 | 0.04 | 64.24 | 0.85 | 0.77 |
| Hex | EF | F6 | 93 | 3 | 0 | 28 | 4 | 40 | 55 | 4D |
| Octal | 357 | 366 | 223 | 3 | 0 | 50 | 4 | 100 | 125 | 115 |
| Binary | 11101111 | 11110110 | 10010011 | 11 | 0 | 101000 | 100 | 1000000 | 1010101 | 1001101 |
Color Harmonies of #EFF693
Complementary color
Monochromatic Colors of #EFF693
Black with #EFF693
Text Example
Text Example
White with #EFF693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF693; }
p { color: rgb(239,246,147); }
H1.HeaderClassName
{
color: #EFF693;
}
.AnyTagClassName
{
color: #EFF693;
}
</style>
background-color css
<style>
a { background-color: #EFF693; }
a { background-color: rgb(239,246,147); }
div.DivClassName
{
background-color: #EFF693;
}
.BgClassName
{
background-color: #EFF693;
}
</style>
border-color css
<style>
span { border-color: #EFF693; }
span { border-color: rgb(239,246,147); }
td.TdClassName
{
border-color: #EFF693;
}
.TagClassName
{
border-color: #EFF693;
}
</style>